stas 02/05/19 03:43:30
Modified: src/docs/1.0/guide install.pod intro.pod
src/download binaries.pod
src/maillist email-etiquette.pod
Log:
- change the pointers to perl.apache.org with internal links
- a few other minor cleanups
Submitted by: per einar
Revision Changes Path
1.13 +2 -1 modperl-docs/src/docs/1.0/guide/install.pod
Index: install.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/install.pod,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- install.pod 11 May 2002 11:54:44 -0000 1.12
+++ install.pod 19 May 2002 10:43:29 -0000 1.13
@@ -2579,7 +2579,8 @@
=item *
Look for another ISP with lots of resources or one that supports
-mod_perl. You can find a list of these ISPs at http://perl.apache.org .
+mod_perl. You can find a L<list of these ISPs|help::isps> on this
+site.
=back
1.14 +1 -2 modperl-docs/src/docs/1.0/guide/intro.pod
Index: intro.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/intro.pod,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- intro.pod 14 May 2002 10:20:58 -0000 1.13
+++ intro.pod 19 May 2002 10:43:29 -0000 1.14
@@ -47,8 +47,7 @@
give?" Well, it all depends on what you are doing with mod_perl and
possibly who you ask. Developers report speed boosts from 200% to
2000%. The best way to measure is to try it and see for yourself! (See
-http://perl.apache.org/tidbits.html and
-http://perl.apache.org/stories/ for the facts.)
+L<Technologie Extraordinaire|outstanding::index> for the facts.)
=head2 mod_cgi
1.6 +1 -2 modperl-docs/src/download/binaries.pod
Index: binaries.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/download/binaries.pod,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- binaries.pod 12 May 2002 05:41:22 -0000 1.5
+++ binaries.pod 19 May 2002 10:43:29 -0000 1.6
@@ -49,8 +49,7 @@
enabled. Please let me know of any problems you might have in getting
this package installed; for questions/problems on Apache-2, see the
docs at http://httpd.apache.org/docs-2.0/, and for modperl-2, see the
-information at http://perl.apache.org/ on subscribing to the "dev"
-mailing list.
+information on L<subscribing to the "dev" mailing list|maillist::dev>.
=head2 Win32 Active Perl
1.14 +13 -47 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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- email-etiquette.pod 12 May 2002 05:41:22 -0000 1.13
+++ email-etiquette.pod 19 May 2002 10:43:29 -0000 1.14
@@ -115,10 +115,10 @@
=head3 Read The Documentation
-Please read as much of the documentation as you can before posting.
-Please also try to see if your question has been asked recently, there
-are links to searchable archives of the list on the mod_perl home page
-http://perl.apache.org/.
+Please read as much of the L<documentation|docs::index> as you can
+before posting. Please also try to see if your question has been
+asked recently, there are links to searchable archives on the
+L<mailing list pages|maillist::index>.
=head3 Give Full Information
@@ -355,50 +355,16 @@
=head1 The mod_perl Guide
-You absolutely B<must> read the mod_perl Guide.
+You absolutely B<must> read the L<mod_perl documentation|docs::index>.
-It is a large document, you probably will want to download it and read
-it off-line. If you get the source (see below, L<Corrections and
-Contributions|/Corrections_and_Contributions>) it comes with a
-build file to turn the .pod (Plain Old Documentation) source into
-HTML, .ps (PostScript) and .pdf (Portable Document Format). You will
-need at least Perl version 5.005 to build it. If you browse the Guide
-on-line you can use one of the search engines to find things in it.
-If you build and browse your own local HTML copy of the Guide, some of
-the links in it will not work unless you are connected to the
-Internet. Some people prefer to work offline, using tools like `grep'
-or `mc' to search the .pod source directly.
+There are many documents, but they are worth reading, as they might
+solve your problems and teach you better coding. Each document also
+has a C<[PDF]> link so that you can print it. If you want to download
+the documentation locally, see the L<Documentation
+download|download::docs> section. You can then build the whole site
+locally.
-
-=head2 Finding the Guide
-
-Simply go to the L<mod_perl Guide|docs::1.0::guide::index>.
-
-=head2 Corrections and Contributions
-
-META: this needs to be corrected when the new site is released!
-
-Corrections and additions to the Guide are welcome. The original is
-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 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
-
- % cvs diff -u filename(s)
-
-ot the whole modified files to the L<modperl-docs mailing
-list|maillist::docs-dev>.
+Contributions are very welcome, see the same page for details on how
+to submit patches.
=cut
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]