updated to the 2.0 xdoc schema
[utils] / support / general / src / site / xdoc / userguide.xml
index 164d8565260e63843173790e35d84689e82cae72..324039fe1e7a93619f724b8785a3911f5f0d4d54 100644 (file)
@@ -1,26 +1,40 @@
 <?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 Userguide</title>
     <author email="erik@brakkee.org">Erik Brakkee</author>
   </properties>
   <body>
-    <section name="Caching">
-      <p>See the <a
-          href="http://utils.wamblee.org/support/general/apidocs/org/wamblee/cache/package-summary.html"
-          >Package Javadoc</a></p>
+    <section name="Overview">
+      <p>Utilities are available in the following areas:</p>
+      <ul>
+        <li>Caching</li>
+        <li>Conditions</li>
+        <li>Collections</li>
+        <li>Concurrency</li>
+        <li>General: TODO Rename to IOC</li>
+        <li>io</li>
+        <li>observer</li>
+        <li>persistence</li>
+        <li>reflection</li>
+        <li>xml</li>
+      </ul>
     </section>
-    <section name="Main Area 1">
-      <subsection name="Example 1"> </subsection>
-      <subsection name="Example 2"> </subsection>
-    </section>
-
 
     <section name="Maven POM configuration">
-      <p>To be done.</p>
+      <table>
+        <tr>
+          <th>groupId</th>
+          <th>artifactId</th>
+        </tr>
+        <tr>
+          <td>org.wamblee</td>
+          <td>wamblee-support-general</td>
+        </tr>
+      </table>
     </section>
 
   </body>