Mailing List Archive

cvs commit: modperl-docs/src/world/templates choosing.pod
stas 01/09/15 09:36:58

Modified: src/devel/core_explained core_explained.pod
src/devel/writing_tests writing_tests.pod
src/user/install install.pod
src/user/intro start_fast.pod
src/world/templates choosing.pod
Log:
It'd be nice if each document will maintain its own list of
contributors/authors and maintainers, so the whole project could move
fast, without waiting for one person to do something.

Hence trying to use the same ending in all documents.

Revision Changes Path
1.2 +12 -0 modperl-docs/src/devel/core_explained/core_explained.pod

Index: core_explained.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/devel/core_explained/core_explained.pod,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- core_explained.pod 2001/09/15 16:01:48 1.1
+++ core_explained.pod 2001/09/15 16:36:57 1.2
@@ -23,4 +23,16 @@
the file that #include-s a .h file from xs/ should be able to see what's
in there. anything else belongs in a src/modules/perl/foo.c public api.

+=head1 Maintainers
+
+Maintainer is the person(s) you should contact with updates and
+corrections and patches.
+
+Stas Bekman E<lt>stas@stason.orgE<gt>
+
+=head1 Authors
+
+Stas Bekman E<lt>stas@stason.orgE<gt>
+Philippe M. Chiasson E<lt>gozer@cpan.orgE<gt>
+
=cut



1.2 +7 -3 modperl-docs/src/devel/writing_tests/writing_tests.pod

Index: writing_tests.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/devel/writing_tests/writing_tests.pod,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- writing_tests.pod 2001/09/15 16:01:48 1.1
+++ writing_tests.pod 2001/09/15 16:36:57 1.2
@@ -631,12 +631,16 @@
code that reproduces the bug, it should probably be easy to convert
this code into a test.

-=head1 Authors
+=head1 Maintainers

-Stas Bekman E<lt>stas@stason.orgE<gt>
+Maintainer is the person(s) you should contact with updates and
+corrections and patches.

-=cut
+Stas Bekman E<lt>stas@stason.orgE<gt>

+=head1 Authors

+Stas Bekman E<lt>stas@stason.orgE<gt>

+=cut




1.2 +8 -0 modperl-docs/src/user/install/install.pod

Index: install.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/user/install/install.pod,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- install.pod 2001/09/15 16:01:48 1.1
+++ install.pod 2001/09/15 16:36:58 1.2
@@ -6,4 +6,12 @@

=head1 Installing from Binary Packages

+=head1 Maintainers
+
+Maintainer is the person(s) you should contact with updates and
+corrections and patches.
+
+=head1 Authors
+
+
=cut



1.2 +9 -0 modperl-docs/src/user/intro/start_fast.pod

Index: start_fast.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/user/intro/start_fast.pod,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- start_fast.pod 2001/09/15 16:01:48 1.1
+++ start_fast.pod 2001/09/15 16:36:58 1.2
@@ -1,3 +1,12 @@
=head1 Getting Your Feet Wet with mod_perl

=head1 A Quick Guide to Getting Started with mod_perl
+
+=head1 Maintainers
+
+Maintainer is the person(s) you should contact with updates and
+corrections and patches.
+
+=head1 Authors
+
+=cut



1.2 +14 -2 modperl-docs/src/world/templates/choosing.pod

Index: choosing.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/world/templates/choosing.pod,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- choosing.pod 2001/09/15 16:01:48 1.1
+++ choosing.pod 2001/09/15 16:36:58 1.2
@@ -1,7 +1,5 @@
=head1 Choosing a Templating System

-by Perrin Harkins
-
=head1 Introduction

Go on, admit it: you've written a templating system. It's okay,
@@ -1079,5 +1077,19 @@
Future versions of this document will be announced on the mod_perl
mailing list, and possibly other popular Perl locations as well.

+by Perrin Harkins
+
+=head1 Maintainers
+
+Maintainer is the person(s) you should contact with updates and
+corrections and patches.
+
+Perrin Harkins E<lt>perrin@elem.comE<gt>.
+
+=head1 Authors
+
+Perrin Harkins E<lt>perrin@elem.comE<gt>.
+
+=cut