This module adds enhancements to the HTML language. It's also responsible for calling other enabled parser modules.

Variables

Access log
If unset, the <accessed> tag will not work, and no access log will be needed. This will save three file descriptors.

Access log file
When a file is accessed, a counter in this file is increased. This will then be used in the <accessed> tag.

Bug compability
If enabled, <insert>'ed files won't be parsed before inserting.

Extensions to parse
Parse all files ending with these extensions. You can add as many as you want. The returned type will always be "text/html".

Maximum file size
Files that is larger than this (size in kilobytes) won't be parsed, to save time.

SSI Compability

This is here mainly for compability. It is most probably possible to use normal SPML tags instead of using the <!--#cmd --> syntax.

SSI support enabled
If set, Spinner will parse NCSA / Apache server side includes.

SSI support: execute command
If set and if server side include support is enabled, Spinner will accept NCSA / Apache <!--#exec cmd=\"XXX\"-->. Note: Inserting of command- and cgi-script results blocks the server.