stas 2002/06/10 22:58:47 Modified: src/download config.cfg Added: src/download index_top.html Log: mention the released versions on the download page Revision Changes Path 1.7 +4 -0 modperl-docs/src/download/config.cfg Index: config.cfg =================================================================== RCS file: /home/cvs/modperl-docs/src/download/config.cfg,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- config.cfg 10 May 2002 06:51:17 -0000 1.6 +++ config.cfg 11 Jun 2002 05:58:47 -0000 1.7 @@ -8,6 +8,10 @@ Get source and binary mod_perl distributions and download the documentation EOB + body => { + top => 'index_top.html', + }, + # an ordered list pod files relative to $c{src} # the order is important for a correct placing of the chapters chapters => [qw( 1.1 modperl-docs/src/download/index_top.html Index: index_top.html =================================================================== <html> <head> <title>index top</title> </head> <body bgcolor="white"> <p>Released Versions:</p> <ul> <li><a href="http://perl.apache.org/dist/">mod_perl 1.27</a> (June 1, 2002)</li> <li><a href="http://perl.apache.org/dist/">mod_perl 1.99_02 (beta)</a> (June 1, 2002)</li> </ul> </body> </html>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]