You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@logging.apache.org by ce...@apache.org on 2004/04/19 16:18:26 UTC

cvs commit: logging-site/src/xdocs/stylesheets project.xml site.vsl

ceki        2004/04/19 07:18:26

  Modified:    docs     index.html
               docs/css site.css
               docs/site binindex.html bugreport.html bylaws.html
                        cvs-repositories.html logging-site.html
                        mailing-lists.html mission-statement.html news.html
                        who-we-are.html
               src/xdocs/site binindex.xml bylaws.xml
               src/xdocs/stylesheets project.xml site.vsl
  Log:
  - Updated css file for <table>.
  - Tables must now be in the "regular" class to benefit from the new table style.
  - Udated link to Apache License on the site main menu
  - In binidex.xml file , updated teh log4j 1.2.8 download style to include MD5 hash 
  
  PR:
  Obtained from:
  Submitted by:	
  Reviewed by:	
  
  Revision  Changes    Path
  1.21      +1 -1      logging-site/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/index.html,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- index.html	19 Apr 2004 10:16:18 -0000	1.20
  +++ index.html	19 Apr 2004 14:18:25 -0000	1.21
  @@ -86,7 +86,7 @@
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="./site/bylaws.html">Bylaws</a>
   </small></td></tr>
  -              	 <tr><td class="navbarItem"><small>    <a href="./LICENSE">License</a>
  +              	 <tr><td class="navbarItem"><small>    <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">License</a>
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="./site/who-we-are.html">Who we are</a>
   </small></td></tr>
  
  
  
  1.6       +16 -0     logging-site/docs/css/site.css
  
  Index: site.css
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/css/site.css,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- site.css	28 Jan 2004 20:40:55 -0000	1.5
  +++ site.css	19 Apr 2004 14:18:25 -0000	1.6
  @@ -45,4 +45,20 @@
   td#mainContents {
     padding-left:  1em;
     padding-right: 1em;
  +}
  +
  +table.regular {
  +    background: #FFFFFF;;
  +}
  +
  +table.regular td {
  +    background: #f4f4f4;
  +    vertical-align: top;
  +    padding-bottom: 1ex;
  +
  +
  +}
  +
  +table.regular th {
  +       background: #E4E4E4;
   }
  
  
  
  1.4       +26 -8     logging-site/docs/site/binindex.html
  
  Index: binindex.html
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/site/binindex.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- binindex.html	19 Apr 2004 10:16:18 -0000	1.3
  +++ binindex.html	19 Apr 2004 14:18:25 -0000	1.4
  @@ -85,7 +85,7 @@
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="../site/bylaws.html">Bylaws</a>
   </small></td></tr>
  -              	 <tr><td class="navbarItem"><small>    <a href="../LICENSE">License</a>
  +              	 <tr><td class="navbarItem"><small>    <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">License</a>
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="../site/who-we-are.html">Who we are</a>
   </small></td></tr>
  @@ -145,13 +145,31 @@
           </form>
                                                                                                      <h2>List of distribution files</h2>
                                                                                                      <h3>Log4j project</h3>
  -                                                                                                   <dl>
  -     <dt><b>jakarta-log4j-1.2.8</b> (full package, includes binaries and source files)</dt>
  -     <dd>
  -       Download full package in <a href="[preferred]/logging/log4j/jakarta-log4j-1.2.8.tar.gz">tar.gz</a> format or in <a href="[preferred]/logging/log4j/jakarta-log4j-1.2.8.zip">zip</a>
  -       format.
  -      </dd>
  -    </dl>
  +                                                                                                   <table class="regular" width="500">
  +     <tr>
  +       <th colspan="3">�<b>jakarta-log4j-1.2.8</b> (full package, includes binaries and source files)</th>
  +     </tr>
  +
  +     <tr>
  +       <td>��<a href="[preferred]/logging/log4j/1.2.8/jakarta-log4j-1.2.8.tar.gz">jakarta-log4j-1.2.8.tar.gz</a>
  +       </td>
  +       <td><a href="http://www.apache.org/dist/logging/log4j/1.2.8/jakarta-log4j-1.2.8.tar.gz.md5">MD5</a>
  +       cryptographic checksum
  +       </td>
  +     </tr>
  +
  +     <tr>
  +       <td>��<a href="[preferred]/logging/log4j/1.2.8/jakarta-log4j-1.2.8.zip">jakarta-log4j-1.2.8.zip</a>
  +       </td> 
  +       <td><a href="http://www.apache.org/dist/logging/log4j/1.2.8/jakarta-log4j-1.2.8.zip.md5">MD5</a>
  +       cryptographic checksum
  +       </td>
  +     </tr>
  +   </table>
  +                                                                                                   <p>We also maintain <a href="[preferred]/logging/log4j/">earlier
  +       versions</a> of log4j for download. These are intended for the
  +       curious paleontologist.
  +   </p>
                                                   
                       </td>
                   </tr>
  
  
  
  1.14      +1 -1      logging-site/docs/site/bugreport.html
  
  Index: bugreport.html
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/site/bugreport.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- bugreport.html	19 Apr 2004 10:16:18 -0000	1.13
  +++ bugreport.html	19 Apr 2004 14:18:25 -0000	1.14
  @@ -85,7 +85,7 @@
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="../site/bylaws.html">Bylaws</a>
   </small></td></tr>
  -              	 <tr><td class="navbarItem"><small>    <a href="../LICENSE">License</a>
  +              	 <tr><td class="navbarItem"><small>    <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">License</a>
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="../site/who-we-are.html">Who we are</a>
   </small></td></tr>
  
  
  
  1.14      +127 -352  logging-site/docs/site/bylaws.html
  
  Index: bylaws.html
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/site/bylaws.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- bylaws.html	19 Apr 2004 10:16:18 -0000	1.13
  +++ bylaws.html	19 Apr 2004 14:18:25 -0000	1.14
  @@ -84,7 +84,7 @@
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="../site/bylaws.html">Bylaws</a>
   </small></td></tr>
  -              	 <tr><td class="navbarItem"><small>    <a href="../LICENSE">License</a>
  +              	 <tr><td class="navbarItem"><small>    <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">License</a>
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="../site/who-we-are.html">Who we are</a>
   </small></td></tr>
  @@ -260,70 +260,38 @@
        separated. Voting is carried out by replying to the vote
        mail. Voting may take four flavours
         </p>
  -                                                                                                    <table>
  -                        <tr>
  -                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <strong>+1</strong>
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                "Yes," "Agree," or "the action should be performed." In
  +                                                                                                   <table class="regular" cellspacing="1" cellpadding="4">
  +     <tr>
  +       <td><strong>+1</strong></td> 
  +       <td>"Yes," "Agree," or "the action should be performed." In
          general, this vote also indicates a willingness on the behalf
          of the voter in "making it happen"
  -       
  -            </font>
  -</td>
  -            </tr>
  -                                <tr>
  -                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <strong>+0</strong>
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                This vote indicates a willingness for the action under
  +       </td>
  +     </tr>
  +     <tr>
  +       <td><strong>+0</strong></td>
  +       <td>This vote indicates a willingness for the action under
          consideration to go ahead. The voter, however will not be able
          to help.
  -       
  -            </font>
  -</td>
  -            </tr>
  -                                <tr>
  -                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <strong>-0</strong>
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                This vote indicates that the voter does not, in general, agree with
  +       </td>
  +     </tr>
  +     <tr>
  +       <td><strong>-0</strong></td>
  +       <td>This vote indicates that the voter does not, in general, agree with
              the proposed action but is not concerned enough to prevent the
              action going ahead.
  -      
  -            </font>
  -</td>
  -            </tr>
  -                                <tr>
  -                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <strong>-1</strong>
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                This is a negative vote. On issues where consensus is required,
  +      </td>
  +      </tr>
  +      <tr>
  +        <td><strong>-1</strong></td>
  +        <td>This is a negative vote. On issues where consensus is required,
               this vote counts as a <strong>veto</strong>. All vetoes must
               contain an explanation of why the veto is appropriate. Vetoes with
               no explanation are void. It may also be appropriate for a -1 vote
               to include an alternative course of action.          
  -        
  -            </font>
  -</td>
  -            </tr>
  -            </table>
  +        </td>
  +      </tr>
  +    </table>
                                                                                                      <p>All participants in the Logging Services project are encouraged
       to show their agreement with or against a particular action by
       voting. For technical decisions, only the votes of active
  @@ -337,85 +305,45 @@
                                                                                                      <h3>Approvals<a name="Approvals">�</a></h3>
                                                                                                      <p>These are the types of approvals that can be sought. Different
          actions require different types of approvals</p>
  -                                                                                                    <table>
  -                        <tr>
  -                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <strong>Consensus</strong>
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                For this to pass, all voters with binding votes must vote and there
  +                                                                                                   <table class="regular" valign="top">
  +    <tr>
  +      <td><strong>Consensus</strong></td>
  +      <td>For this to pass, all voters with binding votes must vote and there
             can be no binding vetoes (-1). Consensus votes are rarely required
             due to the impracticality of getting all eligible voters to cast a
             vote.
  -      
  -            </font>
  -</td>
  -            </tr>
  -                                <tr>
  -                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <strong>Lazy Consensus</strong>
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Lazy consensus requires 3 binding +1 votes and no binding vetoes. 
  -            </font>
  -</td>
  -            </tr>
  -                                <tr>
  -                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                
  +      </td>
  +    </tr>
  +    <tr>
  +      <td><strong>Lazy Consensus</strong></td>
  +      <td>Lazy consensus requires 3 binding +1 votes and no binding vetoes. </td>
  +    </tr>
  +    <tr>
  +      <td>
             <strong>Lazy Majority</strong>
  -      
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                A lazy majority vote requires 3 binding +1 votes and more binding +1
  +      </td>
  +      <td>A lazy majority vote requires 3 binding +1 votes and more binding +1
             votes that -1 votes.
  -      
  -            </font>
  -</td>
  -            </tr>
  -                                <tr>
  -                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <strong>Lazy Approval</strong>
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                An action with lazy approval is implicitly allowed unless a -1 vote
  +      </td>
  +    </tr>
  +    <tr>
  +      <td><strong>Lazy Approval</strong></td>
  +      <td>An action with lazy approval is implicitly allowed unless a -1 vote
             is received, at which time, depending on the type of action, either
             lazy majority or lazy consensus approval must be obtained.
  -      
  -            </font>
  -</td>
  -            </tr>
  -                                <tr>
  -                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <strong>2/3 Majority</strong>
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Some actions require a 2/3 majority of active committers or PMC
  +      </td>
  +    </tr>
  +    <tr>
  +      <td><strong>2/3 Majority</strong></td>
  +      <td>Some actions require a 2/3 majority of active committers or PMC
             members to pass. Such actions typically affect the foundation
             of the project (e.g. adopting a new codebase to replace an existing
             product). The higher threshold is designed to ensure such changes
             are strongly supported. To pass this vote requires at least 2/3 of
             binding vote holders to vote +1
  -      
  -            </font>
  -</td>
  -            </tr>
  -            </table>
  +      </td>
  +    </tr>
  +  </table>
                                                                                                      <h3>Vetoes<a name="Vetoes">�</a></h3>
                                                                                                      <p>A valid, binding veto cannot be overruled. If a veto is cast, it
      must be accompanied by a valid reason explaining the reasons for
  @@ -432,114 +360,48 @@
      within the project, the corresponding approval required for that
      action and those who have binding votes over the action.
      </p>
  -                                                                                                    <table>
  -                        <tr>
  -                        <th bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Action
  -            </font>
  -</th>
  -                                <th bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Description
  -            </font>
  -</th>
  -                                <th bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Approval
  -            </font>
  -</th>
  -                                <th bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Binding Votes 
  -            </font>
  -</th>
  -            </tr>
  -                                <tr>
  -                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                 <strong>Code Change</strong>
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                A change made to the codebase of a sub-project and committed
  +                                                                                                   <table class="regular" cellspacing="1" cellpadding="4">
  +    <tr>
  +      <th>Action</th>
  +      <th>Description</th>
  +      <th>Approval</th>
  +      <th>Binding Votes </th>
  +    </tr>
  +    <tr>
  +      <td> <strong>Code Change</strong></td> 
  +
  +      <td>A change made to the codebase of a sub-project and committed
         by a committer. This includes source code, documentation,
         website content, etc.
  -      
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Lazy approval and then lazy consensus.
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Active committers of the relevant sub-project.
  -            </font>
  -</td>
  -            </tr>
  -                                <tr>
  -                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                 <strong>Release Plan</strong> 
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Defines the timetable and actions for a release. The plan also
  -      nominates a Release Manager.
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Lazy majority
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Active committers of the relevant sub-project
  -            </font>
  -</td>
  -            </tr>
  -                                <tr>
  -                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <strong>Product Release</strong> 
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                When a release of one of the sub-project's products is
  +      </td>
  +      <td>Lazy approval and then lazy consensus.</td>
  +      <td>Active committers of the relevant sub-project.</td>
  +    </tr>
  +
  +    <tr valign="top">
  +      <td> <strong>Release Plan</strong> </td>
  +      <td>Defines the timetable and actions for a release. The plan also
  +      nominates a Release Manager.</td>
  +      <td>Lazy majority</td>
  +      <td>Active committers of the relevant sub-project</td>
  +    </tr>
  +
  +    <tr>
  +      <td><strong>Product Release</strong> </td>
  +      <td>When a release of one of the sub-project's products is
         ready, a vote is required to accept the release as an official
         release of the Logging Services project.
         
         <p>This step ensures the overall supervision by the Logging
         Services PMC over its sub-projects.</p>
  -      
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Lazy Majority
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <b>Active PMC members</b>
  -            </font>
  -</td>
  -            </tr>
  -                                <tr>
  -                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <strong>Adoption of New Codebase</strong>
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                 
  +      </td>
  +     <td>Lazy Majority</td>
  +     <td><b>Active PMC members</b></td>
  +    </tr>
  +
  +    <tr>
  +      <td><strong>Adoption of New Codebase</strong></td>
  +      <td> 
   
           <p>When the codebase for an existing, released product is to
           be replaced with an alternative codebase. If such a vote fails
  @@ -547,145 +409,58 @@
   
           <p>This also covers the creation of new sub-projects within
            the project</p>          
  -      
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                2/3 majority
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Active PMC members
  -            </font>
  -</td>
  -            </tr>
  -                                <tr>
  -                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <strong>Modification of the Bylaws</strong>
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Modification of this document
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                2/3 majority
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Active PMC members
  -            </font>
  -</td>
  -            </tr>
  -                                <tr>
  -                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <strong>New Committer</strong>
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                When a new committer is proposed for a sub-project.
  +      </td>
  +      <td>2/3 majority</td>
  +      <td>Active PMC members</td>
  +    </tr>
  +
  +    <tr>
  +      <td><strong>Modification of the Bylaws</strong></td>
  +      <td>Modification of this document</td>
  +      <td>2/3 majority</td>
  +      <td>Active PMC members</td>
  +    </tr>
  +
  +    <tr>
  +      <td><strong>New Committer</strong></td>
  +      <td>When a new committer is proposed for a sub-project.
   
            <p>The PMC must be informed of the result of the
            sub-project's vote. 
            </p>
   
  -      
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Lazy consensus
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Active committers of the relevant sub-project
  -            </font>
  -</td>
  -            </tr>
  -                                <tr>
  -                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <strong>New PMC Member</strong>
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                When a committer is proposed for the PMC
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Lazy consensus
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Active PMC members
  -            </font>
  -</td>
  -            </tr>
  -                                <tr>
  -                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <strong>Committer Removal</strong>
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                 <p>When removal of commit privileges is sought.</p>
  +      </td>
  +      <td>Lazy consensus</td>
  +      <td>Active committers of the relevant sub-project</td>
  +    </tr>
  +    <tr>
  +      <td><strong>New PMC Member</strong></td>
  +      <td>When a committer is proposed for the PMC</td>
  +      <td>Lazy consensus</td>
  +      <td>Active PMC members</td>
  +    </tr>
  +
  +    <tr>
  +      <td><strong>Committer Removal</strong></td>
  +      <td> <p>When removal of commit privileges is sought.</p>
              <p><b>Note: </b> Such actions will also be referred to the ASF
               board by the PMC chair</p>
  -      
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Consensus
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Active PMC members (excluding the committer in question if a
  +      </td>
  +      <td>Consensus</td>
  +      <td>Active PMC members (excluding the committer in question if a
             member of the PMC).
  -       
  -            </font>
  -</td>
  -            </tr>
  -                                <tr>
  -                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <strong>PMC Member Removal</strong>
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <p>When removal of a PMC member is sought.</p>
  +       </td>
  +    </tr>
  +    <tr> 
  +      <td><strong>PMC Member Removal</strong></td>
  +      <td><p>When removal of a PMC member is sought.</p>
               <p><b>Note: </b> Such actions will also be referred to the
               ASF board by the PMC chair</p>          
  -      
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Consensus
  -            </font>
  -</td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  -    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Active PMC members (excluding the member in question).
  -            </font>
  -</td>
  -            </tr>
  -            </table>
  +      </td>
  +      <td>Consensus</td>
  +      <td>Active PMC members (excluding the member in question).</td>
  +    </tr>
  +  </table>
                                                                                                      <h3>Voting Timeframes<a name="Voting Timeframes">�</a></h3>
                                                                                                      <p>Votes are open for a period of 72 hours to allow all active
     voters time to consider the vote. Votes relating to code changes are
  
  
  
  1.9       +1 -1      logging-site/docs/site/cvs-repositories.html
  
  Index: cvs-repositories.html
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/site/cvs-repositories.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- cvs-repositories.html	19 Apr 2004 10:16:18 -0000	1.8
  +++ cvs-repositories.html	19 Apr 2004 14:18:25 -0000	1.9
  @@ -85,7 +85,7 @@
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="../site/bylaws.html">Bylaws</a>
   </small></td></tr>
  -              	 <tr><td class="navbarItem"><small>    <a href="../LICENSE">License</a>
  +              	 <tr><td class="navbarItem"><small>    <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">License</a>
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="../site/who-we-are.html">Who we are</a>
   </small></td></tr>
  
  
  
  1.8       +1 -1      logging-site/docs/site/logging-site.html
  
  Index: logging-site.html
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/site/logging-site.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- logging-site.html	19 Apr 2004 10:16:18 -0000	1.7
  +++ logging-site.html	19 Apr 2004 14:18:25 -0000	1.8
  @@ -87,7 +87,7 @@
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="../site/bylaws.html">Bylaws</a>
   </small></td></tr>
  -              	 <tr><td class="navbarItem"><small>    <a href="../LICENSE">License</a>
  +              	 <tr><td class="navbarItem"><small>    <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">License</a>
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="../site/who-we-are.html">Who we are</a>
   </small></td></tr>
  
  
  
  1.16      +1 -1      logging-site/docs/site/mailing-lists.html
  
  Index: mailing-lists.html
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/site/mailing-lists.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- mailing-lists.html	19 Apr 2004 10:16:18 -0000	1.15
  +++ mailing-lists.html	19 Apr 2004 14:18:25 -0000	1.16
  @@ -84,7 +84,7 @@
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="../site/bylaws.html">Bylaws</a>
   </small></td></tr>
  -              	 <tr><td class="navbarItem"><small>    <a href="../LICENSE">License</a>
  +              	 <tr><td class="navbarItem"><small>    <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">License</a>
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="../site/who-we-are.html">Who we are</a>
   </small></td></tr>
  
  
  
  1.12      +1 -1      logging-site/docs/site/mission-statement.html
  
  Index: mission-statement.html
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/site/mission-statement.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- mission-statement.html	19 Apr 2004 10:16:18 -0000	1.11
  +++ mission-statement.html	19 Apr 2004 14:18:25 -0000	1.12
  @@ -84,7 +84,7 @@
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="../site/bylaws.html">Bylaws</a>
   </small></td></tr>
  -              	 <tr><td class="navbarItem"><small>    <a href="../LICENSE">License</a>
  +              	 <tr><td class="navbarItem"><small>    <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">License</a>
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="../site/who-we-are.html">Who we are</a>
   </small></td></tr>
  
  
  
  1.17      +1 -1      logging-site/docs/site/news.html
  
  Index: news.html
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/site/news.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- news.html	19 Apr 2004 10:16:18 -0000	1.16
  +++ news.html	19 Apr 2004 14:18:25 -0000	1.17
  @@ -85,7 +85,7 @@
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="../site/bylaws.html">Bylaws</a>
   </small></td></tr>
  -              	 <tr><td class="navbarItem"><small>    <a href="../LICENSE">License</a>
  +              	 <tr><td class="navbarItem"><small>    <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">License</a>
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="../site/who-we-are.html">Who we are</a>
   </small></td></tr>
  
  
  
  1.14      +1 -1      logging-site/docs/site/who-we-are.html
  
  Index: who-we-are.html
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/site/who-we-are.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- who-we-are.html	19 Apr 2004 10:16:18 -0000	1.13
  +++ who-we-are.html	19 Apr 2004 14:18:25 -0000	1.14
  @@ -84,7 +84,7 @@
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="../site/bylaws.html">Bylaws</a>
   </small></td></tr>
  -              	 <tr><td class="navbarItem"><small>    <a href="../LICENSE">License</a>
  +              	 <tr><td class="navbarItem"><small>    <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">License</a>
   </small></td></tr>
                 	 <tr><td class="navbarItem"><small>    <a href="../site/who-we-are.html">Who we are</a>
   </small></td></tr>
  
  
  
  1.3       +30 -10    logging-site/src/xdocs/site/binindex.xml
  
  Index: binindex.xml
  ===================================================================
  RCS file: /home/cvs/logging-site/src/xdocs/site/binindex.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- binindex.xml	19 Apr 2004 09:58:53 -0000	1.2
  +++ binindex.xml	19 Apr 2004 14:18:26 -0000	1.3
  @@ -55,15 +55,35 @@
     <!-- log4j -->            
     <h3>Log4j project</h3>
   
  -   <dl>
  -     <dt><b>jakarta-log4j-1.2.8</b> (full package, includes binaries and source files)</dt>
  -     <dd>
  -       Download full package in <a
  -       href="[preferred]/logging/log4j/jakarta-log4j-1.2.8.tar.gz">tar.gz</a> format or in <a
  -       href="[preferred]/logging/log4j/jakarta-log4j-1.2.8.zip">zip</a>
  -       format.
  -      </dd>
  -    </dl>
  -  
  +   <table class="regular" width="500">
  +     <tr>
  +       <th colspan="3">&#160;<b>jakarta-log4j-1.2.8</b> (full package, includes binaries and source files)</th>
  +     </tr>
  +
  +     <tr>
  +       <td>&#160;&#160;<a
  +       href="[preferred]/logging/log4j/1.2.8/jakarta-log4j-1.2.8.tar.gz">jakarta-log4j-1.2.8.tar.gz</a>
  +       </td>
  +       <td><a
  +       href="http://www.apache.org/dist/logging/log4j/1.2.8/jakarta-log4j-1.2.8.tar.gz.md5">MD5</a>
  +       cryptographic checksum
  +       </td>
  +     </tr>
  +
  +     <tr>
  +       <td>&#160;&#160;<a
  +       href="[preferred]/logging/log4j/1.2.8/jakarta-log4j-1.2.8.zip">jakarta-log4j-1.2.8.zip</a>
  +       </td> 
  +       <td><a
  +       href="http://www.apache.org/dist/logging/log4j/1.2.8/jakarta-log4j-1.2.8.zip.md5">MD5</a>
  +       cryptographic checksum
  +       </td>
  +     </tr>
  +   </table>
  +
  +   <p>We also maintain <a href="[preferred]/logging/log4j/">earlier
  +       versions</a> of log4j for download. These are intended for the
  +       curious paleontologist.
  +   </p>
   </body>
   </document>
  
  
  
  1.6       +4 -4      logging-site/src/xdocs/site/bylaws.xml
  
  Index: bylaws.xml
  ===================================================================
  RCS file: /home/cvs/logging-site/src/xdocs/site/bylaws.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- bylaws.xml	17 Apr 2004 11:31:59 -0000	1.5
  +++ bylaws.xml	19 Apr 2004 14:18:26 -0000	1.6
  @@ -190,7 +190,7 @@
        mail. Voting may take four flavours
         </p>
    
  -     <table cellspacing="1" cellpadding="4">
  +     <table class="regular" cellspacing="1" cellpadding="4">
        <tr>
          <td><strong>+1</strong></td> 
          <td>"Yes," "Agree," or "the action should be performed." In
  @@ -240,7 +240,7 @@
       <p>These are the types of approvals that can be sought. Different
          actions require different types of approvals</p>
   
  -    <table>
  +    <table  class="regular" valign="top">
       <tr>
         <td><strong>Consensus</strong></td>
         <td>For this to pass, all voters with binding votes must vote and there
  @@ -301,7 +301,7 @@
      action and those who have binding votes over the action.
      </p>
   
  -   <table cellspacing="1" cellpadding="4">
  +   <table class="regular" cellspacing="1" cellpadding="4">
       <tr>
         <th>Action</th>
         <th>Description</th>
  @@ -319,7 +319,7 @@
         <td>Active committers of the relevant sub-project.</td>
       </tr>
   
  -    <tr>
  +    <tr valign="top">
         <td> <strong>Release Plan</strong> </td>
         <td>Defines the timetable and actions for a release. The plan also
         nominates a Release Manager.</td>
  
  
  
  1.13      +1 -1      logging-site/src/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/logging-site/src/xdocs/stylesheets/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml	19 Apr 2004 10:16:19 -0000	1.12
  +++ project.xml	19 Apr 2004 14:18:26 -0000	1.13
  @@ -23,7 +23,7 @@
      <menu name="Information">
        <item name="Mission statement"  href="/site/mission-statement.html"/>
        <item name="Bylaws"   href="/site/bylaws.html"/>
  -     <item name="License"   href="/LICENSE"/>
  +     <item name="License"   href="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
        <item name="Who we are"   href="/site/who-we-are.html"/>
      </menu>
   
  
  
  
  1.9       +0 -2      logging-site/src/xdocs/stylesheets/site.vsl
  
  Index: site.vsl
  ===================================================================
  RCS file: /home/cvs/logging-site/src/xdocs/stylesheets/site.vsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- site.vsl	28 Jan 2004 20:40:56 -0000	1.8
  +++ site.vsl	19 Apr 2004 14:18:26 -0000	1.9
  @@ -304,8 +304,6 @@
                              #section ($item)
                            #elseif ($item.getName().equals("source"))
                              #source ($item)
  -                         #elseif ($item.getName().equals("table"))
  -                           #table ($item)
                            #elseif ($item.getName().equals("subsection"))
                              #subsection ($item)
                            #else