
stas at apache
Oct 11, 2007, 5:43 PM
Post #1 of 1
(367 views)
Permalink
|
|
svn commit: r584006 - in /perl/modperl/docs/trunk: src/docs/offsite/books.pod src/docs/tutorials/tips/mod_perl_tricks/mod_perl_tricks.pod tmpl/custom/html/tail
|
|
Author: stas Date: Thu Oct 11 17:43:13 2007 New Revision: 584006 URL: http://svn.apache.org/viewvc?rev=584006&view=rev Log: fix oreilly.com url (ora.com is not used anymore) Modified: perl/modperl/docs/trunk/src/docs/offsite/books.pod perl/modperl/docs/trunk/src/docs/tutorials/tips/mod_perl_tricks/mod_perl_tricks.pod perl/modperl/docs/trunk/tmpl/custom/html/tail Modified: perl/modperl/docs/trunk/src/docs/offsite/books.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/offsite/books.pod?rev=584006&r1=584005&r2=584006&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/offsite/books.pod (original) +++ perl/modperl/docs/trunk/src/docs/offsite/books.pod Thu Oct 11 17:43:13 2007 @@ -204,7 +204,7 @@ =item * Programming Perl, 3rd Edition By Larry Wall, Tom Christiansen & Jon Orwant. -http://www.ora.com/catalog/pperl3/ +http://www.oreilly.com/catalog/pperl3/ =item * Learning Perl, 3rd Edition Modified: perl/modperl/docs/trunk/src/docs/tutorials/tips/mod_perl_tricks/mod_perl_tricks.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/tutorials/tips/mod_perl_tricks/mod_perl_tricks.pod?rev=584006&r1=584005&r2=584006&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/tutorials/tips/mod_perl_tricks/mod_perl_tricks.pod (original) +++ perl/modperl/docs/trunk/src/docs/tutorials/tips/mod_perl_tricks/mod_perl_tricks.pod Thu Oct 11 17:43:13 2007 @@ -2044,7 +2044,7 @@ my $modtime = localtime((stat($file))[9]); my $footer=<<END; <hr> - © 1998 <a href="http://www.ora.com/">O\'Reilly & Associates</a><br> + © 1998 <a href="http://www.oreilly.com/">O\'Reilly & Associates</a><br> <em>Last Modified: $modtime</em> END Modified: perl/modperl/docs/trunk/tmpl/custom/html/tail URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/tmpl/custom/html/tail?rev=584006&r1=584005&r2=584006&view=diff ============================================================================== --- perl/modperl/docs/trunk/tmpl/custom/html/tail (original) +++ perl/modperl/docs/trunk/tmpl/custom/html/tail Thu Oct 11 17:43:13 2007 @@ -11,7 +11,7 @@ <a href="[%- doc.dir.abs_doc_root -%]/maillist/modperl.html">the modperl users mailing list</a>.</p> <p class="copyright">Use of the Camel for Perl is a trademark of - <a href="http://www.ora.com">O'Reilly & Associates</a>, + <a href="http://www.oreilly.com/">O'Reilly & Associates</a>, and is used by permission. </p> <!-- end footer (tail)--> --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe[at]perl.apache.org For additional commands, e-mail: docs-cvs-help[at]perl.apache.org
|