|
|
|
Designer's Guide
- The Scripting Language
An initial cut at describing the logic control capabilities of
the HTDB scripting language.
- Environment Variables
In addition to decoded GET/POST tuples, standard http server variables
and several convenience values
are made available to the programmer/scripter.
- Compiled Functions
The scripting language may extended by writing simple
script-callable compiled functions which accept an input
string and produces an output string (ala filters).
Several dozen such functions are included in the core distribution.
- Scripted Functions
Script writers can write their own custom, interpreted
functions. Such functions behave from an API standpoint
the same as compiled functions.
|
|