stas 02/05/11 22:41:22 Modified: src/contribute docs.pod share_code.pod src/docs/1.0/api Apache.pod src/docs/1.0/api/Apache Constants.pod Debug.pod File.pod Include.pod Log.pod Options.pod PerlRun.pod PerlSections.pod Registry.pod RegistryLoader.pod Resource.pod SIG.pod SizeLimit.pod StatINC.pod Status.pod Symbol.pod Symdump.pod Table.pod test.pod src/docs/1.0/faqs mod_perl_faq.pod mod_perl_traps.pod mod_perl_tuning.pod src/docs/1.0/guide help.pod method_handlers.pod src/docs/2.0/user/help help.pod src/docs/general advocacy.pod cvs_howto.pod perl_myth.pod src/docs/offsite articles.pod src/download binaries.pod docs.pod src/help help_with_site.pod src/maillist config.cfg email-etiquette.pod make.pl Added: src/maillist advocacy.pod announce.pod asp.pod cvs.pod dev.pod docs-cvs.pod docs-dev.pod embperl.pod modperl.pod test-cvs.pod test-dev.pod Removed: src/maillist list-advocacy.pod list-announce.pod list-asp.pod list-cvs.pod list-dev.pod list-docs-cvs.pod list-docs-dev.pod list-embperl.pod list-modperl.pod list-test-cvs.pod list-test-dev.pod Log: remove list- prefix from maillists so it's more intuitive when linking to them from the pods adjust the links everywhere Revision Changes Path 1.5 +1 -1 modperl-docs/src/contribute/docs.pod Index: docs.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/contribute/docs.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- docs.pod 29 Apr 2002 16:27:53 -0000 1.4 +++ docs.pod 12 May 2002 05:41:20 -0000 1.5 @@ -39,7 +39,7 @@ The documentation contributions and corrections are to be sent to the mod_perl documentation mailing list, -L<docs-dev|maillist::list-docs-dev> +L<docs-dev|maillist::docs-dev> If the correction is minor, please specify the full URL you are talking about. 1.4 +1 -1 modperl-docs/src/contribute/share_code.pod Index: share_code.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/contribute/share_code.pod,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- share_code.pod 29 Apr 2002 16:27:53 -0000 1.3 +++ share_code.pod 12 May 2002 05:41:20 -0000 1.4 @@ -29,7 +29,7 @@ works with you. Before submitting a new C<Apache::> module to CPAN, please discuss it -first on the L<mod_perl list|maillist::list-modperl>. It's important +first on the L<mod_perl list|maillist::modperl>. It's important to choose a good intuitive name for your module. Also it's possible that a module with a similar functionality already exists and most likely that someone will point it out. In which case you may want to 1.10 +1 -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.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Apache.pod 11 May 2002 11:54:44 -0000 1.9 +++ Apache.pod 12 May 2002 05:41:21 -0000 1.10 @@ -1045,7 +1045,7 @@ =item * Adam Pisoni E<lt>[EMAIL PROTECTED]<gt>, -but contact L<modperl docs list|maillist::list-docs-dev> +but contact L<modperl docs list|maillist::docs-dev> =back 1.3 +1 -1 modperl-docs/src/docs/1.0/api/Apache/Constants.pod Index: Constants.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/Constants.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Constants.pod 12 May 2002 04:52:33 -0000 1.2 +++ Constants.pod 12 May 2002 05:41:21 -0000 1.3 @@ -222,7 +222,7 @@ =over -=item * The L<documentation mailing list|maillist::list-docs-dev> +=item * The L<documentation mailing list|maillist::docs-dev> =back 1.2 +1 -1 modperl-docs/src/docs/1.0/api/Apache/Debug.pod Index: Debug.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/Debug.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Debug.pod 12 May 2002 04:52:33 -0000 1.1 +++ Debug.pod 12 May 2002 05:41:21 -0000 1.2 @@ -18,7 +18,7 @@ Maintainer is the person(s) you should contact with updates, corrections and patches. -The L<mod_perl docs list|maillist::list-docs-dev>. +The L<mod_perl docs list|maillist::docs-dev>. =head1 Authors 1.2 +1 -1 modperl-docs/src/docs/1.0/api/Apache/File.pod Index: File.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/File.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- File.pod 21 Apr 2002 07:26:37 -0000 1.1 +++ File.pod 12 May 2002 05:41:21 -0000 1.2 @@ -215,7 +215,7 @@ =over -=item * The L<documentation mailing list|maillist::list-docs-dev> +=item * The L<documentation mailing list|maillist::docs-dev> =back 1.3 +1 -1 modperl-docs/src/docs/1.0/api/Apache/Include.pod Index: Include.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/Include.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Include.pod 12 May 2002 04:52:33 -0000 1.2 +++ Include.pod 12 May 2002 05:41:21 -0000 1.3 @@ -50,7 +50,7 @@ =over -=item * The L<documentation mailing list|maillist::list-docs-dev> +=item * The L<documentation mailing list|maillist::docs-dev> =back 1.3 +1 -1 modperl-docs/src/docs/1.0/api/Apache/Log.pod Index: Log.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/Log.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Log.pod 12 May 2002 04:52:33 -0000 1.2 +++ Log.pod 12 May 2002 05:41:21 -0000 1.3 @@ -46,7 +46,7 @@ =over -=item * The L<documentation mailing list|maillist::list-docs-dev> +=item * The L<documentation mailing list|maillist::docs-dev> =back 1.3 +1 -1 modperl-docs/src/docs/1.0/api/Apache/Options.pod Index: Options.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/Options.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Options.pod 12 May 2002 04:52:33 -0000 1.2 +++ Options.pod 12 May 2002 05:41:21 -0000 1.3 @@ -35,7 +35,7 @@ =over -=item * The L<documentation mailing list|maillist::list-docs-dev> +=item * The L<documentation mailing list|maillist::docs-dev> =back 1.3 +1 -1 modperl-docs/src/docs/1.0/api/Apache/PerlRun.pod Index: PerlRun.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/PerlRun.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- PerlRun.pod 12 May 2002 04:52:33 -0000 1.2 +++ PerlRun.pod 12 May 2002 05:41:21 -0000 1.3 @@ -57,7 +57,7 @@ =over -=item * The L<documentation mailing list|maillist::list-docs-dev> +=item * The L<documentation mailing list|maillist::docs-dev> =back 1.3 +1 -1 modperl-docs/src/docs/1.0/api/Apache/PerlSections.pod Index: PerlSections.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/PerlSections.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- PerlSections.pod 12 May 2002 04:52:33 -0000 1.2 +++ PerlSections.pod 12 May 2002 05:41:21 -0000 1.3 @@ -121,7 +121,7 @@ =over -=item * The L<documentation mailing list|maillist::list-docs-dev> +=item * The L<documentation mailing list|maillist::docs-dev> =back 1.3 +1 -1 modperl-docs/src/docs/1.0/api/Apache/Registry.pod Index: Registry.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/Registry.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Registry.pod 12 May 2002 04:52:33 -0000 1.2 +++ Registry.pod 12 May 2002 05:41:21 -0000 1.3 @@ -119,7 +119,7 @@ =over -=item * The L<documentation mailing list|maillist::list-docs-dev> +=item * The L<documentation mailing list|maillist::docs-dev> =back 1.3 +1 -1 modperl-docs/src/docs/1.0/api/Apache/RegistryLoader.pod Index: RegistryLoader.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/RegistryLoader.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- RegistryLoader.pod 12 May 2002 04:52:33 -0000 1.2 +++ RegistryLoader.pod 12 May 2002 05:41:21 -0000 1.3 @@ -78,7 +78,7 @@ =over -=item * The L<documentation mailing list|maillist::list-docs-dev> +=item * The L<documentation mailing list|maillist::docs-dev> =back 1.3 +1 -1 modperl-docs/src/docs/1.0/api/Apache/Resource.pod Index: Resource.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/Resource.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Resource.pod 12 May 2002 04:52:33 -0000 1.2 +++ Resource.pod 12 May 2002 05:41:21 -0000 1.3 @@ -52,7 +52,7 @@ =over -=item * The L<documentation mailing list|maillist::list-docs-dev> +=item * The L<documentation mailing list|maillist::docs-dev> =back 1.2 +1 -1 modperl-docs/src/docs/1.0/api/Apache/SIG.pod Index: SIG.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/SIG.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- SIG.pod 21 Apr 2002 07:26:37 -0000 1.1 +++ SIG.pod 12 May 2002 05:41:21 -0000 1.2 @@ -49,7 +49,7 @@ =over -=item * The L<documentation mailing list|maillist::list-docs-dev> +=item * The L<documentation mailing list|maillist::docs-dev> =back 1.3 +1 -1 modperl-docs/src/docs/1.0/api/Apache/SizeLimit.pod Index: SizeLimit.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/SizeLimit.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SizeLimit.pod 21 Apr 2002 14:31:26 -0000 1.2 +++ SizeLimit.pod 12 May 2002 05:41:21 -0000 1.3 @@ -155,7 +155,7 @@ =over -=item * The L<documentation mailing list|maillist::list-docs-dev> +=item * The L<documentation mailing list|maillist::docs-dev> =back 1.3 +1 -1 modperl-docs/src/docs/1.0/api/Apache/StatINC.pod Index: StatINC.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/StatINC.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- StatINC.pod 12 May 2002 04:52:33 -0000 1.2 +++ StatINC.pod 12 May 2002 05:41:21 -0000 1.3 @@ -81,7 +81,7 @@ =item * Ask Bjoern Hanse E<lt>ask (at) netcetera.dkE<gt> -=item * The L<documentation mailing list|maillist::list-docs-dev> +=item * The L<documentation mailing list|maillist::docs-dev> =back 1.3 +1 -1 modperl-docs/src/docs/1.0/api/Apache/Status.pod Index: Status.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/Status.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Status.pod 12 May 2002 04:52:33 -0000 1.2 +++ Status.pod 12 May 2002 05:41:21 -0000 1.3 @@ -151,7 +151,7 @@ =over -=item * The L<documentation mailing list|maillist::list-docs-dev> +=item * The L<documentation mailing list|maillist::docs-dev> =back 1.3 +1 -1 modperl-docs/src/docs/1.0/api/Apache/Symbol.pod Index: Symbol.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/Symbol.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Symbol.pod 12 May 2002 04:52:33 -0000 1.2 +++ Symbol.pod 12 May 2002 05:41:21 -0000 1.3 @@ -103,7 +103,7 @@ =over -=item * The L<documentation mailing list|maillist::list-docs-dev> +=item * The L<documentation mailing list|maillist::docs-dev> =back 1.3 +1 -1 modperl-docs/src/docs/1.0/api/Apache/Symdump.pod Index: Symdump.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/Symdump.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Symdump.pod 12 May 2002 04:52:33 -0000 1.2 +++ Symdump.pod 12 May 2002 05:41:21 -0000 1.3 @@ -37,7 +37,7 @@ =over -=item * The L<documentation mailing list|maillist::list-docs-dev> +=item * The L<documentation mailing list|maillist::docs-dev> =back 1.3 +1 -1 modperl-docs/src/docs/1.0/api/Apache/Table.pod Index: Table.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/Table.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Table.pod 12 May 2002 04:52:33 -0000 1.2 +++ Table.pod 12 May 2002 05:41:21 -0000 1.3 @@ -104,7 +104,7 @@ =over -=item * The L<documentation mailing list|maillist::list-docs-dev> +=item * The L<documentation mailing list|maillist::docs-dev> =back 1.2 +1 -1 modperl-docs/src/docs/1.0/api/Apache/test.pod Index: test.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/test.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- test.pod 21 Apr 2002 07:26:37 -0000 1.1 +++ test.pod 12 May 2002 05:41:21 -0000 1.2 @@ -186,7 +186,7 @@ =over -=item * The L<documentation mailing list|maillist::list-docs-dev> +=item * The L<documentation mailing list|maillist::docs-dev> =back 1.7 +1 -1 modperl-docs/src/docs/1.0/faqs/mod_perl_faq.pod Index: mod_perl_faq.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/faqs/mod_perl_faq.pod,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mod_perl_faq.pod 18 Apr 2002 18:13:05 -0000 1.6 +++ mod_perl_faq.pod 12 May 2002 05:41:21 -0000 1.7 @@ -378,7 +378,7 @@ =item * -the L<modperl docs list|maillist::list-docs-dev> +the L<modperl docs list|maillist::docs-dev> =back 1.5 +1 -1 modperl-docs/src/docs/1.0/faqs/mod_perl_traps.pod Index: mod_perl_traps.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/faqs/mod_perl_traps.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mod_perl_traps.pod 18 Apr 2002 18:13:05 -0000 1.4 +++ mod_perl_traps.pod 12 May 2002 05:41:21 -0000 1.5 @@ -374,7 +374,7 @@ =item * -L<modperl docs list|maillist::list-docs-dev> +L<modperl docs list|maillist::docs-dev> =back 1.6 +1 -1 modperl-docs/src/docs/1.0/faqs/mod_perl_tuning.pod Index: mod_perl_tuning.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/faqs/mod_perl_tuning.pod,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- mod_perl_tuning.pod 18 Apr 2002 18:13:05 -0000 1.5 +++ mod_perl_tuning.pod 12 May 2002 05:41:21 -0000 1.6 @@ -411,7 +411,7 @@ =item * -The L<modperl docs list|maillist::list-docs-dev> +The L<modperl docs list|maillist::docs-dev> =back 1.18 +2 -2 modperl-docs/src/docs/1.0/guide/help.pod Index: help.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/help.pod,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- help.pod 11 May 2002 11:54:44 -0000 1.17 +++ help.pod 12 May 2002 05:41:21 -0000 1.18 @@ -13,9 +13,9 @@ If, after reading this guide, the L<general docs|docs::general::index> and the L<other documents|docs::offsite::index> listed on this site, you still don't have the answers/information needed, please ask for -help on the L<mod_perl users mailing list|maillist::list-modperl>. +help on the L<mod_perl users mailing list|maillist::modperl>. But please, first try to browse the L<mailing list -archive|maillist::list-modperl/Searchable_Archives>. Most of the time +archive|maillist::modperl/Searchable_Archives>. Most of the time you will find the answer to your questions by searching the archive, since it is very likely that someone else has already encountered the same problem and found a solution for it. If you ignore this advice, 1.2 +1 -1 modperl-docs/src/docs/1.0/guide/method_handlers.pod Index: method_handlers.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/method_handlers.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- method_handlers.pod 10 May 2002 07:47:40 -0000 1.1 +++ method_handlers.pod 12 May 2002 05:41:21 -0000 1.2 @@ -191,7 +191,7 @@ =item * -L<modperl docs list|maillist::list-docs-dev> +L<modperl docs list|maillist::docs-dev> =back 1.5 +1 -1 modperl-docs/src/docs/2.0/user/help/help.pod Index: help.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/help/help.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- help.pod 15 Apr 2002 08:55:42 -0000 1.4 +++ help.pod 12 May 2002 05:41:22 -0000 1.5 @@ -39,7 +39,7 @@ (this utility is autogenerated when C<perl Makefile.PL> is run.) Now add the problem description to the report and send it to the -L<list|maillist::list-modperl>. +L<list|maillist::modperl>. META: soon we will have C<modperlbug> report script which will be installed system-wide 1.2 +2 -2 modperl-docs/src/docs/general/advocacy.pod Index: advocacy.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/general/advocacy.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- advocacy.pod 10 May 2002 07:45:11 -0000 1.1 +++ advocacy.pod 12 May 2002 05:41:22 -0000 1.2 @@ -8,10 +8,10 @@ collected some arguments you can use to convince your boss why the organization wants mod_perl. -You can contact the L<mod_perl advocacy list|maillist::list-advocacy> +You can contact the L<mod_perl advocacy list|maillist::advocacy> if you have any more questions, or good arguments you have used (any success-stories are also welcome to L<the docs-dev -list|maillist::list-docs-dev>). +list|maillist::docs-dev>). Also see L<Popular Perl Complaints and Myths|docs::general::perl_myth>. 1.4 +2 -2 modperl-docs/src/docs/general/cvs_howto.pod Index: cvs_howto.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/general/cvs_howto.pod,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cvs_howto.pod 10 May 2002 07:45:11 -0000 1.3 +++ cvs_howto.pod 12 May 2002 05:41:22 -0000 1.4 @@ -16,7 +16,7 @@ welcome, simply testing the latest snapshots is just as, if not more helpful. -It's recommended to subscribe to the L<modperl-cvs|maillist::list-cvs> +It's recommended to subscribe to the L<modperl-cvs|maillist::cvs> list, which is the place cvs commit logs and diffs are mailed to; at least if you're going to work on the code. @@ -199,7 +199,7 @@ =item * -the L<documentation mailing list|maillist::list-docs-dev> +the L<documentation mailing list|maillist::docs-dev> =back 1.2 +1 -1 modperl-docs/src/docs/general/perl_myth.pod Index: perl_myth.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/general/perl_myth.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl_myth.pod 10 May 2002 07:45:11 -0000 1.1 +++ perl_myth.pod 12 May 2002 05:41:22 -0000 1.2 @@ -303,7 +303,7 @@ =item * -Contact the L<mod_perl docs list|maillist::list-docs-dev> +Contact the L<mod_perl docs list|maillist::docs-dev> =back 1.6 +2 -2 modperl-docs/src/docs/offsite/articles.pod Index: articles.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/offsite/articles.pod,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- articles.pod 20 Apr 2002 10:54:37 -0000 1.5 +++ articles.pod 12 May 2002 05:41:22 -0000 1.6 @@ -8,7 +8,7 @@ media. This document tries to partially cover these resources. If you know of any other resources not listed on this page please let -us know at the L<users|maillist::list-modperl> mailing list. +us know at the L<users|maillist::modperl> mailing list. =head1 Printed Media @@ -245,7 +245,7 @@ as documentation for mod_perl. We try to maintain a big knowledge base here, and additions are always welcome. Please contact L<the docs-dev mailing -list|maillist::list-docs-dev> with patches or additions. +list|maillist::docs-dev> with patches or additions. If it doesn't fit into the documentation, Take23 ( http://www.take23.org ), the mod_perl news site, always welcomes new 1.5 +1 -1 modperl-docs/src/download/binaries.pod Index: binaries.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/download/binaries.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- binaries.pod 28 Apr 2002 04:56:23 -0000 1.4 +++ binaries.pod 12 May 2002 05:41:22 -0000 1.5 @@ -7,7 +7,7 @@ This document includes links to various binary mod_perl distributions. If you know about a distribution that isn't listed here, please tell -us (by announcing it at the L<mod_perl list|maillist::list-modperl>). +us (by announcing it at the L<mod_perl list|maillist::modperl>). See also L<the source distributions|download::source> and the L<bundles|download::bundles>. 1.5 +2 -2 modperl-docs/src/download/docs.pod Index: docs.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/download/docs.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- docs.pod 29 Apr 2002 16:27:53 -0000 1.4 +++ docs.pod 12 May 2002 05:41:22 -0000 1.5 @@ -89,7 +89,7 @@ Now that you have a working copy of the mod_perl site, you will want to keep your documentation up to date. It is updated quite frequently, so you might want to follow the L<docs-cvs mailing -list|maillist::list-docs-cvs> to see when changes are made. +list|maillist::docs-cvs> to see when changes are made. Once you see a change is made, you need to update your CVS working copy, and re-build the site (although it will only rebuilt modified @@ -146,7 +146,7 @@ =item * -the L<documentation mailing list|maillist::list-docs-dev> +the L<documentation mailing list|maillist::docs-dev> =back 1.6 +1 -1 modperl-docs/src/help/help_with_site.pod Index: help_with_site.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/help/help_with_site.pod,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- help_with_site.pod 26 Apr 2002 17:56:49 -0000 1.5 +++ help_with_site.pod 12 May 2002 05:41:22 -0000 1.6 @@ -77,7 +77,7 @@ =head1 Contact Info If you've read the L<FAQ|/"FAQ"> and you still have a problem, please -email L<docs-dev (at) perl.apache.org|maillist::list-docs-dev> and supply as +email L<docs-dev (at) perl.apache.org|maillist::docs-dev> and supply as much information as possible to help us solve your problem. =head1 How this site was created 1.6 +11 -11 modperl-docs/src/maillist/config.cfg Index: config.cfg =================================================================== RCS file: /home/cvs/modperl-docs/src/maillist/config.cfg,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- config.cfg 18 Apr 2002 16:40:03 -0000 1.5 +++ config.cfg 12 May 2002 05:41:22 -0000 1.6 @@ -17,17 +17,17 @@ chapters => [ qw( email-etiquette.pod - list-modperl.pod - list-docs-dev.pod - list-docs-cvs.pod - list-dev.pod - list-cvs.pod - list-test-dev.pod - list-test-cvs.pod - list-announce.pod - list-advocacy.pod - list-embperl.pod - list-asp.pod + modperl.pod + docs-dev.pod + docs-cvs.pod + dev.pod + cvs.pod + test-dev.pod + test-cvs.pod + announce.pod + advocacy.pod + embperl.pod + asp.pod contact.pod Changes.pod ) 1.13 +2 -2 modperl-docs/src/maillist/email-etiquette.pod Index: email-etiquette.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/maillist/email-etiquette.pod,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- email-etiquette.pod 11 May 2002 11:54:45 -0000 1.12 +++ email-etiquette.pod 12 May 2002 05:41:22 -0000 1.13 @@ -92,7 +92,7 @@ you will be given after you subscribe. Your message will not be accepted unless you have first L<To Get On -The List|maillist::list-modperl>. +The List|maillist::modperl>. Do not post to [EMAIL PROTECTED], except to subscribe to the list! Please do not post to the list itself to attempt to @@ -399,6 +399,6 @@ % cvs diff -u filename(s) ot the whole modified files to the L<modperl-docs mailing -list|maillist::list-docs-dev>. +list|maillist::docs-dev>. =cut 1.2 +1 -1 modperl-docs/src/maillist/make.pl Index: make.pl =================================================================== RCS file: /home/cvs/modperl-docs/src/maillist/make.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- make.pl 5 Jan 2002 19:15:41 -0000 1.1 +++ make.pl 12 May 2002 05:41:22 -0000 1.2 @@ -22,7 +22,7 @@ sub generate { my($node, $data) = @_; - my $filename = "list-$node.pod"; + my $filename = "$node.pod"; print "generating $filename\n"; # use Data::Dumper; 1.1 modperl-docs/src/maillist/advocacy.pod Index: advocacy.pod =================================================================== ################################################### # WARNING: Do not edit this file! # If you do the changes will be lost! # Instead edit data.pl instead and re-run make.pl # # Don't forget to commit the changes to both .txt and the generated # .pod to cvs, since others won't run the local make.pl #################################################### =head1 NAME mod_perl Advocacy mailing list =head1 Description A mailing list for B<mod_perl advocacy issues>, discussions about the site, etc. Please read the mailing list L<Guidelines|maillist::email-etiquette> before posting. =head1 Subscription Information To subscribe or unsubscribe send an empty email to one of the following addresses. =over =item * subscribe to the list mailto:[EMAIL PROTECTED] =item * subscribe to the list's digest mailto:[EMAIL PROTECTED] =item * unsubscribe from the list mailto:[EMAIL PROTECTED] =item * get help with the list mailto:[EMAIL PROTECTED] =back =head1 Searchable Archives =over =item * www.mail-archive.com http://www.mail-archive.com/advocacy@perl.apache.org/ =item * Mbox file http://perl.apache.org/mail/advocacy/ =back =cut 1.1 modperl-docs/src/maillist/announce.pod Index: announce.pod =================================================================== ################################################### # WARNING: Do not edit this file! # If you do the changes will be lost! # Instead edit data.pl instead and re-run make.pl # # Don't forget to commit the changes to both .txt and the generated # .pod to cvs, since others won't run the local make.pl #################################################### =head1 NAME Announce mailing list =head1 Description The B<announce> list is for announcing mod_perl and related products releases. Please read the mailing list L<Guidelines|maillist::email-etiquette> before posting. =head1 Subscription Information To subscribe or unsubscribe send an empty email to one of the following addresses. =over =item * subscribe to the list mailto:[EMAIL PROTECTED] =item * subscribe to the list's digest mailto:[EMAIL PROTECTED] =item * unsubscribe from the list mailto:[EMAIL PROTECTED] =item * get help with the list mailto:[EMAIL PROTECTED] =back =head1 Searchable Archives =over =item * Mbox file http://perl.apache.org/mail/announce/ =back =cut 1.1 modperl-docs/src/maillist/asp.pod Index: asp.pod =================================================================== ################################################### # WARNING: Do not edit this file! # If you do the changes will be lost! # Instead edit data.pl instead and re-run make.pl # # Don't forget to commit the changes to both .txt and the generated # .pod to cvs, since others won't run the local make.pl #################################################### =head1 NAME ASP mailing list =head1 Description The B<asp> list is for C<Apache::ASP> discussions. Please read the mailing list L<Guidelines|maillist::email-etiquette> before posting. =head1 Subscription Information To subscribe or unsubscribe send an empty email to one of the following addresses. =over =item * subscribe to the list mailto:[EMAIL PROTECTED] =item * subscribe to the list's digest mailto:[EMAIL PROTECTED] =item * unsubscribe from the list mailto:[EMAIL PROTECTED] =item * get help with the list mailto:[EMAIL PROTECTED] =back =head1 Searchable Archives =over =item * mail-archive.com http://www.mail-archive.com/asp%40perl.apache.org/ =item * Mbox file http://perl.apache.org/mail/asp/ =back =cut 1.1 modperl-docs/src/maillist/cvs.pod Index: cvs.pod =================================================================== ################################################### # WARNING: Do not edit this file! # If you do the changes will be lost! # Instead edit data.pl instead and re-run make.pl # # Don't forget to commit the changes to both .txt and the generated # .pod to cvs, since others won't run the local make.pl #################################################### =head1 NAME Development CVS mailing list =head1 Description The B<modperl-cvs> list is the list where you can watch mod_perl getting patched. No real discussions happen on this list, but if you want to know about the latest changes in the mod_perl core before the rest of the people, this is a list to be on. Everytime something gets committed to the modperl CVS repository a mail is sent here with the diff. Please read the mailing list L<Guidelines|maillist::email-etiquette> before posting. =head1 Subscription Information To subscribe or unsubscribe send an empty email to one of the following addresses. =over =item * subscribe to the list mailto:[EMAIL PROTECTED] =item * subscribe to the list's digest mailto:[EMAIL PROTECTED] =item * unsubscribe from the list mailto:[EMAIL PROTECTED] =item * get help with the list mailto:[EMAIL PROTECTED] =back =head1 Searchable Archives =over =item * marc.theaimsgroup.com http://marc.theaimsgroup.com/?l=apache-modperl-cvs&r=1&w=2#apache-modperl-cvs =item * Mbox file archive http://perl.apache.org/mail/modperl-cvs/ =back =cut 1.1 modperl-docs/src/maillist/dev.pod Index: dev.pod =================================================================== ################################################### # WARNING: Do not edit this file! # If you do the changes will be lost! # Instead edit data.pl instead and re-run make.pl # # Don't forget to commit the changes to both .txt and the generated # .pod to cvs, since others won't run the local make.pl #################################################### =head1 NAME mod_perl Development mailing list =head1 Description The B<development> mailing list is for discussions about the development of the core mod_perl. Please read the mailing list L<Guidelines|maillist::email-etiquette> before posting. =head1 Subscription Information To subscribe or unsubscribe send an empty email to one of the following addresses. =over =item * subscribe to the list mailto:[EMAIL PROTECTED] =item * subscribe to the list's digest mailto:[EMAIL PROTECTED] =item * unsubscribe from the list mailto:[EMAIL PROTECTED] =item * get help with the list mailto:[EMAIL PROTECTED] =back =head1 Searchable Archives =over =item * Mbox file http://perl.apache.org/mail/dev/ =item * marc.theaimsgroup.com http://marc.theaimsgroup.com/?l=apache-modperl-dev&r=1&w=2#apache-modperl-dev =item * www.mail-archive.com http://www.mail-archive.com/dev%40perl.apache.org/ =item * www.geocrawler.com http://www.geocrawler.com/lists/3/web/182/0/ (it throws all modperl lists in one bundle, not good) =back =cut 1.1 modperl-docs/src/maillist/docs-cvs.pod Index: docs-cvs.pod =================================================================== ################################################### # WARNING: Do not edit this file! # If you do the changes will be lost! # Instead edit data.pl instead and re-run make.pl # # Don't forget to commit the changes to both .txt and the generated # .pod to cvs, since others won't run the local make.pl #################################################### =head1 NAME Documentation CVS mailing list =head1 Description A mailing list where all the B<mod_perl documentation modification commits> are sent. Please read the mailing list L<Guidelines|maillist::email-etiquette> before posting. =head1 Subscription Information To subscribe or unsubscribe send an empty email to one of the following addresses. =over =item * subscribe to the list mailto:[EMAIL PROTECTED] =item * subscribe to the list's digest mailto:[EMAIL PROTECTED] =item * unsubscribe from the list mailto:[EMAIL PROTECTED] =item * get help with the list mailto:[EMAIL PROTECTED] =back =head1 Searchable Archives =over =item * Mbox file http://perl.apache.org/mail/docs-cvs/ =back =cut 1.1 modperl-docs/src/maillist/docs-dev.pod Index: docs-dev.pod =================================================================== ################################################### # WARNING: Do not edit this file! # If you do the changes will be lost! # Instead edit data.pl instead and re-run make.pl # # Don't forget to commit the changes to both .txt and the generated # .pod to cvs, since others won't run the local make.pl #################################################### =head1 NAME Documentation mailing list =head1 Description A mailing list for discussing B<mod_perl documentation> Please read the mailing list L<Guidelines|maillist::email-etiquette> before posting. =head1 Subscription Information To subscribe or unsubscribe send an empty email to one of the following addresses. =over =item * subscribe to the list mailto:[EMAIL PROTECTED] =item * subscribe to the list's digest mailto:[EMAIL PROTECTED] =item * unsubscribe from the list mailto:[EMAIL PROTECTED] =item * get help with the list mailto:[EMAIL PROTECTED] =back =head1 Searchable Archives =over =item * Mbox file http://perl.apache.org/mail/docs-dev/ =back =cut 1.1 modperl-docs/src/maillist/embperl.pod Index: embperl.pod =================================================================== ################################################### # WARNING: Do not edit this file! # If you do the changes will be lost! # Instead edit data.pl instead and re-run make.pl # # Don't forget to commit the changes to both .txt and the generated # .pod to cvs, since others won't run the local make.pl #################################################### =head1 NAME Embperl mailing list =head1 Description The B<embperl mailing list> is available for I<Embperl> L<http://perl.apache.org/embperl/> users and developers to share ideas, ask question and solve problems. Please read the mailing list L<Guidelines|maillist::email-etiquette> before posting. =head1 Subscription Information To subscribe or unsubscribe send an empty email to one of the following addresses. =over =item * subscribe to the list mailto:[EMAIL PROTECTED] =item * subscribe to the list's digest mailto:[EMAIL PROTECTED] =item * unsubscribe from the list mailto:[EMAIL PROTECTED] =item * get help with the list mailto:[EMAIL PROTECTED] =back =head1 Searchable Archives =over =item * ecos.de http://www.ecos.de/~mailarc/embperl/ =item * geocrawler.com http://www.geocrawler.com/lists/3/Web/187/0/ =item * Mbox file http://perl.apache.org/mail/embperl =back =cut 1.1 modperl-docs/src/maillist/modperl.pod Index: modperl.pod =================================================================== ################################################### # WARNING: Do not edit this file! # If you do the changes will be lost! # Instead edit data.pl instead and re-run make.pl # # Don't forget to commit the changes to both .txt and the generated # .pod to cvs, since others won't run the local make.pl #################################################### =head1 NAME mod_perl Users mailing list =head1 Description The B<mod_perl users mailing list> is available for mod_perl users and developers to share ideas, solve problems and discuss things related to mod_perl and the C<Apache::*> modules. Please read the mailing list L<Guidelines|maillist::email-etiquette> before posting. =head1 Subscription Information To subscribe or unsubscribe send an empty email to one of the following addresses. =over =item * subscribe to the list mailto:[EMAIL PROTECTED] =item * subscribe to the list's digest mailto:[EMAIL PROTECTED] =item * unsubscribe from the list mailto:[EMAIL PROTECTED] =item * get help with the list mailto:[EMAIL PROTECTED] =back =head1 Searchable Archives =over =item * Epigone http://mathforum.org/epigone/modperl =item * marc.theaimsgroup.com http://marc.theaimsgroup.com/?l=apache-modperl&r=1&w=2#apache-modperl =item * msgs.securepoint.com http://msgs.securepoint.com/cgi-bin/get/apache-current.html =item * groups.yahoo.com http://groups.yahoo.com/group/modperl/ =item * www.geocrawler.com http://www.geocrawler.com/lists/3/web/182/0/ (throws all modperl lists in one bundle) =item * www.mail-archive.com http://www.mail-archive.com/modperl@apache.org/ =item * www.davin.ottawa.on.ca http://www.davin.ottawa.on.ca/archive/modperl/ =item * www.egroups.com http://www.egroups.com/group/modperl/ =item * Mbox file archive http://perl.apache.org/mail/modperl/ =back =cut 1.1 modperl-docs/src/maillist/test-cvs.pod Index: test-cvs.pod =================================================================== ################################################### # WARNING: Do not edit this file! # If you do the changes will be lost! # Instead edit data.pl instead and re-run make.pl # # Don't forget to commit the changes to both .txt and the generated # .pod to cvs, since others won't run the local make.pl #################################################### =head1 NAME Test Development CVS mailing list =head1 Description The B<test-cvs> list is the list where cvs commits for the I<Apache HTTP Test> L<http://httpd.apache.org/test/> project are sent, including cvs commits of changes for mod_perl's sub-project C<Apache::Test>. Please read the mailing list L<Guidelines|maillist::email-etiquette> before posting. =head1 Subscription Information To subscribe or unsubscribe send an empty email to one of the following addresses. =over =item * subscribe to the list mailto:[EMAIL PROTECTED] =item * subscribe to the list's digest mailto:[EMAIL PROTECTED] =item * unsubscribe from the list mailto:[EMAIL PROTECTED] =item * get help with the list mailto:[EMAIL PROTECTED] =back =head1 Searchable Archives =over =item * marc.theaimsgroup.com http://marc.theaimsgroup.com/?l=apache-test-cvs =item * Mbox file http://httpd.apache.org/mail/test-cvs/ =back =cut 1.1 modperl-docs/src/maillist/test-dev.pod Index: test-dev.pod =================================================================== ################################################### # WARNING: Do not edit this file! # If you do the changes will be lost! # Instead edit data.pl instead and re-run make.pl # # Don't forget to commit the changes to both .txt and the generated # .pod to cvs, since others won't run the local make.pl #################################################### =head1 NAME Test Development mailing list =head1 Description The B<test-dev> mailing list is for discussing I<Apache HTTP Test> L<http://httpd.apache.org/test/> project. It's linked from here, because mod_perl's sub-project C<Apache::Test> is discussed on this list. Please read the mailing list L<Guidelines|maillist::email-etiquette> before posting. =head1 Subscription Information To subscribe or unsubscribe send an empty email to one of the following addresses. =over =item * subscribe to the list mailto:[EMAIL PROTECTED] =item * subscribe to the list's digest mailto:[EMAIL PROTECTED] =item * unsubscribe from the list mailto:[EMAIL PROTECTED] =item * get help with the list mailto:[EMAIL PROTECTED] =back =head1 Searchable Archives =over =item * www.apachelabs.org http://www.apachelabs.org/test-dev/ =item * marc.theaimsgroup.com http://marc.theaimsgroup.com/?l=apache-test-dev =item * Mbox file http://httpd.apache.org/mail/test-dev/ =back =cut
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]