
Examples
hsc FROM hugo.html >NIL:
-
Simly performs a syntax check on hugo.html and passes
the output to the null-device.
hsc hugo.html t: STATUS RPLCENT
-
Same as above, but also displays a status message during conversion.
A dummy-output is created in the temporary directory
Additionally, all special characters like "Ü" or "ß" are
replaced by its entities ("Ü" and
"ß"). Additionally,
hsc FROM people/hugo.hsc DESTDIR /pub_html STATUS
-
Process subfile people/hugo.hsc. The current directory is the
main directory of the project. The HTML-object is created in
/pub_html/people/hugo.hsc. All local URIs beginning with ":"
referenced within
hugo.hsc are interpreted as
absolut URIs and are converted to relative path when written to
the HTML-object.
hsc FROM people/hugo.hsc DESTDIR /pub_html STATUS CHECKURI
-
Same as above. Additionally, all URIs referenced are checked for existence.
If eg, people/hugo.hsc references to prog/project/thing.hsc,
the file /pub_html/project/thing.html must exist or an error will
occure.
Note: Also mind that the HSC-source ends with ".hsc", but
the HTML-object automatically gets the extension ".html". Therefor, all
references must end with ".html".
Thomas Aglassinger (
agi@sbox.tu-graz.ac.at
), 21-Dec-1995