stas 02/02/27 20:05:55 Modified: src/about about.html src/download bundles.html src/stats netcraft.html securityspace.html Log: - content changes: html fixup Submitted by: allan Revision Changes Path 1.5 +26 -34 modperl-docs/src/about/about.html Index: about.html =================================================================== RCS file: /home/cvs/modperl-docs/src/about/about.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- about.html 28 Jan 2002 02:29:50 -0000 1.4 +++ about.html 28 Feb 2002 04:05:55 -0000 1.5 @@ -1,37 +1,29 @@ <html> - <head> - <title>About</title> +<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>. - - <li><b>Apache 2.0 support</b> includes the ability to write <b>custom - protocol handlers</b> in Perl! - - </ul> - - </body> +</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> + <li> + <b>Speed up your CGI scripts</b>. The Apache::Registry module can provide <b>100x speedups</b> for your CGI scripts. + </li> + <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> + <li> + <b>Templating systems</b> such as HTML::Mason, EmbPerl, or the Template Toolkit let you quickly develop structured dynamic web sites. + </li> + <li> + Third-party modules give you application functionality such as <b>sessions</b>, <b>passwords</b>, and <b>database integration</b>. + </li> + <li> + <b>Apache 2.0 support</b> includes the ability to write <b>custom protocol handlers</b> in Perl! + </li> +</ul> +</body> </html> 1.3 +15 -23 modperl-docs/src/download/bundles.html Index: bundles.html =================================================================== RCS file: /home/cvs/modperl-docs/src/download/bundles.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bundles.html 4 Feb 2002 11:26:00 -0000 1.2 +++ bundles.html 28 Feb 2002 04:05:55 -0000 1.3 @@ -1,23 +1,15 @@ - <html> - <head> - <title>Software Bundles</title> - </head> - <body bgcolor="white"> - <p> - There are several other Perl modules that you might wish to have installed, - to take full advantage of mod_perl functionality. - Provided you have Andreas König's - <a href="http://www.perl.com/CPAN/modules/by-module/CPAN/">CPAN.pm</A> - module, simply run:</p> - - <pre> cpan> install Bundle::Apache</pre> - - <p> - This will fetch and install mod_perl and related packages for you all at once. - Otherwise, once you've installed mod_perl see the listing by running </p> - - <pre> % perldoc Bundle::Apache</pre> - - - </body> - </html> +<html> +<head> + <title>Software Bundles</title> +</head> +<body bgcolor="white"> + <p> + There are several other Perl modules that you might wish to have installed, to take full advantage of mod_perl functionality. Provided you have Andreas König's <a href="http://www.perl.com/CPAN/modules/by-module/CPAN/">CPAN.pm</a> module, simply run: + </p> + <pre> cpan> install Bundle::Apache</pre> + <p> + This will fetch and install mod_perl and related packages for you all at once. Otherwise, once you've installed mod_perl see the listing by running + </p> + <pre> % perldoc Bundle::Apache</pre> +</body> +</html> \ No newline at end of file 1.3 +9 -8 modperl-docs/src/stats/netcraft.html Index: netcraft.html =================================================================== RCS file: /home/cvs/modperl-docs/src/stats/netcraft.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- netcraft.html 19 Feb 2002 14:10:23 -0000 1.2 +++ netcraft.html 28 Feb 2002 04:05:55 -0000 1.3 @@ -5,23 +5,24 @@ <body bgcolor=#ffffff > <hr> -<IMG SRC="graph.jpg" HEIGHT=400 WIDTH=700 BORDER=0 ALT="Graph"> -<BR> -<BR> -The <A HREF="graph.pl"> script </A> that produced this graph and the <A HREF="input.data"> -raw input data </A> -<BR> +<img src="graph.jpg" height=400 width=700 border=0 alt="Graph"> +<br> +<br> +The <a href="graph.pl"> script </a> that produced this graph and the <a href="input.data"> +raw input data </a> +<br> <p> If your site is running mod_perl, <a href="http://www.netcraft.co.uk/up/graph/">tell</a> the Netcraft survey. +</p> <p> - <!-- monthly reports can be retrieved from http://www.netcraft.com/survey/Reports/200106/mod_perl.txt, adjust the year/month if needed --> +</p> -<table cellpadding=3 border=1> +<table cellpadding="3" border="1" cellspacing="0"> <tr><td>Survey</td><td>hostnames</td><td>unique ip addresses</td></tr> <tr><td> January 2002 </td><td>2819847</td><td>341458</td></tr> <tr><td> December 2001 </td><td>2720503</td><td>326545</td></tr> 1.3 +6 -5 modperl-docs/src/stats/securityspace.html Index: securityspace.html =================================================================== RCS file: /home/cvs/modperl-docs/src/stats/securityspace.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- securityspace.html 19 Feb 2002 14:10:23 -0000 1.2 +++ securityspace.html 28 Feb 2002 04:05:55 -0000 1.3 @@ -1,12 +1,12 @@ <html> <head> -<title>Security Space's mod_perl statistics</title> - + <title>Security Space's mod_perl statistics</title> </head> -<body bgcolor=#ffffff > +<body bgcolor="#ffffff"> -SecuritySpace provides -<a href="http://www.securityspace.com/s_survey/data/man.200201/apachemods.html"> +<p> +SecuritySpace provides <a +href="http://www.securityspace.com/s_survey/data/man.200201/apachemods.html"> mod_perl usage report</a>. Make sure to click on the menu at the left to pick the latest month, since the link hardcodes the month. They also provide a <a @@ -14,6 +14,7 @@ similar to this one with statistics and a graph based on the data collected by <a href="http://www.securityspace.com/">www.securityspace.com</a> +</p> </body> </html>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]