stas 02/04/21 07:31:05 Modified: src/outstanding/success_stories allakhazam.com.pod allakhazam.com.txt src/maillist email-etiquette.pod Log: use L<|guide::index> to point to the guide Revision Changes Path 1.3 +1 -1 modperl-docs/src/outstanding/success_stories/allakhazam.com.pod Index: allakhazam.com.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/outstanding/success_stories/allakhazam.com.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- allakhazam.com.pod 14 Apr 2002 06:40:13 -0000 1.2 +++ allakhazam.com.pod 21 Apr 2002 14:31:04 -0000 1.3 @@ -35,7 +35,7 @@ which are replicated, and the one mod_perl server (PIII 800, FreeBSD, Apache/mod_perl). The idea to use the proxy server to intercept any requests for text or images which was not dynamic came directly from - the mod_perl guide (http://perl.apache.org/guide/). + the mod_perl guide (http://perl.apache.org/docs/1.0/guide/). It's been a rough ride sometimes, as I've been in the process of 1.2 +1 -1 modperl-docs/src/outstanding/success_stories/allakhazam.com.txt Index: allakhazam.com.txt =================================================================== RCS file: /home/cvs/modperl-docs/src/outstanding/success_stories/allakhazam.com.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- allakhazam.com.txt 13 Apr 2002 17:42:10 -0000 1.1 +++ allakhazam.com.txt 21 Apr 2002 14:31:04 -0000 1.2 @@ -11,7 +11,7 @@ which are replicated, and the one mod_perl server (PIII 800, FreeBSD, Apache/mod_perl). The idea to use the proxy server to intercept any requests for text or images which was not dynamic came directly from -the mod_perl guide (http://perl.apache.org/guide/). +the mod_perl guide (http://perl.apache.org/docs/1.0/guide/). It's been a rough ride sometimes, as I've been in the process of learning the guts of Apache and more about perl than I ever thought 1.8 +19 -19 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.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- email-etiquette.pod 18 Apr 2002 16:40:03 -0000 1.7 +++ email-etiquette.pod 21 Apr 2002 14:31:05 -0000 1.8 @@ -13,8 +13,7 @@ =head1 What is mod_perl? -http://perl.apache.org/guide/intro.html#What_is_mod_perl - +See the L<mod_perl Guide|docs::1.0::guide::intro>. =head1 What you need to know to be able to use mod_perl @@ -48,9 +47,7 @@ =head2 Other documentation There are dozens of references to many authoritative resources at - -http://perl.apache.org/guide/help.html - +the L<mod_perl Guide's help chapter|docs::1.0::guide::help> =head1 How to get on (and off!) the mod_perl mailing list @@ -368,16 +365,7 @@ =head2 Finding the Guide -META: when we get links to work, we need to change the links here - -The URL of the Guide is: - -http://perl.apache.org/guide/ - -The sources are available from CPAN and other mirrors: - -http://www.cpan.org/authors/id/S/ST/STAS/ - +Simply go to the <mod_perl Guide|docs::1.0::guide::index>. =head2 Corrections and Contributions @@ -387,11 +375,23 @@ kept in .pod format, and it is converted to other formats by Perl code. The Guide changes rather frequently (the CVS snapshot is updated every six hours!) so if you want to make a contribution make -sure that you get the latest version of the Guide source from +sure that you get the latest version of the Guide source from the cvs +repository: + + % cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" login + +password: "anoncvs". + + % cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" co modperl-docs + +The guide's in the I<src/docs/1.0/guide> directory. + +Please make your changes to the .pod source only and then post the +output of -http://stason.org/guide-snapshots + % cvs diff -u filename(s) -and make your changes to the .pod source only. In the first instance, -post your changes to the mod_perl List for comment. +ot the whole modified files to the L<modperl-docs mailing +list|maillist::list-docs-dev>. =cut
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]