You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by go...@apache.org on 2005/12/09 02:36:56 UTC

svn commit: r355304 - in /perl/modperl/docs/trunk/src/docs: 1.0/api/ 2.0/api/ 2.0/user/coding/ 2.0/user/intro/ general/perl_reference/ offsite/

Author: gozer
Date: Thu Dec  8 17:36:53 2005
New Revision: 355304

URL: http://svn.apache.org/viewcvs?rev=355304&view=rev
Log:
www.perldoc.com doesn't exist anymore, so update links to use
perldoc.perl.org instead

Reported-By: Terrence Brannon <me...@gmail.com>


Modified:
    perl/modperl/docs/trunk/src/docs/1.0/api/index_bot.html
    perl/modperl/docs/trunk/src/docs/2.0/api/index_bot.html
    perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod
    perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod
    perl/modperl/docs/trunk/src/docs/general/perl_reference/perl_reference.pod
    perl/modperl/docs/trunk/src/docs/offsite/Changes.pod
    perl/modperl/docs/trunk/src/docs/offsite/books.pod
    perl/modperl/docs/trunk/src/docs/offsite/other.pod

Modified: perl/modperl/docs/trunk/src/docs/1.0/api/index_bot.html
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/1.0/api/index_bot.html?rev=355304&r1=355303&r2=355304&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/1.0/api/index_bot.html (original)
+++ perl/modperl/docs/trunk/src/docs/1.0/api/index_bot.html Thu Dec  8 17:36:53 2005
@@ -3,7 +3,7 @@
     <title>index bottom</title>
   </head>
   <body bgcolor="white">
-    <p>See <a href="http://www.perldoc.com">www.perldoc.com</a> for
+    <p>See <a href="http://perldoc.perl.org">perldoc.perl.org</a> for
     documentation of the rest of the <code>Apache::</code> modules</p>
   </body>
 </html>

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/index_bot.html
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/index_bot.html?rev=355304&r1=355303&r2=355304&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/index_bot.html (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/index_bot.html Thu Dec  8 17:36:53 2005
@@ -5,7 +5,7 @@
   <body bgcolor="white">
     <p>See 
       <a href="http://search.cpan.org/search?query=Apache&mode=module">search.cpan.org</a>
-    or <a href="http://www.perldoc.com">www.perldoc.com</a> for
+    or <a href="http://perldoc.perl.org">perldoc.perl.org</a> for
     documentation of the 3rd party <code>Apache::</code> modules.</p>
   </body>
 </html>

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod?rev=355304&r1=355303&r2=355304&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod Thu Dec  8 17:36:53 2005
@@ -815,7 +815,7 @@
 this problem.
 
 For more information refer to the I<perlthrtut>
-(I<http://perldoc.com/perl5.8.0/pod/perlthrtut.html>) manpage.
+(I<http://perldoc.perl.org/perlthrtut.html>) manpage.
 
 
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod?rev=355304&r1=355303&r2=355304&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod Thu Dec  8 17:36:53 2005
@@ -307,9 +307,9 @@
 These are the important changes in the recent Perl versions that had
 an impact on mod_perl. For a complete list of changes see the
 corresponding to the used version I<perldelta> manpages
-(I<http://perldoc.com/perl5.8.0/pod/perl56delta.html>,
-I<http://perldoc.com/perl5.8.0/pod/perl561delta.html> and
-I<http://perldoc.com/perl5.8.0/pod/perldelta.html>).
+(I<http://perldoc.perl.org/perl56delta.html>,
+I<http://perldoc.perl.org/perl561delta.html> and
+I<http://perldoc.perl.org/perldelta.html>).
 
 The 5.6 Perl generation has introduced the following features:
 
@@ -323,9 +323,9 @@
 state of any given interpreter, it is possible to compile a piece of
 code once in an interpreter, clone that interpreter one or more times,
 and run all the resulting interpreters in distinct threads. See the
-I<perlembed> (I<http://perldoc.com/perl5.6.1/pod/perlembed.html>) and
+I<perlembed> (I<http://perldoc.perl.org/perlembed.html>) and
 I<perl561delta>
-(I<http://perldoc.com/perl5.6.1/pod/perl561delta.html>) manpages.
+(I<http://perldoc.perl.org/perl561delta.html>) manpages.
 
 =item *
 
@@ -341,7 +341,7 @@
 
 which will abort any code that generates warnings. This pragma also
 allows a fine control over what warnings should be reported. See the
-I<perllexwarn> (I<http://perldoc.com/perl5.6.1/pod/perllexwarn.html>)
+I<perllexwarn> (I<http://perldoc.perl.org/perllexwarn.html>)
 manpage.
 
 =item *
@@ -349,7 +349,7 @@
 Certain C<CORE::> functions now can be overridden via
 C<CORE::GLOBAL::> namespace. For example mod_perl now can override
 C<CORE::exit()> via C<CORE::GLOBAL::exit>. See the I<perlsub>
-(I<http://perldoc.com/perl5.6.1/pod/perlsub.html>) manpage.
+(I<http://perldoc.perl.org/perlsub.html>) manpage.
 
 =item *
 
@@ -361,24 +361,24 @@
 The large file support. If you have filesystems that support "large
 files" (files larger than 2 gigabytes), you may now also be able to
 create and access them from Perl. See the I<perl561delta>
-(I<http://perldoc.com/perl5.6.1/pod/perl561delta.html>) manpage.
+(I<http://perldoc.perl.org/perl561delta.html>) manpage.
 
 =item *
 
 Multiple performance enhancements were made. See the I<perl561delta>
-(I<http://perldoc.com/perl5.6.1/pod/perl561delta.html>) manpage.
+(I<http://perldoc.perl.org/perl561delta.html>) manpage.
 
 =item *
 
 Numerous memory leaks were fixed. See the I<perl561delta>
-(I<http://perldoc.com/perl5.6.1/pod/perl561delta.html>) manpage.
+(I<http://perldoc.perl.org/perl561delta.html>) manpage.
 
 =item *
 
 Improved security features: more potentially unsafe operations taint
 their results for improved security. See the I<perlsec>
-(I<http://perldoc.com/perl5.6.1/pod/perlsec.html>) and I<perl561delta>
-(I<http://perldoc.com/perl5.6.1/pod/perl561delta.html>) manpages.
+(I<http://perldoc.perl.org/perlsec.html>) and I<perl561delta>
+(I<http://perldoc.perl.org/perl561delta.html>) manpages.
 
 =item *
 
@@ -400,8 +400,8 @@
 The introduced in 5.6.0 experimental PerlIO layer has been stabilized
 and become the default IO layer in 5.8.0. Now the IO stream can be
 filtered through multiple layers. See the I<perlapio>
-(I<http://perldoc.com/perl5.8.0/pod/perlapio.html>) and I<perliol>
-(I<http://perldoc.com/perl5.8.0/pod/perliol.html>) manpages.
+(I<http://perldoc.perl.org/perlapio.html>) and I<perliol>
+(I<http://perldoc.perl.org/perliol.html>) manpages.
 
 For example this allows mod_perl to inter-operate with the APR IO
 layer and even use the APR IO layer in Perl code. See the
@@ -414,12 +414,12 @@
 
 That is a literal C<undef()>, not an undefined value. See the
 C<open()> entry in the I<perlfunc> manpage
-(I<http://perldoc.com/perl5.8.0/pod/func/open.html>).
+(I<http://perldoc.perl.org/functions/open.html>).
 
 =item *
 
 More overridable via C<CORE::GLOBAL::> keywords. See the I<perlsub>
-(I<http://perldoc.com/perl5.8.0/pod/perlsub.html>) manpage.
+(I<http://perldoc.perl.org/perlsub.html>) manpage.
 
 =item * 
 
@@ -441,11 +441,11 @@
 warnings are given.  This is only meant as a temporary debugging aid
 while securing the code of old legacy applications.  B<This is not a
 substitute for C<-T>.> See the I<perlrun>
-(I<http://perldoc.com/perl5.8.0/pod/perlrun.html>) manpage.
+(I<http://perldoc.perl.org/perlrun.html>) manpage.
 
 A new special variable C<${^TAINT}> was introduced. It indicates
 whether taint mode is enabled. See the I<perlvar>
-(I<http://perldoc.com/perl5.8.0/pod/perlvar.html>) manpage.
+(I<http://perldoc.perl.org/perlvar.html>) manpage.
 
 =item *
 
@@ -499,7 +499,7 @@
 interpreter created at startup time compiles any pre-loaded Perl code.
 A I<clone> is created from the parent using the Perl API
 I<perl_clone()>
-(I<http://www.perldoc.com/perl5.8.0/pod/perlapi.html#Cloning-an-interpreter>)
+(I<http://perldoc.perl.org/perlapi.html#Cloning-an-interpreter>)
 function.  At request time, I<parent> interpreters are only used for
 making more I<clones>, as the I<clones> are the interpreters which
 actually handle requests.  Care is taken by Perl to copy only mutable

Modified: perl/modperl/docs/trunk/src/docs/general/perl_reference/perl_reference.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/general/perl_reference/perl_reference.pod?rev=355304&r1=355303&r2=355304&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/general/perl_reference/perl_reference.pod (original)
+++ perl/modperl/docs/trunk/src/docs/general/perl_reference/perl_reference.pod Thu Dec  8 17:36:53 2005
@@ -21,7 +21,7 @@
 information for the version of perl you're using.
 
 Of course you can use online Perl documentation at the Web. The two
-major sites are http://www.perldoc.com and
+major sites are http://perldoc.perl.org and
 http://theoryx5.uwinnipeg.ca/CPAN/perl/.
 
 The C<perldoc> utility provides you with access to the documentation

Modified: perl/modperl/docs/trunk/src/docs/offsite/Changes.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/offsite/Changes.pod?rev=355304&r1=355303&r2=355304&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/offsite/Changes.pod (original)
+++ perl/modperl/docs/trunk/src/docs/offsite/Changes.pod Thu Dec  8 17:36:53 2005
@@ -11,6 +11,8 @@
 
 =head1 Ongoing
 
+* replace links to www.perldoc.com with links to perldoc.perl.org [Gozer]
+
 * add http://cpan.org and http://search.cpan.org/ [Stas]
 
 * add theperlreview.com [Stas]

Modified: perl/modperl/docs/trunk/src/docs/offsite/books.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/offsite/books.pod?rev=355304&r1=355303&r2=355304&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/offsite/books.pod (original)
+++ perl/modperl/docs/trunk/src/docs/offsite/books.pod Thu Dec  8 17:36:53 2005
@@ -289,7 +289,7 @@
 
 =item * 
 
-http://www.perldoc.com/books/
+http://books.perl.org/
 
 =item * 
 

Modified: perl/modperl/docs/trunk/src/docs/offsite/other.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/offsite/other.pod?rev=355304&r1=355303&r2=355304&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/offsite/other.pod (original)
+++ perl/modperl/docs/trunk/src/docs/offsite/other.pod Thu Dec  8 17:36:53 2005
@@ -13,7 +13,7 @@
 
 =item * The Perl Documentation
 
-http://www.perldoc.com/
+http://perldoc.perl.org/
 
 =item * The Perl Home Page
 



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org