Changes to Tcl Web Application Framework between r10 and r11

'''Framework for Simplifying Writing and Supporting Web Applications in [Tcl]'''

   * Documentation: http://www.rkeene.org/projects/webapp/webapp.pdf
   * Source: http://www.rkeene.org/devel/webapp-0.3.11.tar.gz -->    * Source: http://www.rkeene.org/devel/webapp-0.3.25.tar.gz

The Tcl Web Application Framework helps simplify writing Web applications in the Tool Command Language ([Tcl]). It provides the features that form the basis for writing an application, such as sessions, users, privilege separation, and an abstract database interface. It is currently under development, but stable for production use.

It is written in such a way that applications can integrate into the framework without having to modify the framework itself, making upgrading the framework without breaking the application possible.

Feedback and suggestions are appreciated as this project matures.
----
'''Using it with [Rivet]CGI'''

Legend

     Only in r10
     Only in r11
     -->      Modified slightly between r10 and r11