Use https by default
[gentoo.git] / dev-libs / cgicc / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <herd>cpp</herd>
5         <longdescription lang="en">
6 GNU cgicc is an ANSI C++ compliant class library that greatly
7 simplifies the creation of CGI applications for the World Wide
8 Web. cgicc performs the following functions:
9
10  - Parses both GET and POST form data transparently
11  - Provides string, integer, floating-point and single- and
12    multiple-choice retrieval methods for form data
13  - Provides methods for saving and restoring CGI environments to aid
14    in application debugging
15  - Provides full on-the-fly HTML 4.0 generation capabilities, with support
16    for cookies
17  - Supports HTTP file upload
18  - Compatible with FastCGI
19         </longdescription>
20 </pkgmetadata>
21