(no commit message)
authorErik Brakkee <erik@brakkee.org>
Mon, 21 Jun 2010 18:33:38 +0000 (18:33 +0000)
committerErik Brakkee <erik@brakkee.org>
Mon, 21 Jun 2010 18:33:38 +0000 (18:33 +0000)
src/site/site.xml
src/site/xdoc/developers.xml [new file with mode: 0644]

index 740c31a5d4f589d5cc1f16f8a45f9c8f75a1c3f6..7805625b068dc0a07e69bc369017eb21a292ea45 100644 (file)
@@ -16,6 +16,7 @@
 
     <menu name="info">
       <item name="overview" href="index.html"/>
+      <item name="developers" href="developers.html"/>
       <item name="javadoc" href="apidocs/index.html"/>
     </menu>
 
diff --git a/src/site/xdoc/developers.xml b/src/site/xdoc/developers.xml
new file mode 100644 (file)
index 0000000..83eac32
--- /dev/null
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+
+  <properties>
+    <title>developers</title>
+    <author email="erik@brakkee.org">Erik Brakkee</author>
+  </properties>
+  <body>
+    <section name="Using">
+      <p> The library is available through the central maven repository with group id
+          <code>org.wamblee</code> and artifact ids of the form
+          <code>wamblee-utils-</code><em>suffix</em>. The documentation for each component of the
+        utilities library describes which artifact id should be used. </p>
+    </section>
+
+    <section name="Subversion access">
+      <p>Anonymous subversion access is at <a href="https://wamblee.org/svn/public/utils"
+          >https://wamblee.org/svn/public/utils</a></p>
+      <p>More user-friendly access through a browser is at <a
+          href="https://wamblee.org/viewvc/utils">https://wamblee.org/viewvc/utils</a>
+      </p>
+    </section>
+    
+    <section name="Mailing list">
+      <p>The mailing list is <a href="mailto:utils@wamblee.org">utils@wamblee.org</a>.</p>
+      <p>To subscribe to the mailing list, please visit the <a
+        href="http://wamblee.org/mailman/listinfo/utils">list page</a></p>
+      <p>There is also a <a href="http://wamblee.org/pipermail/utils/">list archive</a></p>.
+      
+    </section>
+
+  </body>
+</document>