Sie sehen die druckbare Version der Seite: Anleitung -> Aufbau der Tabelle
Comparison between Java and Zulu:
Zulu | Java | ||
Term | Example | Term | Example |
Keyword | Navigation:, Output: | Keyword | Class, Interface, Integer |
Tag | Page, Title, Link | Variable, Method, Class | a, counter |
Content | "Guide", "Tips and Tricks!" | String | "Guide", "Tips and Tricks!" |
Navigation:
Navigation areaThe navigation is further discussed in its own Chapter.
Preview:
Link to the assembled pageThis 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 fileBy clicking the link zulu_errorlog.html
a browser is opened with
the Zulu error log file.
Include:
Include XML-fileThis 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 commentsHere 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 bitThis 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?