
Author: seb Date: Thu Aug 10 11:14:33 2006 New Revision: 447 Modified: logback/trunk/logback-site/src/site/xdocTemplates/bugreport.xml logback/trunk/logback-site/src/site/xdocTemplates/license.xml logback/trunk/logback-site/src/site/xdocTemplates/news.xml logback/trunk/logback-site/src/site/xdocTemplates/repos.xml Log: - added bugzilla link on bugreport.xml - modified links in repos.xml - minor other changes Modified: logback/trunk/logback-site/src/site/xdocTemplates/bugreport.xml ============================================================================== --- logback/trunk/logback-site/src/site/xdocTemplates/bugreport.xml (original) +++ logback/trunk/logback-site/src/site/xdocTemplates/bugreport.xml Thu Aug 10 11:14:33 2006 @@ -2,11 +2,10 @@ <document> <body> -<h2>Bug reporting -</h2> +<h2>Bug reporting</h2> - -<p>No bug tracking system is defined yet. Please check back at a later date.</p> +<p>The logback project uses a bugzilla based management system to track bugs.</p> +<p>You can report and follow logback bugs by following <a href="http://bugzilla.qos.ch/">this link</a>.</p> Modified: logback/trunk/logback-site/src/site/xdocTemplates/license.xml ============================================================================== --- logback/trunk/logback-site/src/site/xdocTemplates/license.xml (original) +++ logback/trunk/logback-site/src/site/xdocTemplates/license.xml Thu Aug 10 11:14:33 2006 @@ -8,32 +8,29 @@ <body> - <div class="section"> - <h2>Logback License</h2> - </div> + <div class="section"> + <h2>Logback License</h2> + </div> + + <p> + Logback source code and binaries are distributed under the + <a href="http://www.gnu.org/licenses/lgpl.html"> + GNU Lesser General Public License + </a> + as published by the Free Software Foundation. + </p> + <div class="source"> <p> - Logback source code and binaries are distributed - under the - <a href="http://www.gnu.org/licenses/lgpl.html"> - GNU Lesser General Public License - </a> - as published by the Free Software Foundation. +Logback: the reliable, generic, fast and flexible logging library for Java. + <br /> +Copyright (C) 2000-2006, QOS.ch + <br /> +This library is free software, you can redistribute it and/or modify it +under the terms of the GNU Lesser General Public License as +published by the Free Software Foundation. </p> - - <div class="source"> - <p> -Logback: the reliable, generic, fast and flexible -logging library for Java.<br/> - -Copyright (C) 2000-2006, QOS.ch <br/> - -This library is free software, you can redistribute it -and/or modify it under the terms of the GNU Lesser -General Public License as published by the Free Software -Foundation. - </p> - </div> + </div> </body> Modified: logback/trunk/logback-site/src/site/xdocTemplates/news.xml ============================================================================== --- logback/trunk/logback-site/src/site/xdocTemplates/news.xml (original) +++ logback/trunk/logback-site/src/site/xdocTemplates/news.xml Thu Aug 10 11:14:33 2006 @@ -18,7 +18,7 @@ </p> <p> The archives containing source code and binaries of all - modules are downloadable from the corresponding download + modules are downloadable from the download pages. </p> Modified: logback/trunk/logback-site/src/site/xdocTemplates/repos.xml ============================================================================== --- logback/trunk/logback-site/src/site/xdocTemplates/repos.xml (original) +++ logback/trunk/logback-site/src/site/xdocTemplates/repos.xml Thu Aug 10 11:14:33 2006 @@ -40,18 +40,8 @@ Subversion or go straight to the public repositories at: </p> <p> - <a href="http://svn.qos.ch/viewcvs/logback/core/trunk"> - Logback core SVN Repository - </a> - </p> - <p> - <a href="http://svn.qos.ch/viewcvs/logback/classic/trunk"> - Logback classic SVN Repository - </a> - </p> - <p> - <a href="http://svn.qos.ch/viewcvs/logback/access/trunk"> - Logback access SVN Repository + <a href="http://svn.qos.ch/viewcvs/logback/trunk/"> + Logback SVN Repository </a> </p> @@ -61,15 +51,20 @@ <p> To access the Subversion repositories anonymously, you will need a Subversion client. - - To check out one of the logback project modules, issue one of the following commands: </p> + + <p>You can check out the entire logback project by using this command:</p> + + <div class="source">svn co http://svn.qos.ch/repos/logback/trunk/</div> + + <p>If you prefer to check out only one of the logback project modules, make your choice:</p> - <div class="source">svn co http://svn.qos.ch/repos/logback/core/trunk</div> + <div class="source">svn co http://svn.qos.ch/repos/logback/trunk/logback-core</div> - <div class="source">svn co http://svn.qos.ch/repos/logback/classic/trunk</div> + <div class="source">svn co http://svn.qos.ch/repos/logback/trunk/logback-classic</div> - <div class="source">svn co http://svn.qos.ch/repos/logback/access/trunk</div> + <div class="source">svn co http://svn.qos.ch/repos/logback/trunk/logback-access</div> + <div class="section"> <p>