renamed libfcgi.dsp
[catagits/fcgi2.git] / index.html
1 <html>
2 <head>
3 <title>FastCGI Developer's Kit Index Page</title>
4 </head>
5
6 <body>
7 <center>
8   <h2>FastCGI Developer's Kit</h2>
9 </center>
10
11 <!--Copyright (c) 1996 Open Market, Inc.                                    -->
12 <!--See the file "LICENSE.TERMS" for information on usage and redistribution-->
13 <!--of this file, and for a DISCLAIMER OF ALL WARRANTIES.                   -->
14 <!-- $Id: index.html,v 1.2 2001/05/14 12:56:56 robs Exp $ -->
15 <ul>
16   <li><a HREF = "doc">doc</a> 
17     <ul>
18       <li><a href = "doc/fastcgi-whitepaper/fastcgi.htm">FastCGI Technical White 
19         Paper</a> Motivates FastCGI, then explains the FastCGI interface, FastCGI 
20         application roles, the FastCGI application library, server support for 
21         FastCGI, and FastCGI performance. 
22       <li><a href = "doc/fcgi-perf.htm">Understanding FastCGI Application Performance</a> Why FastCGI applications often run faster than applications coded directly 
23         to Web server APIs. 
24       <li><a HREF = "doc/fcgi-devel-kit.htm">FastCGI Developer's Kit</a><br>
25         <ul>
26           <li>How to configure and build the kit for your development platform. 
27           <li>How to write applications using the libraries in the kit. 
28           <li>Documents <tt>cgi-fcgi</tt>, a tool in the kit that allows you to 
29             develop and test FastCGI applications using a Web server that lacks 
30             FastCGI support. 
31         </ul>
32       <li><a href = "doc/fastcgi-prog-guide/cover.htm">Open Market FastCGI 1.0 
33         Programmer's Guide</a> Programmer-oriented documentation for developers of applications that 
34         run on the Open Market's Secure WebServer 2.0. The content overlaps considerably 
35         with Section 3 of the Developer's Kit document. 
36       <li><a HREF = "doc/FCGI_Accept.3">FCGI_Accept.3</a>, <a HREF = "doc/FCGI_Finish.3">FCGI_Finish.3</a>, 
37         <a HREF = "doc/FCGI_SetExitStatus.3">FCGI_SetExitStatus.3</a>, <a HREF = "doc/FCGI_StartFilterData.3">FCGI_StartFilterData.3</a>, 
38         and <a HREF = "doc/cgi-fcgi.1">cgi-fcgi.1</a> manpages. 
39       <li><a HREF = "doc/fcgi-perl.htm">Integrating FastCGI with Perl</a> How 
40         to build FastCGI support into the Perl interpreter and how to write FastCGI 
41         applications in Perl. 
42       <li> <a HREF = "doc/fcgi-tcl.htm">Integrating FastCGI with Tcl</a> How to 
43         build FastCGI support into the Tcl interpreter and how to write FastCGI 
44         applications in Tcl. 
45       <li> <a HREF = "doc/fcgi-java.htm">Integrating FastCGI with Java</a> How 
46         to build Web server applications in Java using FastCGI. 
47       <li><a HREF = "doc/www5-api-workshop.html">FastCGI: A High-Performance Gateway 
48         Interface</a> Position paper presented at the workshop "Programming the 
49         Web -- a search for APIs", Fifth International World Wide Web Conference, 
50         6 May 1996, Paris, France. A short paper, addressed to an audience of 
51         technical specialists. 
52       <li><a HREF = "doc/fcgi-spec.html">FastCGI Specification</a> document.<br>
53         Defines the interface between a FastCGI application and a Web server that 
54         supports FastCGI. This is dry stuff, not needed for writing applications! 
55     </ul>
56   <li><a HREF = "include">include</a> .h files for the FastCGI libraries. 
57   <li><a HREF = "libfcgi">libfcgi</a> .c files for the FastCGI libraries. 
58   <li><a HREF = "examples">examples</a> Several example FastCGI programs. 
59   <li><a HREF = "perl">perl</a> The FastCGI Perl module, FCGI.pm. 
60   <li><a HREF = "java">java</a> The FastCGI Java library. 
61   <li><a HREF = "cgi-fcgi">cgi-fcgi</a> The CGI-to-FastCGI bridge source code. 
62 </ul>
63
64 <hr>
65 <address>
66 &#169 1996, Open Market, Inc.
67 </address>
68
69 </body>
70 </html>