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

Hitop Reference: Testing & Debugging

Comments

<@COMMENT>...</@COMMENT>

@COMMENT can be wrapped around any text and markup to exclude it from processing.

Debug Output

<@DEBUG MESSAGE="text">

Prints the message specified to stderr. This message can include inline variables and the like.

Testing

<@HITOP [CONTENTTYPE="mimetype"] [DEBUG="num"] [LIBS="paths"]>

CONTENTTYPE lets your specify the HTTP content-type that will be returned for this document in hitoplive (it has no effect in hitop). The default is, of course, "text/html".

DEBUG sets the debug level - 0 for no output, 10 for line-by-line echoing.

LIBS lets you specify the path to where plugin files are to be found.

Last updated 2001-06-16