
Author: seb Date: Tue Jul 18 14:39:33 2006 New Revision: 116 Added: logback/access/trunk/src/site/ logback/access/trunk/src/site/resources/ logback/access/trunk/src/site/resources/images/ logback/access/trunk/src/site/resources/images/lblogo.jpg (contents, props changed) logback/access/trunk/src/site/site.xml logback/access/trunk/src/site/xdocTemplates/ logback/access/trunk/src/site/xdocTemplates/download.xml logback/access/trunk/src/site/xdocTemplates/license.xml logback/access/trunk/src/site/xdocTemplates/repos.xml Log: first working version of Access website Added: logback/access/trunk/src/site/resources/images/lblogo.jpg ============================================================================== Binary file. No diff available. Added: logback/access/trunk/src/site/site.xml ============================================================================== --- (empty file) +++ logback/access/trunk/src/site/site.xml Tue Jul 18 14:39:33 2006 @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<project name="LOGBack Access Module"> + + <!-- skin> + <groupId>org.apache.maven</groupId> + <artifactId>maven-classic-skin</artifactId> + <version>1.0</version> + </skin --> + + <publishDate position="navigation-bottom" format="dd-MM-yyyy"/> + + <bannerLeft> + <name>${project.name}</name> + <src>/images/lblogo.jpg</src> + </bannerLeft> + <!-- bannerRight> + <src>/images/lblogo.jpg</src> + </bannerRight --> + <body> + <links> + <item name="LOGBack Home" href="http://logback.qos.ch/" /> + <item name="Core Module" href="http://logback.qos.ch/core/"/> + <item name="Classic Module" href="http://logback.qos.ch/classic/"/> + </links> + + <menu name="${project.name}"> + <item name="Introduction" href="index.html"/> + <item name="Download" href="download.html" /> + <item name="License" href="license.html" /> + <item name="JavaDoc" href="apidocs/index.html" /> + <item name="Repository" href="repos.html"/> + </menu> + + </body> +</project> \ No newline at end of file Added: logback/access/trunk/src/site/xdocTemplates/download.xml ============================================================================== --- (empty file) +++ logback/access/trunk/src/site/xdocTemplates/download.xml Tue Jul 18 14:39:33 2006 @@ -0,0 +1,28 @@ +<?xml version="1.0"?> +<document> + + <properties> + <author email="ceki at qos ddoott ch ">Ceki Gulcu</author> + <title>${pom.name} download</title> + </properties> + + <body> + + <div id="contentBox"> + <div class="section"> + <h2>Download links</h2> + </div> + + <p>${pom.name} can be downloaded in two formats:</p> + + <p> + <a href="LOGBackAccess-${pom.version}-src.zip">LOGBackAccess-${pom.version}-src.zip</a> + </p> + + <p> + <a href="LOGBackAccess-${pom.version}-src.tar.gz">LOGBackAccess-${pom.version}-src.tar.gz</a> + </p> + + </div> + </body> +</document> \ No newline at end of file Added: logback/access/trunk/src/site/xdocTemplates/license.xml ============================================================================== --- (empty file) +++ logback/access/trunk/src/site/xdocTemplates/license.xml Tue Jul 18 14:39:33 2006 @@ -0,0 +1,40 @@ +<?xml version="1.0"?> +<document> + + <properties> + <author email="ceki at qos ddoott ch ">Ceki Gulcu</author> + <title>${pom.name} License</title> + </properties> + + <body> + <div id="contentBox"> + <div class="section"> + <h2>${pom.name} License</h2> + </div> + + <p> + ${pom.name} 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> + + <p class="source"> + LOGBack: the generic, reliable, fast and flexible + logging library for Java. + + Copyright (C) 2000-2005, QOS.ch + + 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> + + </body> +</document> \ No newline at end of file Added: logback/access/trunk/src/site/xdocTemplates/repos.xml ============================================================================== --- (empty file) +++ logback/access/trunk/src/site/xdocTemplates/repos.xml Tue Jul 18 14:39:33 2006 @@ -0,0 +1,68 @@ +<?xml version="1.0"?> +<document> + + <properties> + <author email="ceki at qos ddoott ch ">Ceki Gulcu</author> + <title>${pom.name} download</title> + </properties> + + <body> + + <div id="contentBox"> + <div class="section"> + <h2>Repository</h2> + </div> + + <p> + ${pom.name} developers live in different + countries throughout the world. To enable them to work + together, we keep the source code in revision control + systems called Subversion. Developers have write access + to the Subversion repository, enabling them to make + changes to the source code. Everyone has read access to + the repositories, so you may download the most + up-to-date development version of the software. Note + that the latest version in the Subversion repository + many not work as expected, it may not even compile + properly. If you are looking for a stable release of the + source code, you should download an official + distribution instead of the latest version in the + Subversion repositories. + + There are several ways to access the Subversion + repositories: + </p> + + <div class="section"> + <h2>Web Access</h2> + </div> + <p> + If you just wish to browse around or download a few + individual files, the best tool is the web-based ViewCVS + interface for CVS repositories and ViewCVS interface for + Subversion or go straight to the public repositories at: + </p> + <p> + <a href="${pom.scm.connection}"> + ${pom.name} SVN Repository + </a> + </p> + + + <div class="section"> + <h2>Checking out a read-only copy</h2> + </div> + <p> + To access the Subversion repositories anonymously, you + will need a Subversion client. + + To check out the ${pom.name}, issue the following + command: + </p> + + <div class="source"> + svn co ${pom.scm.developerConnection} + </div> + </div> + </body> +</document> \ No newline at end of file