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 st...@apache.org on 2007/08/13 22:22:13 UTC

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@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org