bcd2b4f6f9d2c062de7007fac9035e0e086570a3
[utils] / src / site / xdoc / developers.xml
1 <?xml version="1.0"?>
2 <document xmlns="http://maven.apache.org/XDOC/2.0"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
5
6   <properties>
7     <title>developers</title>
8     <author email="erik@brakkee.org">Erik Brakkee</author>
9   </properties>
10   <body>
11     <section name="Using">
12       <p> The library is available through the central maven repository with group id
13           <code>org.wamblee</code> and artifact ids of the form
14           <code>wamblee-utils-</code><em>suffix</em>. The documentation for each component of the
15         utilities library describes which artifact id should be used. </p>
16     </section>
17
18     <section name="GIT access">
19       <p>Anonymous git access is at
20           <code>https://wamblee.org/git/public/utils</code></p>
21       <p>Browse the repository at <a
22           href="https://wamblee.org/gitweb/utils">https://wamblee.org/gitweb/utils</a>
23       </p>
24     </section>
25     
26     <section name="Mailing list">
27       <p>The mailing list is <a href="mailto:utils@wamblee.org">utils@wamblee.org</a>.</p>
28       <p>To subscribe to the mailing list, please visit the <a
29         href="http://wamblee.org/mailman/listinfo/utils">list page</a></p>
30       <p>There is also a <a href="http://wamblee.org/pipermail/utils/">list archive</a></p>.
31       
32     </section>
33
34   </body>
35 </document>