stas 2003/06/17 18:53:11
Modified: src/docs/2.0 config.cfg
Added: src/docs/2.0 index_top.html
Log:
add xref to the porting status
Revision Changes Path
1.3 +5 -0 modperl-docs/src/docs/2.0/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/config.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- config.cfg 22 Jul 2002 15:21:51 -0000 1.2
+++ config.cfg 18 Jun 2003 01:53:11 -0000 1.3
@@ -1,3 +1,4 @@
+
use vars qw(@c);
@c = (
@@ -5,6 +6,10 @@
title => "mod_perl 2.0 Documentation",
stitle => "2.0",
+
+ body => {
+ top => 'index_top.html',
+ },
abstract => <<EOB,
A collection of the documents specific to the mod_perl 2.0 generation.
1.1 modperl-docs/src/docs/2.0/index_top.html
Index: index_top.html
===================================================================
<html>
<head>
<title>index bottom</title>
</head>
<body bgcolor="white">
<p>FYI: <a
href="../../products/apache-modules.html#Porting_CPAN_modules_to_mod_perl_2_0_Status">Porting
CPAN modules to mod_perl 2.0 Status</a></p>
</body>
</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]