Difference between revisions of "Cgicc"

From Free Software Directory
Jump to: navigation, search
(resources)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU cgicc
 
|Name=GNU cgicc
|Short description=a C++ class library for writing CGI applications
+
|Short description=C++ class library for writing CGI applications
 
|Full description=GNU cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web by doing the following:
 
|Full description=GNU cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web by doing the following:
 
* Parses GET and POST form data transparently.
 
* Parses GET and POST form data transparently.
Line 9: Line 9:
 
* Supports web-authoring file upload.
 
* Supports web-authoring file upload.
 
|Homepage URL=https://www.gnu.org/software/cgicc/
 
|Homepage URL=https://www.gnu.org/software/cgicc/
|User level=none
 
 
|Is High Priority Project=No
 
|Is High Priority Project=No
|VCS checkout command=:ext:anoncvs@savannah.gnu.org:/cvsroot/cgicc
+
|VCS checkout command=cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/cgicc co cgicc
|Computer languages=C++
+
|Documentation note=https://www.gnu.org/software/cgicc/doc/index.html
|Documentation note=User guide available in HTML, HTML tar file, Texinfo, info, and dvi formats from http://www.gnu.org/software/cgicc/cgicc.html
+
|Decommissioned or Obsolete=No
|Accepts cryptocurrency donations=No
+
|Donate=https://my.fsf.org/donate
 
|Related projects=cgixx
 
|Related projects=cgixx
 
|Keywords=C++,library,cgi,software development,programming,WWW,web-authoring,gcicc
 
|Keywords=C++,library,cgi,software development,programming,WWW,web-authoring,gcicc
Line 21: Line 20:
 
|Version status=stable
 
|Version status=stable
 
|Version download=https://ftp.gnu.org/gnu/cgicc/cgicc-3.2.19.tar.gz
 
|Version download=https://ftp.gnu.org/gnu/cgicc/cgicc-3.2.19.tar.gz
|Last review by=Vibhuti
+
|Last review by=Bendikker
|Last review date=2018/03/31
+
|Last review date=2018/06/13
|Submitted by=Vibhuti
+
|Submitted by=Database conversion
|Submitted date=2011-04-01
+
|Submitted date=2011/04/12
 +
|User level=none
 +
|Accepts cryptocurrency donations=Yes
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=cgicc
 
|GNU package identifier=cgicc
Line 31: Line 33:
 
{{Project license
 
{{Project license
 
|License=LGPLv3orlater
 
|License=LGPLv3orlater
|License verified by=Kelly Hopkins
 
|License verified date=2009-11-17
 
}}
 
{{Project license
 
|License=GPLv2
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-11-17
 
}}
 
{{Project license
 
|License=GFDL
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-11-17
 
}}
 
{{Project license
 
|License=GPLv2
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-11-17
 
}}
 
{{Project license
 
|License=GFDL
 
 
|License verified by=Kelly Hopkins
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-11-17
 
|License verified date=2009-11-17
Line 57: Line 39:
 
|Real name=Sebastien Diaz
 
|Real name=Sebastien Diaz
 
|Role=Maintainer
 
|Role=Maintainer
|Email=s_diaz@libertysurf.fr
+
|Email=sebastien.diaz@gmail.com
 
}}
 
}}
{{Person
+
{{Resource
|Real name=Christof Danzl
+
|Resource audience=Debian (Ref) (R)
|Role=Contributor
+
|Resource URL=https://tracker.debian.org/pkg/libcgicc
|Email=cdanzl@cosy.sbg.ac.at
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 69: Line 50:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource kind=VCS Repository Webview
|Resource kind=E-mail
+
|Resource URL=https://cvs.savannah.gnu.org/viewvc/cgicc
|Resource URL=mailto:bug-cgicc@gnu.org
+
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/cgicc-help
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-cgicc
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/cgicc-bug
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-cgicc
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer,Support
+
|Resource kind=Mailing List
|Resource kind=E-mail
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss
|Resource URL=mailto:help-cgicc@gnu.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Help
+
|Resource kind=Download
|Resource kind=E-mail
+
|Resource URL=https://ftp.gnu.org/gnu/cgicc
|Resource URL=mailto:info-cgicc@gnu.org
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 +
|Library=C++
 +
|Network-hookup=protocol
 +
|Programming-language=C++
 +
|Runs-on=Windows, GNU/Linux
 
|Use=library
 
|Use=library
 +
|Web-authoring=cgi
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite

Revision as of 17:40, 13 June 2018


[edit]

GNU cgicc

https://www.gnu.org/software/cgicc/
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 by doing the following:

  • Parses 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 web-authoring generation capabilities, with support for cookies.
  • Supports web-authoring file upload.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

2 November 2023




Leaders and contributors

Contact(s)Role
Sebastien Diaz Maintainer


Resources and communication

AudienceResource typeURI
SavannahDeveloperhttps://savannah.gnu.org/projects/cgicc/
Downloadhttps://ftp.gnu.org/gnu/cgicc/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-cgicc/
Downloadhttps://ftpmirror.gnu.org/cgicc/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-cgicc/
DebianDeveloperhttps://tracker.debian.org/pkg/libcgicc
SavannahVCS Repository Webviewhttps://web.cvs.savannah.gnu.org/viewvc/cgicc/
WikidataMailing Listhttps://www.wikidata.org/wiki/Q50378171
Mailing Listhttps://lists.gnu.org/mailman/listinfo/cgicc-bug/
Downloadhttps://download.savannah.gnu.org/releases/cgicc/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/cgicc-help/
SavannahVCS Repository Webviewhttps://cvs.savannah.gnu.org/viewvc/cgicc/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/cgicc-info/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/info-cgicc/


Software prerequisites

KindDescription
Required to useANSI-compliant C++ compiler such as gcc
Required to usesupporting the C++ standard template lib.

This entry (in part or in whole) was last reviewed on 2 November 2023.




Entry







"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.



























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.