3 * $Id: demos.tmpl,v 1.3 2007/07/14 16:39:01 sebdiaz 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".
17/*! \page cgicc_demos GNU cgicc Demos
19Several demonstration applications are included with %cgicc to
20illustrate specific features of the library.
23<li>test.cpp - %cgicc test application</li>
24<li>dns.cpp - Web DNS gateway</li>
25<li>upload.cpp - File upload demo</li>
26<li>cookie.cpp - HTTP cookie demo</li>
27<li>cardgame.cpp - A complete Card Game Exemple</li>
33Previous: \ref cgicc_tutorial |
34Current: \ref cgicc_demos |
35Next: \ref cgicc_license