some improvements in the docs.
[utils] / support / general / src / site / xdoc / index.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>overview</title>
8     <author email="erik@brakkee.org">Erik Brakkee</author>
9   </properties>
10   <body>
11     <section name="Introduction">
12       <p>The general support library contains various smaller utilities that
13          can be useful for any java project. 
14       </p>
15       <p>
16         The purpose of this documentation is threefold: 
17       </p>
18       <ul>
19         <li>To allow others and myself to use this library.</li>
20         <li>To document the current state of development (some parts may be deprecated because of
21           other evolutions in technology).</li>
22         <li>To allow extension of the library.</li>
23       </ul>
24     </section>
25   </body>
26 </document>