--- /dev/null
+<?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>