stas 02/01/27 18:29:51 Modified: src/about about.html Log: - clean the style Revision Changes Path 1.4 +34 -33 modperl-docs/src/about/about.html Index: about.html =================================================================== RCS file: /home/cvs/modperl-docs/src/about/about.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- about.html 26 Jan 2002 04:29:43 -0000 1.3 +++ about.html 28 Jan 2002 02:29:50 -0000 1.4 @@ -1,36 +1,37 @@ - <html> - <head> - <title>About</title> - <meta name="Description" content="Apache + Perl = mod_perl"> - </head> - <body bgcolor="white"> -<H1>Apache + Perl = mod_perl</H1> - -Simply <A HREF="../download/">install mod_perl</A> and you have a -world of features at your fingertips: - -<ul> -<li><b>Configure Apache with Perl</b>. Embed Perl in your -<i>httpd.conf</i> file to define everything from virtual hosts to -content handlers. - -<li><b>Speed up your CGI scripts</b>. The Apache::Registry module -can provide <b>100x speedups</b> for your CGI scripts. - -<li><b>Write custom Apache modules</b>. Write simple Perl code to -<b>log hits</b>, generate dynamic <b>error pages</b>, <b>track -users</b>, and more. - -<li><b>Templating systems</b> such as HTML::Mason, EmbPerl, or the -Template Toolkit let you quickly develop structured dynamic web sites. - -<li>Third-party modules give you application functionality such as -<b>sessions</b>, <b>passwords</b>, and <b>database integration</b>. +<html> + <head> + <title>About</title> + <meta name="Description" content="Apache + Perl = mod_perl"> + </head> + <body bgcolor="white"> -<li><b>Apache 2.0 support</b> includes the ability to write <b>custom -protocol handlers</b> in Perl! + <h1>Apache + Perl = mod_perl</h1> -</ul> + Simply <A HREF="../download/">install mod_perl</A> and you have a + world of features at your fingertips: - </body> - </html> + <ul> + <li><b>Configure Apache with Perl</b>. Embed Perl in your + <i>httpd.conf</i> file to define everything from virtual hosts to + content handlers. + + <li><b>Speed up your CGI scripts</b>. The Apache::Registry module + can provide <b>100x speedups</b> for your CGI scripts. + + <li><b>Write custom Apache modules</b>. Write simple Perl code to + <b>log hits</b>, generate dynamic <b>error pages</b>, <b>track + users</b>, and more. + + <li><b>Templating systems</b> such as HTML::Mason, EmbPerl, or the + Template Toolkit let you quickly develop structured dynamic web sites. + + <li>Third-party modules give you application functionality such as + <b>sessions</b>, <b>passwords</b>, and <b>database integration</b>. + + <li><b>Apache 2.0 support</b> includes the ability to write <b>custom + protocol handlers</b> in Perl! + + </ul> + + </body> +</html>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]