stas 02/01/15 04:34:19
Modified: src/docs/2.0/api config.cfg
src/docs/2.0/api/mod_perl-2.0/APR Table.pod
src/docs/2.0/devel config.cfg
src/docs/2.0/devel/debug_c debug_c.pod
src/docs/2.0/user config.cfg
Log:
- improve the layout of linked chaptes at index pages
- a few typos fixes
Revision Changes Path
1.2 +11 -3 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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- config.cfg 5 Jan 2002 19:26:42 -0000 1.1
+++ config.cfg 15 Jan 2002 12:34:18 -0000 1.2
@@ -4,15 +4,23 @@
title => "mod_perl 2.0 APIs",
- abstract => '',
+ abstract => 'The API provided by mod_perl 2.0 to Apache and APR.',
+ group => 'Apache',
chapters => [
qw(
- mod_perl-2.0/APR/PerlIO.pod
- mod_perl-2.0/APR/Table.pod
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.5 +1 -1 modperl-docs/src/docs/2.0/api/mod_perl-2.0/APR/Table.pod
Index: Table.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/mod_perl-2.0/APR/Table.pod,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Table.pod 2 Jan 2002 11:14:22 -0000 1.4
+++ Table.pod 15 Jan 2002 12:34:19 -0000 1.5
@@ -1,6 +1,6 @@
=head1 NAME
-APR::Table -- A Perl API for manipulating paque string-content table
+APR::Table -- A Perl API for manipulating opaque string-content table
=head1 SYNOPSIS
1.3 +26 -5 modperl-docs/src/docs/2.0/devel/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/config.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- config.cfg 9 Jan 2002 18:07:52 -0000 1.2
+++ config.cfg 15 Jan 2002 12:34:19 -0000 1.3
@@ -3,18 +3,39 @@
id => 'devel_guide',
- title => "mod_perl Developer's guide",
+ title => "mod_perl 2.0 Developer's guide",
- abstract => 'This guide is aimed for mod_perl core and 3rd party
modules developers',
+ abstract => 'This guide is aimed for mod_perl 2.0 core and 3rd
+ party modules developers.',
+ group => 'mod_perl 2.0 Core Development',
chapters => [
qw(
- porting_from_1.x/porting_from_1.x.pod
- testing/testing.pod
core_explained/core_explained.pod
+ modperl_style/modperl_style.pod
perf_sizeof/perf_sizeof.pod
+ )
+ ],
+
+ group => '3rd party modules Development with mod_perl 2.0',
+ chapters => [
+ qw(
+ porting_from_1.x/porting_from_1.x.pod
debug_perl/debug_perl.pod
- modperl_style/modperl_style.pod
+ debug_c/debug_c.pod
+ )
+ ],
+
+ group => 'Testing',
+ chapters => [
+ qw(
+ testing/testing.pod
+ )
+ ],
+
+ group => 'Help',
+ chapters => [
+ qw(
help/help.pod
)
],
1.2 +1 -1 modperl-docs/src/docs/2.0/devel/debug_c/debug_c.pod
Index: debug_c.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/debug_c/debug_c.pod,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- debug_c.pod 27 Dec 2001 11:41:57 -0000 1.1
+++ debug_c.pod 15 Jan 2002 12:34:19 -0000 1.2
@@ -161,7 +161,7 @@
META: need to review (unfinished)
-=head2
+=head2 ...
=head1 Analyzing Dumped Core Files
1.3 +17 -8 modperl-docs/src/docs/2.0/user/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/config.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- config.cfg 9 Jan 2002 18:08:35 -0000 1.2
+++ config.cfg 15 Jan 2002 12:34:19 -0000 1.3
@@ -2,25 +2,34 @@
@c = (
id => 'user_guide',
- title => "mod_perl User's guide",
+ title => "mod_perl 2.0 User's guide",
- abstract => 'Put some abstract here',
+ abstract => 'All you need to know about using mod_perl 2.0',
- group => 'Installation',
+ group => 'Introduction',
chapters => [
qw(
intro/start_fast.pod
- coding/coding.pod
- compat/compat.pod
- config/config.pod
- design/design.pod
overview/overview.pod
+ design/design.pod
+ )
+ ],
+
+ group => 'Installation',
+ chapters => [
+ qw(
install/install.pod
+ config/config.pod
)
],
group => 'Coding Techniques',
- chapters => ['coding/coding.pod'],
+ chapters => [
+ qw(
+ compat/compat.pod
+ coding/coding.pod
+ )
+ ],
);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]