Changes to Rivet between r5 and r25

'''Tcl-based Templating Engine'''

Main page:
http://tcl.apache.org/rivet/ --> [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've done some work to port Rivet to CGI (for use on [Win32], Apache 2.x for example, or any other webserver that can be similarly configured).  It also allows you to take advantage of suEXEC for Rivet scripts.
(blank line)
Rivet/CGI Download: http://www.rkeene.org/devel/rivetcgi-0.5.0.1241.tar.gz
(blank line)
To use it:
   * Compile "rivet.cgi"
   * Copy "rivet.cgi" (from rivet-cgi/bin/ [http://www.rkeene.org/projects/info/resources/projects/rivet/bin/rivet.c]) to a directory that allows ExecCGI
   * Create ".htaccess" file based on "htaccess.txt" (from rivet-cgi/bin/ [http://www.rkeene.org/projects/info/resources/projects/rivet/bin/htaccess.txt]) to the root of your web directory, or put the appropriate contents in your Apache configuration
   * Copy "packages/*" to somewhere in the Tcl library search path
----
Additionally, Rivet/CGI now supports converting a Rivet application wholesale into a [Starkit], for distribution of a Rivet application as a single file (including supplementary resources, such as images, documents, etc).
(blank line)
The script "rivet2starkit" is supplied to accomplish this.
----
I also wrote a simple script to convert simple TTML (from mod_dtcl, whose syntax is very similar to Rivet's) documents into CGI executables
   * http://www.rkeene.org/projects/scripts/ttml2cgi.sh
(blank line)
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:
   1. Is a single file with all resources bundled in; ''and''
   2. Is a native executable for your platform; ''and''
   3. Works in either CGI or HTTP server mode depending on how it is called; ''and''
   4. Requires no modification to your Rivet application
(blank line)
Download:
   * http://www.rkeene.org/devel/rivetcgi-0.5.0.3063.tar.gz
(blank line)
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 r5
     Only in r25
     -->      Modified slightly between r5 and r25