stas 02/04/26 20:33:12 Modified: src/products config.cfg apache-modlist.html Log: better descriptions Submitted by: Per Einar Ellefsen <[EMAIL PROTECTED]> Revision Changes Path 1.2 +12 -10 modperl-docs/src/products/config.cfg Index: config.cfg =================================================================== RCS file: /home/cvs/modperl-docs/src/products/config.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- config.cfg 5 Jan 2002 19:15:41 -0000 1.1 +++ config.cfg 27 Apr 2002 03:33:12 -0000 1.2 @@ -1,16 +1,18 @@ use vars qw(@c); @c = ( - id => 'products', + id => 'products', - title => "Products", + title => "Products", - abstract => "mod_perl based software", + abstract => <<EOB, +There is a lot of software out there ready to run with mod_perl and/or +help you with your programming project. +EOB + + chapters => [qw( + apache-modlist.html + app-server.pod + products.html + )], - chapters => [ - qw( - apache-modlist.html - app-server.pod - products.html - ) - ], ); 1.4 +5 -1 modperl-docs/src/products/apache-modlist.html Index: apache-modlist.html =================================================================== RCS file: /home/cvs/modperl-docs/src/products/apache-modlist.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- apache-modlist.html 13 Apr 2002 16:02:06 -0000 1.3 +++ apache-modlist.html 27 Apr 2002 03:33:12 -0000 1.4 @@ -1,12 +1,16 @@ <html> <head> <title>The Apache/Perl Module List</title> +<meta name="description" content="The Apache/Perl Module List is the +equivalent of the Perl module list, but for mod_perl, and features a +significant amount of modules which you can take advantage of for your +mod_perl server, both to help you coding and as stand-along modules"> </head> <body> <h1>The Apache/Perl Module List</h1> Maintained by <a href="mailto:[EMAIL PROTECTED]">Doug MacEachern</a>, -<br><i> $Revision: 1.3 $ $Date: 2002/04/13 16:02:06 $</i> +<br><i> $Revision: 1.4 $ $Date: 2002/04/27 03:33:12 $</i> <h3>Contents</h3> <a href="#intro">Introduction</a><br>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]