(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sun, 30 May 2010 16:51:43 +0000 (16:51 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 30 May 2010 16:51:43 +0000 (16:51 +0000)
src/site/site.xml [new file with mode: 0644]
src/site/xdoc/index.xml [new file with mode: 0644]

diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644 (file)
index 0000000..4a5c546
--- /dev/null
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Home Network Evolution">
+  <bannerLeft>
+    <name>Utils</name>
+    <!-- src>http://maven.apache.org/images/apache-maven-project.png</src>
+    <href>http://maven.apache.org/</href -->
+  </bannerLeft>
+  <!-- bannerRight>
+    <src>http://maven.apache.org/images/maven-small.gif</src>
+  </bannerRight -->
+  <body>
+    <links>
+      <item name="utilities library" href="http://utils.wamblee.org/"/>
+    </links>
+    
+    <menu name="Info">
+      <item name="javadoc" href="apidocs/index.html"/>
+    </menu>
+
+    <menu name="Components">
+      <item name="Support" href="http://utils.wamblee.org/support/index.html"/>
+      <item name="Security" href="http://utils.wamblee.org/security/index.html"/>
+      <item name="Test/Enterprise" href="http://utils.wamblee.org/test/enterprise/index.html"/>
+    </menu>
+  </body>
+</project>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
new file mode 100644 (file)
index 0000000..c386a68
--- /dev/null
@@ -0,0 +1,20 @@
+<?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>
+  <properties>
+    <title>Utilities library overview</title>
+    <author email="erik@brakkee.org">Erik Brakkee</author>
+  </properties>
+  <body>
+    <section name="Introduction">
+      <p>
+        The utilities library consists of software to support development of 
+        Java and in particular Java EE applications.
+        See the links on the left side for information about various
+        components of the utilities library. 
+      </p>
+    </section>
+  </body>
+</document>