<< ============================================== << 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 SiteWriter PLUS Demo1 {#Style} << ================================================== << AUTOMATIC REMOVEMENT OF UNUSED TAGATTRIBUTES << ================================================== << The ALINK and BACKGROUND contain no parameters, << SiteWriter PLUS will remove unused Attributes automatically. << Press F5 to see how the code gets converted {#SiteWriter LOGO}
<< ============================================== << 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}


<< Footlines are needed everywhere and you have to copy them << all the time. Macros are very useful in this case and help you << update changes and reuse HTML code. {#Footline} << ============================================== << DATE AND TIME MACROS << ============================================== << The following Macros are Date and Time Macros available in the Edit menu "System Macros" or << in the Toolbar. << The Date and Time of last modification is computed at compile time. Thus << you have always the correct time in all your document and do not need << to take care about it.
last modified on: {#"%A, %b %d, %Y"_DATE_AND_TIME_} - {#"%I.%M.%S %p"_DATE_AND_TIME_} << ============================================== << SPECIAL CHARACTER CONVERSION << ============================================== << Special characters like © ® are converted automatically << by SiteWriter PLUS. The advantage, you still << edit readable text, wheras the HTML document contains the << conversions only.
© 1998 by seeberger media << Press F5 to see how the above special comment is converted automatically.