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 2002/04/16 06:59:56 UTC

cvs commit: modperl-docs/src style.css index_top.html

stas        02/04/15 21:59:56

  Modified:    src      style.css index_top.html
  Log:
  - add lincoln's quote to the front page.
  - add a supporting style definition
  Submitted by:	Per Einar Ellefsen <pe...@skynet.be>
  
  Revision  Changes    Path
  1.48      +9 -0      modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- style.css	13 Apr 2002 15:46:11 -0000	1.47
  +++ style.css	16 Apr 2002 04:59:56 -0000	1.48
  @@ -293,3 +293,12 @@
   }
   
   .hr { height: 1px; }
  +
  +/* quotations, mainly for the first page */
  +
  +.quotation {
  +    font-style: italic;
  +}
  +p.quotation {           /* Used to cite the author */
  +    text-align: right;
  +}
  
  
  
  1.3       +16 -0     modperl-docs/src/index_top.html
  
  Index: index_top.html
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/index_top.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index_top.html	6 Feb 2002 04:32:17 -0000	1.2
  +++ index_top.html	16 Apr 2002 04:59:56 -0000	1.3
  @@ -3,6 +3,22 @@
         <title>index top</title>
       </head>
       <body bgcolor="white">
  +
  +<blockquote class="quotation">
  +"mod_perl is more than CGI scripting on steroids.  It is a whole new way to 
  +create dynamic content by utilizing the full power of the Apache web server 
  +to create stateful sessions, customized user authentication systems, smart 
  +proxies, and much more.  Yet, magically, your old CGI scripts will continue 
  +to work, and work very fast indeed.  With mod_perl you give up nothing, and 
  + gain so much!"
  +</blockquote>
  +<p class="quotation">
  +-- Lincoln Stein, author of the popular
  +<a href="http://stein.cshl.org/WWW/software/CGI/">CGI</a> module and
  +of <a href="http://www.modperl.com/">Writing Apache Modules in Perl and C</a>
  +</p>
  +    
  +    
   <p>mod_perl brings together the full power of the <a
   href="http://www.perl.org">Perl</a> programming language and the <A
   href="http://www.apache.org/">Apache</a> HTTP server.  You can use
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org