Changes to Rivet between r17 and r25

'''Tcl-based Templating Engine'''

[http://tcl.apache.org/rivet/ | Apache Rivet] is a "templating engine" for the Tool Command Language ([Tcl]).  It is implemented as an Apache 1.3 Module and thus requires the Apache Web Server version 1.3.''x'' and explicit configuration by the hosting system.

I find Rivet very useful, and have built several projects using (notably The [Tcl Web Application Framework]), but have found the requirements burdensome.
(blank line)
To work around this issue, I've ported Rivet to CGI.  It can be used with any webserver that supports CGI or no webserver at all as it now includes a built-in webserver.
(blank line)
It can create a web application that:
I find Rivet very useful, and have built several projects using it (notably The [Tcl Web Application Framework]), but have found the requirements burdensome.
(blank line)
To work around this issue, I've ported Rivet to CGI: [RivetCGI]
(blank line)
This can be used to:
   1. (Mode 1) Directly replace "mod_rivet" on any version of Apache (including suexec support); ''or''
   2. (Mode 2) Create a web application that can be used as a CGI on any webserver (see below); ''or''
   3. (Mode 2) Create a web application that can be used as a standalone HTTP server
(blank line)
In "Mode 2", it can be used to create a web application that:
   * Is a single file with all resources bundled in; and -->    1. Is a single file with all resources bundled in; ''and''
   * Is a native executable for your platform; and -->    2. Is a native executable for your platform; ''and''
   * Works in either CGI or HTTP server mode depending on how it is called; and -->    3. Works in either CGI or HTTP server mode depending on how it is called; ''and''
   * Requires no modification to your Rivet application -->    4. Requires no modification to your Rivet application

Or, with any version of Apache it can be used to directly replace "mod_rivet" with a ".rvt" handler.  For more information on that, see the included documentation.
(blank line)
Download:
   * http://www.rkeene.org/devel/rivetcgi-0.5.0.1426.tar.gz -->    * http://www.rkeene.org/devel/rivetcgi-0.5.0.3063.tar.gz

Demo:
   * http://resume.keene-enterprises.com/beta/  -- the included "index.cgi" is a single file with all resources (images, scripts, etc) bundled into it

Legend

     Only in r17
     Only in r25
     -->      Modified slightly between r17 and r25