============================================== << DEMO 1 << ============================================== << ============================================== << THE COMPILER << ============================================== << SiteWriter PLUS is a compiler, which uses Templates with extension << .tpl and compiles them to HTML Documents with extension .htm << on update. The created HTML Documents are in the same << directory and have the same Name, only the extension differs. << You don't need to worry about that very much. SiteWriter PLUS << will do compiling almost unrecognisable for the user. << ============================================== << COMMENT FILTERING << ============================================== << SiteWriter PLUS uses additional comment specifiers << << for comments. Those comments get filtered by << SiteWriter PLUS automatically << ============================================== << MACROS << ============================================== << All META Tags in this demo are contained in one Macro {#META}, << so they may be used in all Pages. << To open Macros from the list of defined Macros, << use "Organize Macros" from the Macros menu. {#Meta} << You may also place the cursor on the Macro << and use "Open Macro" in the Macro menu to open the Macro. << You may also use the context menu. << To define new Macros, use Macros "New Macro", << or much easier mark the Text you want to use as << a Macro and use "Text To Macro", which converts << the selected Text to a Macro automatically. << Once defined you may use the Macro in all documents << within the Project
|
<< ==============================================
<< MACRO LINE FORMATTING
<< ==============================================
<< The Tag within the Macroplaceholder is appended to each Line << of the Macro "Left Col". Press F5 to open notepad and see how the is appended. {#" "Left Col} |
<< ==============================================
<< MACRO LINESELECTION FORMATTING
<< ==============================================
<< The [...] within the Macro is a Lineselection Attribute,
<< which lets you select certain lines out of the Macro
<< Press F4 to open the browser and see how
<< The first line in the Macro "Rigth Col" is formatted differently
<< than the rest.
{#Right Col[1]}
{#Right Col[2-L]}
<< ============================================== << MACRO PARAMETER PASSING << ============================================== << The Macro "Link"contains Parameters, which are passed through. << The Parameters are" index.1.htm" and "First Page" << You access the Parameters with "Parameter Macros"available << in the Insert Menu "System Macros". << Open the Macro "Link" with "Organize Macros" in the Macro menu << to see how Parameter Macros are used. {#Link,second1.htm,click here to see the second page} |