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/01/22 21:49:59 UTC

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

ceki        2004/01/22 12:49:59

  Modified:    docs     index.html
               docs/css site.css
               docs/site bugreport.html bylaws.html cvs-repositories.html
                        mailing-lists.html mission-statement.html news.html
                        who-we-are.html
               src/xdocs/site cvs-repositories.xml news.xml who-we-are.xml
               src/xdocs/stylesheets project.xml site.vsl
  Log:
  
  Started incubation of log4net, log4php, and log4cxx. Removed
  references to other projects.
  
  PR:
  Obtained from:
  Submitted by:	
  Reviewed by:	
  
  Revision  Changes    Path
  1.17      +4 -8      logging-site/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/index.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- index.html	26 Dec 2003 00:55:10 -0000	1.16
  +++ index.html	22 Jan 2004 20:49:59 -0000	1.17
  @@ -30,7 +30,7 @@
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  -            <table border="0" width="100%" cellspacing="0">
  +            <table id="main" border="0" cellspacing="0">
                   <!-- TOP IMAGE -->
                   <tr>
                             <td colspan="2">
  @@ -64,17 +64,13 @@
                 <tr >
          	 <td><strong>Projects</strong></td>
          </tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href=".">log4cxx  (in incubation)</a>
  -</small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href=".">log4cplus  (in incubation)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href=".">log4cxx</a>
   </small></td></tr>
                 	 <tr><td><small>&nbsp;&nbsp;    <a href="./log4j/docs">log4j</a>
   </small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href=".">log4net (in incubation)</a>
  -</small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href=".">log4php (in incubation)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href=".">log4net</a>
   </small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href=".">log4plsql (in process)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href=".">log4php</a>
   </small></td></tr>
                              <tr bgcolor="#999999">
          	   <td><html:img page="/images/space2.gif" height="1"></html:img></td>
  
  
  
  1.4       +6 -0      logging-site/docs/css/site.css
  
  Index: site.css
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/css/site.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- site.css	24 Dec 2003 11:48:55 -0000	1.3
  +++ site.css	22 Jan 2004 20:49:59 -0000	1.4
  @@ -38,3 +38,9 @@
     border-right: 1px solid #909090; 
     border-bottom: 1px solid #909090; 
   }
  +
  +table#main {
  +  max-width: 900;
  +  margin-left: 1em;
  +  margin-right: 1em;
  +}
  \ No newline at end of file
  
  
  
  1.10      +4 -8      logging-site/docs/site/bugreport.html
  
  Index: bugreport.html
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/site/bugreport.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- bugreport.html	24 Dec 2003 19:40:23 -0000	1.9
  +++ bugreport.html	22 Jan 2004 20:49:59 -0000	1.10
  @@ -29,7 +29,7 @@
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  -            <table border="0" width="100%" cellspacing="0">
  +            <table id="main" border="0" cellspacing="0">
                   <!-- TOP IMAGE -->
                   <tr>
                             <td colspan="2">
  @@ -63,17 +63,13 @@
                 <tr >
          	 <td><strong>Projects</strong></td>
          </tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cxx  (in incubation)</a>
  -</small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cplus  (in incubation)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cxx</a>
   </small></td></tr>
                 	 <tr><td><small>&nbsp;&nbsp;    <a href="../log4j/docs">log4j</a>
   </small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4net (in incubation)</a>
  -</small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4php (in incubation)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4net</a>
   </small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4plsql (in process)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4php</a>
   </small></td></tr>
                              <tr bgcolor="#999999">
          	   <td><html:img page="/images/space2.gif" height="1"></html:img></td>
  
  
  
  1.9       +4 -8      logging-site/docs/site/bylaws.html
  
  Index: bylaws.html
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/site/bylaws.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- bylaws.html	24 Dec 2003 19:40:23 -0000	1.8
  +++ bylaws.html	22 Jan 2004 20:49:59 -0000	1.9
  @@ -28,7 +28,7 @@
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  -            <table border="0" width="100%" cellspacing="0">
  +            <table id="main" border="0" cellspacing="0">
                   <!-- TOP IMAGE -->
                   <tr>
                             <td colspan="2">
  @@ -62,17 +62,13 @@
                 <tr >
          	 <td><strong>Projects</strong></td>
          </tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cxx  (in incubation)</a>
  -</small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cplus  (in incubation)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cxx</a>
   </small></td></tr>
                 	 <tr><td><small>&nbsp;&nbsp;    <a href="../log4j/docs">log4j</a>
   </small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4net (in incubation)</a>
  -</small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4php (in incubation)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4net</a>
   </small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4plsql (in process)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4php</a>
   </small></td></tr>
                              <tr bgcolor="#999999">
          	   <td><html:img page="/images/space2.gif" height="1"></html:img></td>
  
  
  
  1.5       +4 -12     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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- cvs-repositories.html	24 Dec 2003 19:40:23 -0000	1.4
  +++ cvs-repositories.html	22 Jan 2004 20:49:59 -0000	1.5
  @@ -29,7 +29,7 @@
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  -            <table border="0" width="100%" cellspacing="0">
  +            <table id="main" border="0" cellspacing="0">
                   <!-- TOP IMAGE -->
                   <tr>
                             <td colspan="2">
  @@ -63,17 +63,13 @@
                 <tr >
          	 <td><strong>Projects</strong></td>
          </tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cxx  (in incubation)</a>
  -</small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cplus  (in incubation)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cxx</a>
   </small></td></tr>
                 	 <tr><td><small>&nbsp;&nbsp;    <a href="../log4j/docs">log4j</a>
   </small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4net (in incubation)</a>
  -</small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4php (in incubation)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4net</a>
   </small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4plsql (in process)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4php</a>
   </small></td></tr>
                              <tr bgcolor="#999999">
          	   <td><html:img page="/images/space2.gif" height="1"></html:img></td>
  @@ -203,15 +199,11 @@
   </ul>
                                                   <p>Modules for the Incubated Projects</p>
                                                   <ul>
  -<li><a href="http://cvs.apache.org/viewcvs/logging-log4cplus/">
  -logging-log4cplus</a></li>
   <li><a href="http://cvs.apache.org/viewcvs/logging-log4cxx/">
   logging-log4cxx</a></li>
   <li><a href="http://cvs.apache.org/viewcvs/logging-log4net/">
   logging-log4net</a></li><li><a href="http://cvs.apache.org/viewcvs/logging-log4php/">
   logging-log4php</a></li>
  -<li><a href="http://cvs.apache.org/viewcvs/logging-log4plsql/">
  -logging-log4plsql</a></li>
   </ul>
                                                   <p>Releated Modules / Projects</p>
                                                   <ul>
  
  
  
  1.9       +4 -8      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mailing-lists.html	24 Dec 2003 19:40:23 -0000	1.8
  +++ mailing-lists.html	22 Jan 2004 20:49:59 -0000	1.9
  @@ -28,7 +28,7 @@
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  -            <table border="0" width="100%" cellspacing="0">
  +            <table id="main" border="0" cellspacing="0">
                   <!-- TOP IMAGE -->
                   <tr>
                             <td colspan="2">
  @@ -62,17 +62,13 @@
                 <tr >
          	 <td><strong>Projects</strong></td>
          </tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cxx  (in incubation)</a>
  -</small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cplus  (in incubation)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cxx</a>
   </small></td></tr>
                 	 <tr><td><small>&nbsp;&nbsp;    <a href="../log4j/docs">log4j</a>
   </small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4net (in incubation)</a>
  -</small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4php (in incubation)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4net</a>
   </small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4plsql (in process)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4php</a>
   </small></td></tr>
                              <tr bgcolor="#999999">
          	   <td><html:img page="/images/space2.gif" height="1"></html:img></td>
  
  
  
  1.8       +4 -8      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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- mission-statement.html	24 Dec 2003 19:40:23 -0000	1.7
  +++ mission-statement.html	22 Jan 2004 20:49:59 -0000	1.8
  @@ -28,7 +28,7 @@
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  -            <table border="0" width="100%" cellspacing="0">
  +            <table id="main" border="0" cellspacing="0">
                   <!-- TOP IMAGE -->
                   <tr>
                             <td colspan="2">
  @@ -62,17 +62,13 @@
                 <tr >
          	 <td><strong>Projects</strong></td>
          </tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cxx  (in incubation)</a>
  -</small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cplus  (in incubation)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cxx</a>
   </small></td></tr>
                 	 <tr><td><small>&nbsp;&nbsp;    <a href="../log4j/docs">log4j</a>
   </small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4net (in incubation)</a>
  -</small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4php (in incubation)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4net</a>
   </small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4plsql (in process)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4php</a>
   </small></td></tr>
                              <tr bgcolor="#999999">
          	   <td><html:img page="/images/space2.gif" height="1"></html:img></td>
  
  
  
  1.13      +16 -8     logging-site/docs/site/news.html
  
  Index: news.html
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/site/news.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- news.html	24 Dec 2003 19:40:23 -0000	1.12
  +++ news.html	22 Jan 2004 20:49:59 -0000	1.13
  @@ -29,7 +29,7 @@
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  -            <table border="0" width="100%" cellspacing="0">
  +            <table id="main" border="0" cellspacing="0">
                   <!-- TOP IMAGE -->
                   <tr>
                             <td colspan="2">
  @@ -63,17 +63,13 @@
                 <tr >
          	 <td><strong>Projects</strong></td>
          </tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cxx  (in incubation)</a>
  -</small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cplus  (in incubation)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cxx</a>
   </small></td></tr>
                 	 <tr><td><small>&nbsp;&nbsp;    <a href="../log4j/docs">log4j</a>
   </small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4net (in incubation)</a>
  -</small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4php (in incubation)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4net</a>
   </small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4plsql (in process)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4php</a>
   </small></td></tr>
                              <tr bgcolor="#999999">
          	   <td><html:img page="/images/space2.gif" height="1"></html:img></td>
  @@ -116,6 +112,18 @@
         <tr><td>
           <blockquote>
                                       <a name="20031217">
  +<h3>22nd of January 2004 - Logging Services PMC has voted for the
  +adoption of log4cxx, log4net and log4php</h3>
  +
  + <p>The Logging Services PMC has voted for the incubation of the
  + log4cxx, log4net and log4php projects. These votes pave the vote for
  + their migration into Apache Logging Services.
  + </p>
  +
  + <p>We heartily welcome the new projects.</p>
  +</a>
  +                                                <hr noshade="noshade" size="1" />
  +                                                <a name="20031217">
   <h3>17th December 2003 - Creation of the Logging Services Project</h3> 
   
    <p>The Board of Directors of the Apache Software foundation voted
  
  
  
  1.10      +9 -13     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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- who-we-are.html	6 Jan 2004 12:22:37 -0000	1.9
  +++ who-we-are.html	22 Jan 2004 20:49:59 -0000	1.10
  @@ -28,7 +28,7 @@
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  -            <table border="0" width="100%" cellspacing="0">
  +            <table id="main" border="0" cellspacing="0">
                   <!-- TOP IMAGE -->
                   <tr>
                             <td colspan="2">
  @@ -62,17 +62,13 @@
                 <tr >
          	 <td><strong>Projects</strong></td>
          </tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cxx  (in incubation)</a>
  -</small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cplus  (in incubation)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4cxx</a>
   </small></td></tr>
                 	 <tr><td><small>&nbsp;&nbsp;    <a href="../log4j/docs">log4j</a>
   </small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4net (in incubation)</a>
  -</small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4php (in incubation)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4net</a>
   </small></td></tr>
  -              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4plsql (in process)</a>
  +              	 <tr><td><small>&nbsp;&nbsp;    <a href="..">log4php</a>
   </small></td></tr>
                              <tr bgcolor="#999999">
          	   <td><html:img page="/images/space2.gif" height="1"></html:img></td>
  @@ -126,12 +122,12 @@
     <li><b>Ceki G�lc�</b> 
   
       <table>
  -    <tr><td> <p>Ceki serves the chairman of the Logging Services
  +    <tr><td> <p>Ceki serves as the chairman of the Logging Services
       project. He is the founder the log4j project which continues to
  -    take much of his time. He enjoys writing software altough he is
  -    discovering that it is far more difficult than what it seems
  -    initially. Ceki works for <a href="http://www.qos.ch">QOS.ch</a>,
  -    an IT services company based in Lausanne, Switzerland. </p></td>
  +    take much of his time. He very much enjoys writing software,
  +    altough he is discovering that it is far more difficult than what
  +    it might seem initially. Ceki works for <a href="http://www.qos.ch">QOS.ch</a>, an IT services company based
  +    in Lausanne, Switzerland. </p></td>
       
      <td><img src="../images/ceki-72x101.gif" /></td>
       </tr>
  
  
  
  1.4       +0 -4      logging-site/src/xdocs/site/cvs-repositories.xml
  
  Index: cvs-repositories.xml
  ===================================================================
  RCS file: /home/cvs/logging-site/src/xdocs/site/cvs-repositories.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cvs-repositories.xml	24 Dec 2003 17:43:27 -0000	1.3
  +++ cvs-repositories.xml	22 Jan 2004 20:49:59 -0000	1.4
  @@ -57,16 +57,12 @@
   <p>Modules for the Incubated Projects</p>
   
   <ul>
  -<li><a href="http://cvs.apache.org/viewcvs/logging-log4cplus/">
  -logging-log4cplus</a></li>
   <li><a href="http://cvs.apache.org/viewcvs/logging-log4cxx/">
   logging-log4cxx</a></li>
   <li><a href="http://cvs.apache.org/viewcvs/logging-log4net/">
   logging-log4net</a></li
   ><li><a href="http://cvs.apache.org/viewcvs/logging-log4php/">
   logging-log4php</a></li>
  -<li><a href="http://cvs.apache.org/viewcvs/logging-log4plsql/">
  -logging-log4plsql</a></li>
   </ul>
   
   <p>Releated Modules / Projects</p>
  
  
  
  1.3       +14 -0     logging-site/src/xdocs/site/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/logging-site/src/xdocs/site/news.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- news.xml	23 Dec 2003 17:18:01 -0000	1.2
  +++ news.xml	22 Jan 2004 20:49:59 -0000	1.3
  @@ -12,6 +12,20 @@
   <section name="News &amp; Status">
   
   <a name="20031217">
  +<h3>22nd of January 2004 - Logging Services PMC has voted for the
  +adoption of log4cxx, log4net and log4php</h3>
  +
  + <p>The Logging Services PMC has voted for the incubation of the
  + log4cxx, log4net and log4php projects. These votes pave the vote for
  + their migration into Apache Logging Services.
  + </p>
  +
  + <p>We heartily welcome the new projects.</p>
  +</a>
  +
  +<hr noshade="noshade" size="1"/>
  +
  +<a name="20031217">
   <h3>17th December 2003 - Creation of the Logging Services Project</h3> 
   
    <p>The Board of Directors of the Apache Software foundation voted
  
  
  
  1.7       +6 -5      logging-site/src/xdocs/site/who-we-are.xml
  
  Index: who-we-are.xml
  ===================================================================
  RCS file: /home/cvs/logging-site/src/xdocs/site/who-we-are.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- who-we-are.xml	6 Jan 2004 12:22:37 -0000	1.6
  +++ who-we-are.xml	22 Jan 2004 20:49:59 -0000	1.7
  @@ -39,12 +39,13 @@
     <li><b>Ceki G&#252;lc&#252;</b> 
   
       <table>
  -    <tr><td> <p>Ceki serves the chairman of the Logging Services
  +    <tr><td> <p>Ceki serves as the chairman of the Logging Services
       project. He is the founder the log4j project which continues to
  -    take much of his time. He enjoys writing software altough he is
  -    discovering that it is far more difficult than what it seems
  -    initially. Ceki works for <a href="http://www.qos.ch">QOS.ch</a>,
  -    an IT services company based in Lausanne, Switzerland. </p></td>
  +    take much of his time. He very much enjoys writing software,
  +    altough he is discovering that it is far more difficult than what
  +    it might seem initially. Ceki works for <a
  +    href="http://www.qos.ch">QOS.ch</a>, an IT services company based
  +    in Lausanne, Switzerland. </p></td>
       
      <td><img src="../images/ceki-72x101.gif"></img></td>
       </tr>
  
  
  
  1.9       +3 -5      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml	24 Dec 2003 19:40:24 -0000	1.8
  +++ project.xml	22 Jan 2004 20:49:59 -0000	1.9
  @@ -13,12 +13,10 @@
       </menu>
   
      <menu name="Projects">
  -     <item name="log4cxx  (in incubation)"   href=""/>
  -     <item name="log4cplus  (in incubation)"   href=""/>
  +     <item name="log4cxx"   href=""/>
        <item name="log4j"   href="/log4j/docs"/>
  -     <item name="log4net (in incubation)"   href=""/>
  -     <item name="log4php (in incubation)"   href=""/>
  -     <item name="log4plsql (in process)"   href="" />
  +     <item name="log4net"   href=""/>
  +     <item name="log4php"   href=""/>
      </menu>
   
   
  
  
  
  1.7       +1 -1      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- site.vsl	24 Dec 2003 11:48:55 -0000	1.6
  +++ site.vsl	22 Jan 2004 20:49:59 -0000	1.7
  @@ -296,7 +296,7 @@
           </head>
   
           <body bgcolor="$bodybg" text="$bodyfg" link="$bodylink">        
  -            <table border="0" width="100%" cellspacing="0">
  +            <table id="main" border="0" cellspacing="0">
                   <!-- TOP IMAGE -->
                   <tr>
                       #getProjectImage()