Sie sehen die druckbare Version der Seite: Anleitung -> Aufbau der Tabelle
Comparison between Java and Zulu:
| Zulu | Java | ||
| Term | Example | Term | Example |
| Navigation:, Output: | Keyword | Class, Interface, Integer | |
| Page, Title, Link | Variable, Method, Class | a, counter | |
| "Guide", "Tips and Tricks!" | String | "Guide", "Tips and Tricks!" | |
Navigation: Navigation area
The navigation is further discussed in its own Chapter.
Preview: Link to the assembled page![]()
This instruction is ignored by Zulu. By clicking the link ../index.html
a browser is opened with the assembled site.
ErrorLog: Link to the error log file![]()
By clicking the link zulu_errorlog.html a browser is opened with
the Zulu error log file.
Include: Include XML-file![]()
This instruction causes the file ../substructure.xml to be read
at the current position.
BaseDir: Normalize links relative to the home-directory.![]()
Links must be adjusted depending on the nesting level at which a page
is located. Links defined by BaseDir, as the entries ../../
and <!--Zulu:Root--> in the example above, are
replaced with ../../ in order to reference the
home-directory.
To be translated: This section of the german page is more up to date!
Subst: Replace textThe example above replaces all 'ä' in the output with 'ä'.
Replacements are possible in the Output or in the Template.
Comment: Remove comments
Here HTML-code is removed.
Template indicates that the HTML-code is removed from
the template.
Input indicates that the HTML-code is removed from the
input-file (index.zulu_content.html).
If neither Template nor Input are specified then Input
is assumed.
| Example - Before | Example - After |
|
|
^ stands for the beginning of a
document. $ stands for the end of a document.
| Example - Before | Example - After |
|
|
PreserveArchiveBit: Preserve archive bit![]()
This instruction tells Zulu to only write files which content has changed. When using Windows the archive bit is preserved. This allows writing files to the server to be optimized (see HTTP Upload).
TraceStageOutput: Enable Stage-OutputTo ease debugging, this option may be switched on.
Template: Which template file should we use?This is where the layout (template) is chosen.
Output: Which files should be created?