#include <infodrom.style>
#include <projects.style>

<projectpg project="Lightweight CGI Library" maxcontrib=5>

<h3>Testsuite for the CGI Library</h3>

<p>This library comes with a program called <code>cgitest.c</code>.
You can use it as reference implementation for this CGI library.
Therefore it should be included as source in your distribution.

<p>If you want to test your forms you can use the following action.

<p><pre>
   &lt;form action=/cgi-bin/cgitest/listall method=post&gt;
</pre>

The /listall target will display all environment variables, all CGI
variables and all HTTP Cookies that were transmitted to the program.
This way you can test your implementations quite easy.

</projectpg>

# Local variables:
# mode: html
# mode: auto-fill
# end:
