stas        02/01/25 20:24:27

  Modified:    src      index_bot.html
               src/about about.html config.cfg
               src/download config.cfg
               src/stories config.cfg make.pl
  Log:
  - small content patches
  Submitted by: Thomas Klausner <[EMAIL PROTECTED]>
  Reviewed by:  stas
  
  Revision  Changes    Path
  1.2       +1 -1      modperl-docs/src/index_bot.html
  
  Index: index_bot.html
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/index_bot.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index_bot.html    5 Jan 2002 19:21:48 -0000       1.1
  +++ index_bot.html    26 Jan 2002 04:24:27 -0000      1.2
  @@ -3,6 +3,6 @@
         <title>index bottom</title>
       </head>
       <body bgcolor="white">
  -This is a really cool demo, isn't it?
  +&nbsp;
       </body>
     </html>
  
  
  
  1.2       +0 -5      modperl-docs/src/about/about.html
  
  Index: about.html
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/about/about.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- about.html        5 Jan 2002 19:15:40 -0000       1.1
  +++ about.html        26 Jan 2002 04:24:27 -0000      1.2
  @@ -13,11 +13,6 @@
   <i>httpd.conf</i> file to define everything from virtual hosts to
   content handlers.
   
  -<ul>
  -<li><b>Configure Apache with Perl</b>.  Embed Perl in your
  -<i>httpd.conf</i> file to define everything from virtual hosts to
  -content handlers.
  -
   <li><b>Speed up your CGI scripts</b>.  The Apache::Registry module
   can provide <b>100x speedups</b> for your CGI scripts.
   
  
  
  
  1.2       +1 -2      modperl-docs/src/about/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/about/config.cfg,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- config.cfg        5 Jan 2002 19:15:40 -0000       1.1
  +++ config.cfg        26 Jan 2002 04:24:27 -0000      1.2
  @@ -4,8 +4,7 @@
   
         title => "About mod_perl",
   
  -      abstract => "What happens if you take Apache and Perl and put
  -                   them together...",
  +      abstract => 'Apache + Perl = mod_perl',
   
         # an ordered list pod files relative to $c{src}
         # the order is important for a correct placing of the chapters
  
  
  
  1.2       +7 -1      modperl-docs/src/download/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/download/config.cfg,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- config.cfg        5 Jan 2002 19:15:40 -0000       1.1
  +++ config.cfg        26 Jan 2002 04:24:27 -0000      1.2
  @@ -4,7 +4,7 @@
   
         title => "Download",
   
  -      abstract => 'Source and Binary mod_perl distributions can be 
downloaded',
  +      abstract => 'Get Source and Binary mod_perl distributions and 
additional Perl Modules',
   
         # an ordered list pod files relative to $c{src}
         # the order is important for a correct placing of the chapters
  @@ -20,3 +20,9 @@
         copy => [
                 ],
        );
  +
  +
  +
  +
  +
  +
  
  
  
  1.2       +1 -1      modperl-docs/src/stories/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/stories/config.cfg,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- config.cfg        5 Jan 2002 19:15:42 -0000       1.1
  +++ config.cfg        26 Jan 2002 04:24:27 -0000      1.2
  @@ -6,7 +6,7 @@
   
         title => "Extraordinaire Technologie",
   
  -      abstract => "A single picture is worth a thousand words...",
  +      abstract => "Read reports from people using mod_perl",
   
         body => {
             bot => 'index_bot.html',
  
  
  
  1.2       +1 -1      modperl-docs/src/stories/make.pl
  
  Index: make.pl
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/stories/make.pl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- make.pl   5 Jan 2002 19:15:42 -0000       1.1
  +++ make.pl   26 Jan 2002 04:24:27 -0000      1.2
  @@ -128,7 +128,7 @@
   
         title => "Extraordinaire Technologie",
   
  -      abstract => "A single picture is worth a thousand words...",
  +      abstract => "Read reports from people using mod_perl",
   
         body => {
             bot => 'index_bot.html',
  
  
  

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

Reply via email to