Welcome
 Revisions
 Downloads »
 FAQ
 Tutorials »
 Reference »
  Contents
  Commands »
   Variables
   Selection
   Files
   Procedures
   Automation
   Expansions
   Cookies
   Testing
  Strings

Hitop Reference: Files

Inclusion

<@FILE SRC="filename" [FORMAT=HITOP|SAFE|VERBATIM]>

Processes a file in a child scope and includes the result at this point.

FORMAT can be HITOP (the default) to cause the file to be processed by hitop; SAFE to include it and format it, but not process it; or VERBATIM to include the file as-is with not reformatting or processing.

HTTP Headers

<@RAWHEADER NAME="name" VALUE="value">

Sets a line in the HTTP header returned with the page in hitoplive. A NAME of STATUS has a special meaning and sets the status line at the top of the response.

Plugins

<@REQUIRES PLUGIN="name" [ NAMESPACE="name" ] [ VERSION="num" ] >

Loads an extension to the hitop language, or simply makes them accessible when statically linked. If a NAMESPACE is provided commands become available as <@namespace.command> rather than <@command>. Some plugins will define a default NAMESPACE, but it can always be overridden here. You can provide a VERSION number to check for a minimum version.

Last updated 2001-06-16