stas 02/03/20 09:41:49
Modified: src/docs/1.0/api Apache.pod config.cfg
Added: src/docs/1.0/api Changes.pod
Log:
- using a consistent pages layout
- adding the Description header where needed (for the benefit of index
pages)
- adding the Changes.pod file for the docset
Revision Changes Path
1.6 +16 -1 modperl-docs/src/docs/1.0/api/Apache.pod
Index: Apache.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache.pod,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Apache.pod 27 Feb 2002 18:03:35 -0000 1.5
+++ Apache.pod 20 Mar 2002 17:41:49 -0000 1.6
@@ -1028,7 +1028,22 @@
Apache C API notes at C<http://www.apache.org/docs/>
-=head1 AUTHORS
+=head1 Maintainers
+
+Maintainer is the person(s) you should contact with updates,
+corrections and patches.
+
+=over
+
+=item *
+
+Adam Pisoni E<lt>[EMAIL PROTECTED]<gt>,
+but contact L<modperl docs list|maillist::list-docs-dev>
+
+=back
+
+
+=head1 Authors
Perl interface to the Apache C API written by Doug MacEachern
with contributions from Gisle Aas, Andreas Koenig, Eric Bartley,
1.2 +10 -8 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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- config.cfg 5 Jan 2002 19:20:00 -0000 1.1
+++ config.cfg 20 Mar 2002 17:41:49 -0000 1.2
@@ -1,14 +1,16 @@
use vars qw(@c);
@c = (
- id => 'api_v1',
+ id => 'api_v1',
- title => "mod_perl 1.0 API",
+ title => "mod_perl 1.0 API",
- abstract => 'This is only a partial API, the rest of the API
documentation is in the source distribution',
+ abstract => <<EOB,
+This is only a partial API, the rest of the API documentation is in
+the source distribution
+EOB
- chapters => [
- qw(
- Apache.pod
- ),
- ],
+ chapters => [qw(
+ Apache.pod
+ Changes.pod
+ )],
);
1.1 modperl-docs/src/docs/1.0/api/Changes.pod
Index: Changes.pod
===================================================================
=head1 NAME
CHANGES
=head1 Description
Refer to this document to learn what changes were made to the
documents, since you've read these last time.
The most recent changes are listed first.
=head1 Wed Mar 20 21:20:20 SGT 2002
* Imported the pod file from the mod_perl distribution and cleaned up
the broken pod. [stas]
=cut
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]