[LOGBack-dev] svn commit: r169 - in logback/classic/trunk/src/site: . xdocTemplates
noreply.seb at qos.ch
noreply.seb at qos.ch
Thu Jul 20 11:13:03 CEST 2006
Author: seb
Date: Thu Jul 20 11:13:02 2006
New Revision: 169
Added:
logback/classic/trunk/src/site/xdocTemplates/documentation.xml
Modified:
logback/classic/trunk/src/site/site.xml
Log:
added a documentation page, linking to the javadoc.
Modified: logback/classic/trunk/src/site/site.xml
==============================================================================
--- logback/classic/trunk/src/site/site.xml (original)
+++ logback/classic/trunk/src/site/site.xml Thu Jul 20 11:13:02 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>
Added: logback/classic/trunk/src/site/xdocTemplates/documentation.xml
==============================================================================
--- (empty file)
+++ logback/classic/trunk/src/site/xdocTemplates/documentation.xml Thu Jul 20 11:13:02 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
More information about the logback-dev
mailing list