From: Erik Brakkee <erik@brakkee.org>
Date: Sun, 6 Jun 2010 18:14:29 +0000 (+0000)
Subject: site improvements.
X-Git-Tag: wamblee-utils-0.7~434
X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=244aedc4ed6c20013a78792cc17efba763dec0ce;p=utils

site improvements.
---

diff --git a/pom.xml b/pom.xml
index 7349f9f2..f9bc751d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -441,7 +441,7 @@
             <plugins>
                 <plugin>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>2.1</version>
+                    <version>2.1.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>
diff --git a/security/usermgt/pom.xml b/security/usermgt/pom.xml
index 9247fc0a..bfc89d5a 100644
--- a/security/usermgt/pom.xml
+++ b/security/usermgt/pom.xml
@@ -36,7 +36,7 @@
   <distributionManagement>
     <site>
       <id>test-enterprise-site</id>
-      <url>file:${distrib}/security</url>
+      <url>file:${distrib}/security/usermgt</url>
     </site>
   </distributionManagement>
 
diff --git a/security/usermgt/src/site/site.xml b/security/usermgt/src/site/site.xml
index 12966adb..746bc12a 100644
--- a/security/usermgt/src/site/site.xml
+++ b/security/usermgt/src/site/site.xml
@@ -1,16 +1,13 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="Home Network Evolution">
-  <bannerLeft>
-    <name>Security</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 -->
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
+ name="Home Network Evolution">
+
   <body>
     <links>
       <item name="utilities library" href="http://utils.wamblee.org/"/>
+      <item name="Support/General" href="http://utils.wamblee.org/security/usermgt/index.html"/>
     </links>
 
     <menu name="Security">
diff --git a/src/site/site.xml b/src/site/site.xml
index 59ec5b0e..45c93287 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -1,13 +1,8 @@
 <?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 -->
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
+  name="Utilities Library">
   <body>
     <links>
       <item name="utilities library" href="http://utils.wamblee.org/"/>
@@ -16,15 +11,15 @@
     <menu name="Info">
       <item name="javadoc" href="apidocs/index.html"/>
     </menu>
-    
+
     <menu name="Support">
       <item name="General" href="http://utils.wamblee.org/support/general/index.html"/>
     </menu>
-    
+
     <menu name="Security">
-      <item name="Usermgt" href="http://utils.wamblee.org/security/index.html"/>
+      <item name="Usermgt" href="http://utils.wamblee.org/security/usermgt/index.html"/>
     </menu>
-    
+
     <menu name="Test">
       <item name="Enterprise" href="http://utils.wamblee.org/test/enterprise/index.html"/>
     </menu>
diff --git a/support/general/src/site/site.xml b/support/general/src/site/site.xml
index fbf45077..5cf62567 100644
--- a/support/general/src/site/site.xml
+++ b/support/general/src/site/site.xml
@@ -1,16 +1,12 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="Home Network Evolution">
-  <bannerLeft>
-    <name>Support/General</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 -->
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
+ name="Utilities Library: Support/General">
   <body>
     <links>
       <item name="utilities library" href="http://utils.wamblee.org/"/>
+      <item name="Support/General" href="http://utils.wamblee.org/support/general/index.html"/>
     </links>
 
     <menu name="Security">
diff --git a/support/general/src/site/xdoc/index.xml b/support/general/src/site/xdoc/index.xml
index 7e07f9b4..d853ed5b 100644
--- a/support/general/src/site/xdoc/index.xml
+++ b/support/general/src/site/xdoc/index.xml
@@ -9,7 +9,8 @@
   </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>
     </section>
   </body>
 </document>
diff --git a/support/general/src/site/xdoc/userguide.xml b/support/general/src/site/xdoc/userguide.xml
index 6b2f5fb7..164d8565 100644
--- a/support/general/src/site/xdoc/userguide.xml
+++ b/support/general/src/site/xdoc/userguide.xml
@@ -8,6 +8,11 @@
     <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>
     <section name="Main Area 1">
       <subsection name="Example 1"> </subsection>
       <subsection name="Example 2"> </subsection>