fix validation, organization, and links
[catagits/fcgi2.git] / doc / overview.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
2 <HTML>\r
3    <HEAD>\r
4       <TITLE>\r
5          FastCGI Developer&#39;s Kit Index Page\r
6       </TITLE>\r
7 <STYLE TYPE="text/css">\r
8  div.c1 {text-align: center}\r
9 </STYLE>\r
10    </HEAD>\r
11    <BODY>\r
12       <DIV CLASS="c1">\r
13          <H2>\r
14             FastCGI Developer&#39;s Kit\r
15          </H2>\r
16       </DIV>\r
17       <!--Copyright (c) 1996 Open Market, Inc.                                    -->\r
18       <!--See the file "LICENSE.TERMS" for information on usage and redistribution-->\r
19       <!--of this file, and for a DISCLAIMER OF ALL WARRANTIES.                   -->\r
20       <!-- $Id: overview.html,v 1.3 2001/11/27 01:03:47 robs Exp $ -->\r
21       <UL>\r
22          <LI>\r
23             <A HREF=".">doc</A> \r
24             <UL>\r
25                <LI>\r
26                   <A HREF="fastcgi-whitepaper/fastcgi.htm">FastCGI Technical White Paper</A> Motivates FastCGI, then\r
27                   explains the FastCGI interface, FastCGI application roles, the FastCGI application library, server\r
28                   support for FastCGI, and FastCGI performance.\r
29                </LI>\r
30                <LI>\r
31                   <A HREF="fcgi-perf.htm">Understanding FastCGI Application Performance</A> Why FastCGI applications\r
32                   often run faster than applications coded directly to Web server APIs.\r
33                </LI>\r
34                <LI>\r
35                   <A HREF="fcgi-devel-kit.htm">FastCGI Developer&#39;s Kit</A><BR>\r
36                    \r
37                   <UL>\r
38                      <LI>\r
39                         How to configure and build the kit for your development platform.\r
40                      </LI>\r
41                      <LI>\r
42                         How to write applications using the libraries in the kit.\r
43                      </LI>\r
44                      <LI>\r
45                         Documents <TT>cgi-fcgi</TT>, a tool in the kit that allows you to develop and test FastCGI\r
46                         applications using a Web server that lacks FastCGI support.\r
47                      </LI>\r
48                   </UL>\r
49                </LI>\r
50                <LI>\r
51                   <A HREF="fastcgi-prog-guide/cover.htm">Open Market FastCGI 1.0 Programmer&#39;s Guide</A>\r
52                   Programmer-oriented documentation for developers of applications that run on the Open Market&#39;s\r
53                   Secure WebServer 2.0. The content overlaps considerably with Section 3 of the Developer&#39;s Kit\r
54                   document.\r
55                </LI>\r
56                <LI>\r
57                   <A HREF="FCGI_Accept.3">FCGI_Accept.3</A>, <A HREF="FCGI_Finish.3">FCGI_Finish.3</A>, <A HREF=\r
58                   "FCGI_SetExitStatus.3">FCGI_SetExitStatus.3</A>, <A HREF=\r
59                   "FCGI_StartFilterData.3">FCGI_StartFilterData.3</A>, and <A HREF="cgi-fcgi.1">cgi-fcgi.1</A>\r
60                   manpages.\r
61                </LI>\r
62                <LI>\r
63                   <A HREF="fcgi-perl.htm">Integrating FastCGI with Perl</A> How to build FastCGI support into the Perl\r
64                   interpreter and how to write FastCGI applications in Perl.\r
65                </LI>\r
66                <LI>\r
67                   <A HREF="fcgi-tcl.htm">Integrating FastCGI with Tcl</A> How to build FastCGI support into the Tcl\r
68                   interpreter and how to write FastCGI applications in Tcl.\r
69                </LI>\r
70                <LI>\r
71                   <A HREF="fcgi-java.htm">Integrating FastCGI with Java</A> How to build Web server applications in\r
72                   Java using FastCGI.\r
73                </LI>\r
74                <LI>\r
75                   <A HREF="www5-api-workshop.html">FastCGI: A High-Performance Gateway Interface</A> Position paper\r
76                   presented at the workshop &quot;Programming the Web -- a search for APIs&quot;, Fifth International\r
77                   World Wide Web Conference, 6 May 1996, Paris, France. A short paper, addressed to an audience of\r
78                   technical specialists.\r
79                </LI>\r
80                <LI>\r
81                   <A HREF="fcgi-spec.html">FastCGI Specification</A> document.<BR>\r
82                    Defines the interface between a FastCGI application and a Web server that supports FastCGI. This is\r
83                   dry stuff, not needed for writing applications!\r
84                </LI>\r
85             </UL>\r
86          </LI>\r
87          <LI>\r
88             <A HREF="../include/">include</A> .h files for the FastCGI libraries.\r
89          </LI>\r
90          <LI>\r
91             <A HREF="../libfcgi/">libfcgi</A> .c files for the FastCGI libraries.\r
92          </LI>\r
93          <LI>\r
94             <A HREF="../examples/">examples</A> Several example FastCGI programs.\r
95          </LI>\r
96          <LI>\r
97             <A HREF="../perl/">perl</A> The FastCGI Perl module, FCGI.pm.\r
98          </LI>\r
99          <LI>\r
100             <A HREF="../java/">java</A> The FastCGI Java library.\r
101          </LI>\r
102          <LI>\r
103             <A HREF="../cgi-fcgi/">cgi-fcgi</A> The CGI-to-FastCGI bridge source code.\r
104          </LI>\r
105       </UL>\r
106       <HR>\r
107       <ADDRESS>\r
108          &copy; 1996, Open Market, Inc.\r
109       </ADDRESS>\r
110    </BODY>\r
111 </HTML>\r
112 \r