Added documentation of USEFAT
[CGIscriptor.git] / index.html
blob22b7eec646ee0025028ad3c90b75b0d2c7646000
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <HTML>
4 <HEAD>
6 <TITLE>Welcome to CGIscriptor and CGIservlet</TITLE>
9 </HEAD>
11 <BODY>
13 <H1 ALIGN="CENTER">Welcome to CGIscriptor and the CGIservlet</H1>
15 <P>
16 <A HREF="CGIscriptor.pl">CGIscriptor</A> merges plain ASCII HTML files
17 on-line and real-time, transparantly and savely with PERL code, shell
18 commands, and executable scripts. It combines the "ease of use" of HTML
19 files with the versatillity of specialized scripts and PERL programs. It
20 hides all the specifics and idiosyncrasies of correct output and CGI coding
21 and naming. Scripts do not have to be aware of HTML or CGI conventions
22 just as HTML files can be ignorant of scripts and the associated values.
23 CGIscriptor complies with the W3C HTML 4.0 recommendations.
24 </P>
26 <P>
27 <A HREF="CGIservlet.pl">CGIservlet</A> is a HTTPd "connector" for running
28 CGI scripts on Unix systems as WWW accessible Web sites. The version found
29 here is configured to run CGIscriptor out of the box. Together, these two
30 scripts make a small and simple, but complete, Web server.<br>
31 The servlet starts a true HTTP daemon but is NOT a full fledged server.
32 Moreover, this servlet is definitely NOT intended as a replacement of a
33 real server (e.g., Apache). It's design goal was SIMPLICITY, and not
34 mileage.
35 </P>
37 <P>
38 Both programs are licensed under the GNU GPL.
39 </P>
41 <h2>More local pages</h2>
42 <UL>
43 <LI>The <A HREF="CGIscriptor.html">CGIscriptor manual</A>
44 (from the comments of CGIscriptor.pl)</LI>
45 <LI>The <A HREF="CGIservlet.html">CGIservlet manual</A>
46 (from the comments of CGIservlet.pl)</LI>
47 <LI><A HREF="README.txt">README.txt</A>, contains information on this
48 distribution and installation</LI>
49 <LI>An active <A HREF="Hello.html">"Hello World"</A> example page for
50 CGIscriptor (works only when CGIscriptor.pl is running)</LI>
51 <LI>A basic example of <a href="Private/index.html">authorization with
52 a Login page</a>. Use username <em>test</em> and password <em>testing</em>.
53 There is also a <a href="PrivateTutorial.html">Tutorial of the authorization
54 application</a></LI>
55 <LI><A HREF="CGIscriptor.tgz">CGIscriptor.tgz</A> (disabled)<br>
56 <I>The whole package in a single gnuzipped tar file</i></LI>
57 <LI>The <A HREF="gpl.html">GNU General Public License</A> (with links
58 to he <A HREF="http://www.gnu.org">GNU home page</A>)</LI>
60 <LI>The GNU General Public License as a <A HREF="gpl.txt">text file</A></LI>
61 </UL>
63 <hr>
64 <META CONTENT='text/osshell; CGI="$PATH_INFO"'>
65 <h3>This is visit number <SCRIPT TYPE="text/osshell">
66 grep $PATH_INFO ~/Client.log | wc -l</SCRIPT> of this page</h3>
67 </BODY>
69 </HTML>