svn commit: r322 - in logback/topLevel/trunk: . src/site/xdocTemplates

Author: seb Date: Wed Jul 26 15:25:35 2006 New Revision: 322 Modified: logback/topLevel/trunk/pom.xml logback/topLevel/trunk/src/site/xdocTemplates/download.xml logback/topLevel/trunk/src/site/xdocTemplates/index.xml logback/topLevel/trunk/src/site/xdocTemplates/mailinglist.xml logback/topLevel/trunk/src/site/xdocTemplates/news.xml Log: corrected the way of writting logback in the top level site, from LOGBack to Logback or logback Modified: logback/topLevel/trunk/pom.xml ============================================================================== --- logback/topLevel/trunk/pom.xml (original) +++ logback/topLevel/trunk/pom.xml Wed Jul 26 15:25:35 2006 @@ -9,7 +9,7 @@ <artifactId>lb-topLevel</artifactId> <packaging>jar</packaging> <version>0.1-SNAPSHOT</version> - <name>LOGBack Main</name> + <name>Logback Main</name> <url>http://logback.qos.ch</url> Modified: logback/topLevel/trunk/src/site/xdocTemplates/download.xml ============================================================================== --- logback/topLevel/trunk/src/site/xdocTemplates/download.xml (original) +++ logback/topLevel/trunk/src/site/xdocTemplates/download.xml Wed Jul 26 15:25:35 2006 @@ -10,7 +10,7 @@ <h2>Download links</h2> <p> - LOGBack Modules can be downloaded by visiting their specific + Logback Modules can be downloaded by visiting their specific download pages: </p> Modified: logback/topLevel/trunk/src/site/xdocTemplates/index.xml ============================================================================== --- logback/topLevel/trunk/src/site/xdocTemplates/index.xml (original) +++ logback/topLevel/trunk/src/site/xdocTemplates/index.xml Wed Jul 26 15:25:35 2006 @@ -9,28 +9,28 @@ <body> - <h2>LOGBack Project</h2> + <h2>Logback Project</h2> <p> - LOGBack is intended as a successor to the popular log4j + Logback is intended as a successor to the popular log4j project. It was also designed by Ceki Gülc�, the founder of the log4j project. It builds upon exerience gained in building industrial-strength logging systems going back as far as 1999. </p> <p> - LOGBack's basic architecture is sufficiently generic so as + Logback's basic architecture is sufficiently generic so as to apply under different circumstances. At present time, - LOGBack is divided into three modules, Core, Classic and + logback is divided into three modules, Core, Classic and Access. </p> <p> The Core module lays the groundwork for the other two modules. The Classic module can be assimilated to an - improved version of log4j. LOGBack Classic natively + improved version of log4j. Logback Classic natively implements the <a href="http://www.slf4j.org">SLF4J API</a> so that you can readily switch back and forth between - LOGBack and other logging systems such as log4j or JDK14 + logback and other logging systems such as log4j or JDK14 Logging. The Access module integrates with Servlet containers to Modified: logback/topLevel/trunk/src/site/xdocTemplates/mailinglist.xml ============================================================================== --- logback/topLevel/trunk/src/site/xdocTemplates/mailinglist.xml (original) +++ logback/topLevel/trunk/src/site/xdocTemplates/mailinglist.xml Wed Jul 26 15:25:35 2006 @@ -44,7 +44,7 @@ <th>Archive</th> </tr> <tr class="b"> - <td>LOGBack Announce List</td> + <td>Logback Announce List</td> <td> <a href="http://qos.ch/mailman/listinfo/logback-announce"> @@ -68,7 +68,7 @@ </td> </tr> <tr class="a"> - <td>LOGBack User List</td> + <td>Logback User List</td> <td> <a href="http://qos.ch/mailman/listinfo/logback-user"> @@ -92,7 +92,7 @@ </td> </tr> <tr class="b"> - <td>LOGBack Dev List</td> + <td>Logback Dev List</td> <td> <a href="http://qos.ch/mailman/listinfo/logback-dev"> Modified: logback/topLevel/trunk/src/site/xdocTemplates/news.xml ============================================================================== --- logback/topLevel/trunk/src/site/xdocTemplates/news.xml (original) +++ logback/topLevel/trunk/src/site/xdocTemplates/news.xml Wed Jul 26 15:25:35 2006 @@ -7,13 +7,13 @@ </properties> <body> - <h2>LOGBack News</h2> + <h2>Logback News</h2> <p>Here are the last news about the project.</p> - <h3>July xxth, 2006 - 0.1 version available</h3> + <h3>July 26th, 2006 - 0.1 version available</h3> <p> - A first 0.1 version of all three modules of LOGBack + A first 0.1 version of all three modules of logback is now available. </p> <p> @@ -24,9 +24,9 @@ <hr width="50%" align="center" /> - <h3>February 9th, 2006 - LOGBack web-site goes live</h3> + <h3>February 9th, 2006 - Logback web-site goes live</h3> <p> - The LOGBack web-site goes live on the 9th of February. At + The logback web-site goes live on the 9th of February. At its present state, it is pretty primitive but updates will follow. </p>
participants (1)
-
noreply.seb@qos.ch