some improvements in the docs.
[utils] / support / general / src / site / xdoc / index.xml
index b63bf29b625eb177259ba592c93d4b4d29bfb44d..3406913ebd24eee94045136aa80d6ceca2e31f10 100644 (file)
@@ -4,13 +4,23 @@
   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
   
   <properties>
-    <title>Support/General overview</title>
+    <title>overview</title>
     <author email="erik@brakkee.org">Erik Brakkee</author>
   </properties>
   <body>
     <section name="Introduction">
       <p>The general support library contains various smaller utilities that
-         can be useful for any java project. </p>
+         can be useful for any java project. 
+      </p>
+      <p>
+        The purpose of this documentation is threefold: 
+      </p>
+      <ul>
+        <li>To allow others and myself to use this library.</li>
+        <li>To document the current state of development (some parts may be deprecated because of
+          other evolutions in technology).</li>
+        <li>To allow extension of the library.</li>
+      </ul>
     </section>
   </body>
 </document>