
stas at apache
Oct 11, 2007, 5:20 PM
Post #1 of 1
(442 views)
Permalink
|
|
svn commit: r583993 - in /perl/modperl/docs/trunk: src/docs/offsite/books.pod tmpl/custom/html/ad
|
|
Author: stas Date: Thu Oct 11 17:20:55 2007 New Revision: 583993 URL: http://svn.apache.org/viewvc?rev=583993&view=rev Log: mod_perl2 user guide's book updates Modified: perl/modperl/docs/trunk/src/docs/offsite/books.pod perl/modperl/docs/trunk/tmpl/custom/html/ad 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=583993&r1=583992&r2=583993&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:20:55 2007 @@ -20,9 +20,11 @@ Home site: http://modperl2book.org/ -Published by OnyxNeon: http://www.onyxneon.com/ August 2007. - +Published by OnyxNeon: http://onyxneon.com/books/modperl2/index.html +August 2007. +Half of all proceeds from the sale of this book will be donated to The +Perl Foundation: http://www.perlfoundation.org/ =head1 Learn mod_perl1 Modified: perl/modperl/docs/trunk/tmpl/custom/html/ad URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/tmpl/custom/html/ad?rev=583993&r1=583992&r2=583993&view=diff ============================================================================== --- perl/modperl/docs/trunk/tmpl/custom/html/ad (original) +++ perl/modperl/docs/trunk/tmpl/custom/html/ad Thu Oct 11 17:20:55 2007 @@ -2,47 +2,47 @@ books = [ { title => "mod_perl2 User's Guide", url => "http://modperl2book.org/", - image => { uri => "/images/books/mod_perl2_users_guide.jpg", + image => { uri => "/images/books/mod_perl2_users_guide.jpg", height => 192, - width => 128, + width => 128, }, - authors => "Stas Bekman, Jim Brandt", + authors => "<a href="http://chestofbooks.com/">Stas Bekman</a>, Jim Brandt", }, { title => "Practical mod_perl", url => "http://modperlbook.org/", - image => { uri => "/images/books/practical_modperl.jpg", + image => { uri => "/images/books/practical_modperl.jpg", height => 169, - width => 128, + width => 128, }, - authors => "Stas Bekman, Eric Cholet", + authors => "<a href="http://stason.org/">Stas Bekman</a>, Eric Cholet", }, { title => "The mod_perl Developer's Cookbook", url => "http://www.modperlcookbook.org/", - image => { uri => "/images/books/modperlcookbook.jpg", + image => { uri => "/images/books/modperlcookbook.jpg", height => 140, - width => 113, + width => 113, }, authors => "Geoffrey Young, Paul Lindner, Randy Kobes", }, { title => "mod_perl Pocket Reference", url => "http://www.oreilly.com/catalog/modperlpr/", - image => { uri => "/images/books/modperlpr.jpg", + image => { uri => "/images/books/modperlpr.jpg", height => 140, - width => 85, + width => 85, }, authors => "Andrew Ford", }, { title => "Writing Apache Modules with Perl and C", url => "http://www.modperl.com/", - image => { uri => "/images/books/wrapmod.jpg", + image => { uri => "/images/books/wrapmod.jpg", height => 140, - width => 107, + width => 107, }, authors => "Lincoln Stein, Doug MacEachern", }, { title => "Embedding Perl in HTML with Mason", url => "http://www.masonbook.com/", - image => { uri => "/images/books/masonbook.jpg", + image => { uri => "/images/books/masonbook.jpg", height => 140, width => 107, }, --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe[at]perl.apache.org For additional commands, e-mail: docs-cvs-help[at]perl.apache.org
|