some improvements in the docs.
[utils] / support / general / src / site / xdoc / index.xml
index 7e07f9b4db2a6db2df34b20da4d88dbc8fed7b73..3406913ebd24eee94045136aa80d6ceca2e31f10 100644 (file)
@@ -1,15 +1,26 @@
 <?xml version="1.0"?>
-<!DOCTYPE document PUBLIC
-  "-//Apache Software Foundation//DTD XDOC 1.0//EN"
-  "http://maven.apache.org/dtd/xdoc_1_0.dtd">
-<document>
+<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>Support/General overview</title>
+    <title>overview</title>
     <author email="erik@brakkee.org">Erik Brakkee</author>
   </properties>
   <body>
     <section name="Introduction">
-      <p>Description to be added.</p>
+      <p>The general support library contains various smaller utilities that
+         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>