svn commit: r168 - in logback/core/trunk/src/site: . xdocTemplates

Author: seb Date: Thu Jul 20 11:13:00 2006 New Revision: 168 Added: logback/core/trunk/src/site/xdocTemplates/documentation.xml Modified: logback/core/trunk/src/site/site.xml Log: added a documentation page, linking to the javadoc. Modified: logback/core/trunk/src/site/site.xml ============================================================================== --- logback/core/trunk/src/site/site.xml (original) +++ logback/core/trunk/src/site/site.xml Thu Jul 20 11:13:00 2006 @@ -27,7 +27,7 @@ <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="Documentation" href="documentation.html" /> <item name="Repository" href="repos.html"/> </menu> </body> Added: logback/core/trunk/src/site/xdocTemplates/documentation.xml ============================================================================== --- (empty file) +++ logback/core/trunk/src/site/xdocTemplates/documentation.xml Thu Jul 20 11:13:00 2006 @@ -0,0 +1,34 @@ +<?xml version="1.0"?> +<document> + + <properties> + <author email="ceki at qos ddoott ch ">Ceki Gulcu</author> + <title>${pom.name} Docs</title> + </properties> + + <body> + + <div class="section"> + <h2>Documentation</h2> + </div> + + <p> + Here are some documents about ${pom.name}. + </p> + <p> + This section is pretty light at the moment, but will grow with the developping + of ${pom.name}. + </p> + + <h3>Javadoc</h3> + <p> + If you just wish to browse around the javadocs, you can follow this link: + </p> + <p> + <a href="apidocs/index.html"> + ${pom.name} Javadoc + </a> + </p> + + </body> +</document> \ No newline at end of file
participants (1)
-
noreply.seb@qos.ch