stas 02/04/02 23:46:13 Modified: src/docs/1.0/api config.cfg src/docs/2.0/api config.cfg Added: src/docs/1.0/api index_bot.html src/docs/2.0/api index_bot.html Log: - add the links to perldoc.com for other Apache:: docs Revision Changes Path 1.3 +4 -0 modperl-docs/src/docs/1.0/api/config.cfg Index: config.cfg =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/config.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- config.cfg 20 Mar 2002 17:41:49 -0000 1.2 +++ config.cfg 3 Apr 2002 07:46:13 -0000 1.3 @@ -9,6 +9,10 @@ the source distribution EOB + body => { + bot => 'index_bot.html', + }, + chapters => [qw( Apache.pod Changes.pod 1.1 modperl-docs/src/docs/1.0/api/index_bot.html Index: index_bot.html =================================================================== <html> <head> <title>index bottom</title> </head> <body bgcolor="white"> <p>See <a href="http://www.perldoc.com">www.perldoc.com</a> for documentation of the rest of the <code>Apache::</code> modules</p> </body> </html> 1.3 +20 -18 modperl-docs/src/docs/2.0/api/config.cfg Index: config.cfg =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/config.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- config.cfg 15 Jan 2002 12:34:18 -0000 1.2 +++ config.cfg 3 Apr 2002 07:46:13 -0000 1.3 @@ -1,26 +1,28 @@ use vars qw(@c); @c = ( - id => 'api_v2', + id => 'api_v2', - title => "mod_perl 2.0 APIs", + title => "mod_perl 2.0 APIs", - abstract => 'The API provided by mod_perl 2.0 to Apache and APR.', + abstract => <<EOB, +The Apache and APR APIs for mod_perl 2.0 +EOB - group => 'Apache', - chapters => [ - qw( - mod_perl-2.0/Apache/RequestRec.pod - mod_perl-2.0/Apache/ServerUtil.pod - mod_perl-2.0/Apache/compat.pod - ), - ], + body => { + bot => 'index_bot.html', + }, - group => 'APR', - chapters => [ - qw( - mod_perl-2.0/APR/PerlIO.pod - mod_perl-2.0/APR/Table.pod - ), - ], + group => 'Apache', + chapters => [qw( + mod_perl-2.0/Apache/RequestRec.pod + mod_perl-2.0/Apache/ServerUtil.pod + mod_perl-2.0/Apache/compat.pod + )], + + group => 'APR', + chapters => [qw( + mod_perl-2.0/APR/PerlIO.pod + mod_perl-2.0/APR/Table.pod + )], ); 1.1 modperl-docs/src/docs/2.0/api/index_bot.html Index: index_bot.html =================================================================== <html> <head> <title>index bottom</title> </head> <body bgcolor="white"> <p>See <a href="http://www.perldoc.com">www.perldoc.com</a> for documentation of the rest of the <code>Apache::</code> modules</p> </body> </html>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]