1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
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 http://savannah.gnu.org/projects/cgicc
This package should contain the following directories:
cgicc/ The source code to the GNU cgicc library
contrib/ Contributed non-parsed header and FastCgi examples
demo/ Four demonstration applications using cgicc
doc/ Complete documentation for cgicc in html format
example/ A skeleton CGI application using cgicc and autoconf
support/ Installation/configuration support files
win/ Win32 project files
|