3 * $Id: index.tmpl,v 1.8 2004/06/29 15:13:15 sbooth Exp $
5 * Copyright (C) 1996 - 2004 Stephen F. Booth <sbooth@gnu.org>
6 * Part of the GNU cgicc library, http://www.cgicc.org
8 * Permission is granted to copy, distribute and/or modify this document
9 * under the terms of the GNU Free Documentation License, Version 1.1
10 * or any later version published by the Free Software Foundation;
11 * with no Invariant Sections, with no Front-Cover Texts, and with
12 * no Back-Cover Texts.
13 * A copy of the license is included in the section entitled "GNU
14 * Free Documentation License".
20<div class="title"><table cellpadding="10"><tr align="center">
21<td><a href="http://www.gnu.org/">
22<img src="gnu-head-sm.jpg" alt="[ A GNU head ]"
23 width="129" height="122" /></a></td>
25<a href="http://www.cgicc.org">
26<img src="cgicc.png" alt="[ GNU cgicc ]" width="192" height="45" /></a>
27<br />a C++ class library for writing CGI applications</p>
28<p>Library documentation version <strong>$(VERSION)</strong></p>
34<div class="header">Background Information</div>
35<div class="subsection">
39<li><strong>\ref cgi_overview</strong> is a brief introduction for
40those new to CGI programming</li>
48<div class="header">Library Background</div>
49<div class="subsection">
53<li><strong>\ref lib_overview</strong> presents an overview of the
54library architecture, with an introduction to the library's
63<div class="header">Programmer's Reference</div>
64<div class="subsection">
68<li><strong><a href="annotated.html">List of classes</a></strong>
69in the GNU %cgicc library</li>
70<li><strong><a href="hierarchy.html">Class Hierarchy</a></strong> for
71the GNU %cgicc library</li>
72<li><strong><a href="functions.html">All Methods</a></strong> in every
73class contained in the GNU %cgicc library</li>
81<div class="header">Sample Code</div>
82<div class="subsection">
86<li><strong>\ref cgicc_tutorial</strong> is written for programmers
87familiar with CGI programming, but unfamiliar with GNU %cgicc</li>
88<li><strong>\ref cgicc_demos</strong> are more complex, functional
89demos illustrating specific features of the library</li>
97<div class="header">Other Resources</div>
98<div class="subsection">
102<li><strong>\ref cgicc_license</strong> ensure your rights to copy and
103distribute the GNU %cgicc library, the associated documentation, and
104the included examples</li>
105<li><strong>\ref cgicc_lists</strong> are available to discuss %cgicc,
106report bugs, and receive information on new releases</li>
107<li><strong>\ref cgicc_bugs</strong> outlines the reporting process if
108you think you've found a bug in %cgicc</li>