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/07/11 09:29:37 UTC

cvs commit: modperl-docs/src/outstanding sites.html

stas        2002/07/11 00:29:37

  Modified:    src/about/contributors people.html people.tmpl
               src/about/link linktous.html
               src/help index_top.html training.html
               src/outstanding sites.html
  Log:
  tweaks towards valid html
  Submitted by:	allan
  
  Revision  Changes    Path
  1.12      +3 -3      modperl-docs/src/about/contributors/people.html
  
  Index: people.html
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/about/contributors/people.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- people.html	28 Jun 2002 10:31:04 -0000	1.11
  +++ people.html	11 Jul 2002 07:29:37 -0000	1.12
  @@ -27,18 +27,18 @@
   
   <h2>Contributors</h2>
   
  -<table  border="0" cellpadding="1" cellspacing="1">
  +<table border="0" cellpadding="1" cellspacing="1">
   <tr>
           <th class="table-title-bg">
           <div class="table-title">
                   Contributor
           </div>
  -        </td>
  +        </th>
           <th class="table-title-bg">
           <div class="table-title">
                   Activities
           </div>
  -        </td>
  +        </th>
   </tr>
   
   <tr>
  
  
  
  1.4       +3 -3      modperl-docs/src/about/contributors/people.tmpl
  
  Index: people.tmpl
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/about/contributors/people.tmpl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- people.tmpl	28 Jun 2002 10:31:04 -0000	1.3
  +++ people.tmpl	11 Jul 2002 07:29:37 -0000	1.4
  @@ -27,18 +27,18 @@
   
   <h2>Contributors</h2>
   
  -<table  border="0" cellpadding="1" cellspacing="1">
  +<table border="0" cellpadding="1" cellspacing="1">
   <tr>
           <th class="table-title-bg">
           <div class="table-title">
                   Contributor
           </div>
  -        </td>
  +        </th>
           <th class="table-title-bg">
           <div class="table-title">
                   Activities
           </div>
  -        </td>
  +        </th>
   </tr>
   [% FOREACH person = people %]
   <tr>
  
  
  
  1.9       +4 -3      modperl-docs/src/about/link/linktous.html
  
  Index: linktous.html
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/about/link/linktous.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- linktous.html	10 Jul 2002 15:39:08 -0000	1.8
  +++ linktous.html	11 Jul 2002 07:29:37 -0000	1.9
  @@ -55,7 +55,7 @@
       <li><a href="logos/mod_perl_logo_static.png">White
   Background</a> (PNG)</li>
       <li><a href="logos/mod_perl_logo_static_black.png">Black
  -Background</a> (PNG)</li> 
  +Background</a> (PNG)</li>
       <li><a href="logos/mod_perl_logo_static.svg">SVG</a></li>
       <li><a
   href="logos/mod_perl_logo_anim.svg">Animated SVG</a></li>
  @@ -115,6 +115,7 @@
       <li><a href="buttons/button-no-outline-64x64.png">Without black border</a></li>
   </ul>
   </td>
  +</tr>
   
   <tr>
   
  @@ -138,7 +139,7 @@
   <td class="table-bg">
   <ul>
       <li><a href="buttons/button-110x30.png">110x30 button (PNG)</a></li>
  -    <li><a href="buttons/button-text-64x28.png">64x28 button (PNG)</a></li> 
  +    <li><a href="buttons/button-text-64x28.png">64x28 button (PNG)</a></li>
       <li><a href="buttons/button-no-outline-110x30.png">110x30,
       without black border</a></li>
       <li><a href="buttons/button-text-no-outline-64x28.png">64x28,
  @@ -200,7 +201,7 @@
   <pre class="pre-section">
     &lt;p&gt;
     &lt;a href="http://perl.apache.org/"&gt;
  -  &lt;img src="FILENAME" width="WIDTH" height="HEIGHT" border="0" 
  +  &lt;img src="FILENAME" width="WIDTH" height="HEIGHT" border="0"
        alt="mod_perl -- Speed, Power, Scalability"&gt;
     &lt;/a&gt;
     &lt;/p&gt;</pre>
  
  
  
  1.6       +1 -0      modperl-docs/src/help/index_top.html
  
  Index: index_top.html
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/help/index_top.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index_top.html	12 May 2002 18:09:13 -0000	1.5
  +++ index_top.html	11 Jul 2002 07:29:37 -0000	1.6
  @@ -17,6 +17,7 @@
   1.x User Guide</a> or in the
   <a href="../docs/2.0/user/help/help.html#Reporting_Problems">mod_perl
   2.x User Guide</a>, depending on what version you are using.
  +</p>
   
   <p>
   You can learn mod_perl by yourself through reading its <a
  
  
  
  1.4       +15 -29    modperl-docs/src/help/training.html
  
  Index: training.html
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/help/training.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- training.html	12 May 2002 10:49:01 -0000	1.3
  +++ training.html	11 Jul 2002 07:29:37 -0000	1.4
  @@ -6,13 +6,13 @@
       </head>
       <body bgcolor="white">
   
  -      <p> 
  +      <p>
           If you are interested in hiring someone to do mod_perl training,
           please refer to one of the individuals or companies mentioned on this
           page.
         </p>
  -      
  -      <p> 
  +
  +      <p>
           If your company provides mod_perl training and you would like
           to be listed on this page, please send email to the <a
           href="../maillist/modperl.html">users</a> mailing list.
  @@ -21,12 +21,12 @@
         <h3>World-Wide</h3>
   
         <ul>
  -    
  +
           <li>
             <a href="http://coopermcgregor.com/training/">Cooper
               McGregor</a>. Contact:  training@coopermcgregor.com
           </li>
  -        
  +
           <li>
             <a href="http://www.lerner.co.il/services/">Lerner
               Communications Consulting</a>.
  @@ -38,9 +38,6 @@
               Development</a>. Contact: mire@modperldev.com
           </li>
   
  -        <li>
  -          <a href=""></a>
  -        </li>
   
         </ul>
   
  @@ -48,48 +45,37 @@
         <h3>Taiwan</h3>
   
         <ul>
  -    
  +
           <li>
             <a href="http://ourinet.com/index.zh_tw.html">. OurInternet,
               Inc</a> Contact: members@ourinet.com
           </li>
   
  -        <li>
  -          <a href=""></a>
  -        </li>
   
         </ul>
   
         <h3>UK</h3>
   
         <ul>
  -    
  +
           <li>
  -          <a href="http://training.gbdirect.co.uk/">GBdirect</a>: 
  +          <a href="http://training.gbdirect.co.uk/">GBdirect</a>:
             <a href="http://training.gbdirect.co.uk/courses/perl/customized_bespoke.html">mod_perl/Linux</a> and
  -          <a
  -          href="http://training.gbdirect.co.uk/courses/apache/apache_configuration_use_and_programming.html">mod_perl/Apache</a>. Based in UK, with training in Europe and North America. Contact:  training@gbdirect.co.uk.
  -          
  +          <a href="http://training.gbdirect.co.uk/courses/apache/apache_configuration_use_and_programming.html">mod_perl/Apache</a>. Based in UK, with training in Europe and North America. Contact:  training@gbdirect.co.uk.
           </li>
   
  -        <li>
  -          <a href=""></a>
  -        </li>
  -        
  +
         </ul>
  -      
  +
         <h3></h3>
  -      
  +
         <ul>
  -        
  +<!--
           <li>
             <a href=""></a>
           </li>
  -        
  -        <li>
  -          <a href=""></a>
  -        </li>
  -        
  +-->
  +
         </ul>
   
       </body>
  
  
  
  1.10      +3 -3      modperl-docs/src/outstanding/sites.html
  
  Index: sites.html
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/outstanding/sites.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- sites.html	25 Jun 2002 19:46:33 -0000	1.9
  +++ sites.html	11 Jul 2002 07:29:37 -0000	1.10
  @@ -19,7 +19,7 @@
   the <a href="stats/netcraft.html">Netcraft survey</a> results.
   </p>
   
  -<p> 
  +<p>
   Also remember that many services are using mod_perl as their
   back-end, therefore these aren't reported by Netcraft, since the
   back-ends are usually cannot be accessed by the Netcraft scanner. For
  @@ -47,7 +47,7 @@
   
   <li><a href="http://www.masonhq.com/about/sites.html">Mason</a></li>
   
  -<li><a href="http://yass.slashcode.com/">Slashcode</a>
  +<li><a href="http://yass.slashcode.com/">Slashcode</a></li>
   
   </ul>
   
  @@ -271,7 +271,7 @@
   calendar</a> runs on <tt>HTML::Embperl</tt> under mod_perl.
   </p>
   
  -<p> 
  +<p>
   
   <b>DNS provider:</b> <a href="http://hn.org">Hammernode Internet</a>,
   a no-cost DNS provider serving thousands of zones, uses mod_perl to
  
  
  

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