Changes to Rivet between r1 and r2

'''Tcl-based Templating Engine'''

Main page:
http://tcl.apache.org/rivet/
----
I've done some work to port Rivet to CGI (for use on [Win32], or Apache 2.x for example).  It also allows you to take advantage of suEXEC for Rivet scripts.
(blank line)
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: http://www.rkeene.org/projects/rivet-cgi/

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
   * Copy "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
----
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

Legend

     Only in r1
     Only in r2
     -->      Modified slightly between r1 and r2