<< ============================================== << DEMO 1 << ============================================== << ============================================== << THE COMPILER << ============================================== << SiteWriter PLUS s 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 unrecognizable 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 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, the Macro may be used in all documents within << the Project. SiteWriter PLUS Demo1 {#Style} {#SiteWriter LOGO} This is the second page.

<< ============================================== << 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,index1.htm,First Page} << WIDTH and COLOR are not specified, << SiteWriter PLUS will remove these attributes automatically.


<< 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. << Use Macro->Organize Macros, to open end edit the Footline {#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.