This is the complete reference of tags that WarpIN will understand in installation
scripts.
See the "Installation Scripts"
page for an overview where the different
tags should be placed in a script.
This list is complete. No other tags will be understood, so don't expect any
standard HTML tags to work.
Some terminology:
- A "tag" is something included in angle brackets, e.g.
<PAGE INDEX=1>
- An "attribute" is an additional parameter which comes after the actual
tag; in the above example, this would be the
INDEX=1
string.
- A "block" is a piece of text enclosed by opening and closing tags,
e.g.
<PAGE> textblock </PAGE>
.