stas        2003/06/03 22:08:34

  Modified:    tmpl/custom/html ad
  Log:
  add "Practical mod_perl" data to the ads
  
  Revision  Changes    Path
  1.19      +8 -0      modperl-docs/tmpl/custom/html/ad
  
  Index: ad
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/ad,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- ad        4 Jun 2003 05:08:02 -0000       1.18
  +++ ad        4 Jun 2003 05:08:34 -0000       1.19
  @@ -1,5 +1,13 @@
   [% USE date;
      books = [
  +    { title => "Practical mod_perl",
  +      url   => "http://modperlbook.org/";, 
  +      image => { uri => "/images/books/practical_modperl.jpg",
  +                 height => 169,
  +                 width => 128,
  +               },
  +      authors => "Stas Bekman, Eric Cholet",
  +    },
       { title => "The mod_perl Developer's Cookbook",
         url   => "http://www.modperlcookbook.org/";, 
         image => { uri => "/images/books/modperlcookbook.jpg",
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to