
stas at apache
Aug 13, 2007, 1:22 PM
Post #1 of 1
(610 views)
Permalink
|
|
svn commit: r565503 - /perl/modperl/docs/trunk/tmpl/custom/html/ad
|
|
Author: stas Date: Mon Aug 13 13:22:12 2007 New Revision: 565503 URL: http://svn.apache.org/viewvc?view=rev&rev=565503 Log: add the upcoming book Modified: perl/modperl/docs/trunk/tmpl/custom/html/ad Modified: perl/modperl/docs/trunk/tmpl/custom/html/ad URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/tmpl/custom/html/ad?view=diff&rev=565503&r1=565502&r2=565503 ============================================================================== --- perl/modperl/docs/trunk/tmpl/custom/html/ad (original) +++ perl/modperl/docs/trunk/tmpl/custom/html/ad Mon Aug 13 13:22:12 2007 @@ -1,5 +1,13 @@ [.% USE date; books = [. + { title => "mod_perl2 User's Guide", + url => "http://modperl2book.org/", + image => { uri => "/images/books/mod_perl2_users_guide.jpg", + height => 192, + width => 128, + }, + authors => "Stas Bekman, Jim Brandt", + }, { title => "Practical mod_perl", url => "http://modperlbook.org/", image => { uri => "/images/books/practical_modperl.jpg", @@ -42,7 +50,7 @@ }, ]; - max_items = 3; + max_items = 6; num_items = books.size; seconds = date.format(date.now, '%S'); first_book = seconds % num_items; --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe[at]perl.apache.org For additional commands, e-mail: docs-cvs-help[at]perl.apache.org
|