Changes to Rivet between r0 and r1

'''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) --> 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.

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 r0
     Only in r1
     -->      Modified slightly between r0 and r1