| ★ wanayoo — archive 1999 http://www.gnu.org/software/cgicc/cgicc.html | Nouvelle recherche | Portail wanayoo |
A C++ class library for writing CGI applications
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:
Information on obtaining Cgicc and all GNU software
Cgicc requires an ANSI-compliant C++ compiler supporting the C++ standard template library. Cgicc has been tested using gcc versions 2.8.1 through 2.95.1 (including egcs), and MSVC++ 6.0.
The CVS repository used for Cgicc is on subversions.gnu.org. You can extract the latest version of Cgicc via read-only anonymous CVS. Here's how:
% cvs -d :pserver:anoncvs@subversions.gnu.org:/home/cvs login Password: [hit enter] % cvs -d :pserver:anoncvs@subversions.gnu.org:/home/cvs co cgiccOnce you have it checked out, you can update it with cvs update.
If you prefer, you can extract the tree using rsync.
Finally, if you want to browse the source tree using cvsweb, go to http://subversions.gnu.org/cgi-bin/cvsweb/cgicc/.
Cgicc now has three mailing lists: <help-cgicc@gnu.org>, <info-cgicc@gnu.org>, and <bug-cgicc@gnu.org>.
The main discussion list is <help-cgicc@gnu.org>, and is used to discuss all aspects of Cgicc, including development and porting.
Anouncements about Cgicc are made on <info-cgicc@gnu.org>.
There is also a special list used for reporting bugs, <bug-cgicc@gnu.org>. For details on submitting a bug report, please see the section Reporting Bugs below.
All of these lists are managed by smartmail, and can be subscribed to by sending empty mail with a subject of subscribe to the relevant -request list. For example, to subscribe yourself to the main list, you would send mail to <help-cgicc-request@gnu.org> with no body and a subject of subscribe.If you think you have found a bug in Cgicc, then you should send as complete a report as possible to <bug-cgicc@gnu.org> . Ideally, you should include the text you get by running config.guess, the text you see when you run configure, and if you can, a patch made with diff -u5 which fixes the problem.
The Cgicc documentation is available in several formats:
Return to GNU's home page.
Please send FSF & GNU inquiries & questions to gnu@gnu.org. There are also other ways to contact the FSF.
Please send comments on these web pages to webmasters@www.gnu.org, send other questions to gnu@gnu.org.
Copyright (C) 1999 Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.
Updated: 20 December 1999 sbooth