Index of /otto/html/pub/GNU/cgicc
      Name                    Last modified       Size  Description

[DIR] Parent Directory 06-Sep-2005 02:34 - [TXT] cgicc-3.0-3.0.1.diff 05-Sep-2005 22:27 70k [CMP] cgicc-3.0.1.tar.gz 05-Sep-2005 22:27 255k [CMP] cgicc-3.0.2.tar.gz 05-Sep-2005 22:27 255k [CMP] cgicc-3.0.tar.gz 05-Sep-2005 22:27 251k [TXT] cgicc-3.1-3.1.1.diff 05-Sep-2005 22:27 46k [TXT] cgicc-3.1.1-3.1.2.diff 05-Sep-2005 22:27 15k [CMP] cgicc-3.1.1.tar.gz 05-Sep-2005 22:27 195k [TXT] cgicc-3.1.2-3.1.3.diff 05-Sep-2005 22:27 9k [   ] cgicc-3.1.2.tar.bz2 05-Sep-2005 22:27 153k [CMP] cgicc-3.1.2.tar.gz 05-Sep-2005 22:27 198k [TXT] cgicc-3.1.3-3.1.4.diff 05-Sep-2005 22:27 49k [   ] cgicc-3.1.3.tar.bz2 05-Sep-2005 22:27 155k [CMP] cgicc-3.1.3.tar.gz 05-Sep-2005 22:27 200k [TXT] cgicc-3.1.4-3.1.5.diff 05-Sep-2005 22:27 94k [   ] cgicc-3.1.4.tar.bz2 05-Sep-2005 22:27 154k [CMP] cgicc-3.1.4.tar.gz 05-Sep-2005 22:27 199k [CMP] cgicc-3.1.5.tar.gz 05-Sep-2005 22:27 321k [CMP] cgicc-3.1.tar.gz 05-Sep-2005 22:27 194k [CMP] cgicc-3.2.tar.gz 05-Sep-2005 22:27 592k

README for GNU cgicc
====================

GNU cgicc is an ANSI C++ compliant class library that greatly
simplifies the creation of CGI applications for the World Wide
Web. cgicc performs the following functions:

 - Parses both GET and POST form data transparently. 
 - Provides string, integer, floating-point and single- and
   multiple-choice retrieval methods for form data.
 - Provides methods for saving and restoring CGI environments to aid
   in application debugging.
 - Provides full on-the-fly HTML 4.0 generation capabilities, with support
   for cookies.
 - Supports HTTP file upload. 
 - Compatible with FastCGI

Please send bug reports, suggestions, and comments to <[email protected]>

To subscribe, send a message to <[email protected]> with the
word 'subscribe' in the subject line.  A web interface to the list is
available at http://mail.gnu.org/mailman/listinfo/bug-cgicc.

This package should contain the following directories:

cgicc/     The source code to the GNU cgicc library
doc/       Complete documentation for cgicc in html format
demo/      Two demonstration applications using cgicc
example/   A skeleton CGI application using cgicc
support/   Installation/configuration support files