Added support for Session Control
[CGIscriptor.git] / index.html
blobe33e053f80322e3ab36f8281add45ccf46caa5d7
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)
45 <LI>The <A HREF="CGIservlet.html">CGIservlet manual</A>
46 (from the comments of CGIservlet.pl)
47 <LI><A HREF="README.txt">README.txt</A>, contains information on this
48 distribution and installation
49 <LI>An active <A HREF="Hello.html">"Hello World"</A> example page for
50 CGIscriptor (works only when CGIscriptor.pl is running)
51 <LI><A HREF="CGIscriptor.tgz">CGIscriptor.tgz</A> <br>
52 <I>The whole package in a single gnuzipped tar file</i>
53 <LI>The <A HREF="gpl.html">GNU General Public License</A> (with links
54 to he <A HREF="http://www.gnu.org">GNU home page</A>)
56 <LI>The GNU General Public License as a <A HREF="gpl.txt">text file</A>
57 </UL>
59 <hr>
60 <META CONTENT='text/osshell; CGI="$PATH_INFO"'>
61 <h3>This is visit number <SCRIPT TYPE="text/osshell">
62 grep $PATH_INFO ~/Client.log | wc -l</SCRIPT> of this page</h3>
63 </BODY>
65 </HTML>