You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/02/01 01:10:35 UTC

svn commit: rev 6387 - in incubator/directory/sitedocs/trunk/sitedocs/xdocs: community community/history community/process community/who doc related sandbox subprojects subprojects/eve subprojects/janus subprojects/ldap subprojects/naming subprojects/snickers

Author: akarasulu
Date: Sat Jan 31 16:10:34 2004
New Revision: 6387

Added:
   incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/eve/
   incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/eve/index.xml
   incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/eve/navigation.xml
Modified:
   incubator/directory/sitedocs/trunk/sitedocs/xdocs/community/history/navigation.xml
   incubator/directory/sitedocs/trunk/sitedocs/xdocs/community/navigation.xml
   incubator/directory/sitedocs/trunk/sitedocs/xdocs/community/process/navigation.xml
   incubator/directory/sitedocs/trunk/sitedocs/xdocs/community/who/navigation.xml
   incubator/directory/sitedocs/trunk/sitedocs/xdocs/doc/navigation.xml
   incubator/directory/sitedocs/trunk/sitedocs/xdocs/related/navigation.xml
   incubator/directory/sitedocs/trunk/sitedocs/xdocs/sandbox/navigation.xml
   incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/janus/navigation.xml
   incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/ldap/navigation.xml
   incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/naming/navigation.xml
   incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/navigation.xml
   incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/snickers/navigation.xml
Log:
more cleanup

Modified: incubator/directory/sitedocs/trunk/sitedocs/xdocs/community/history/navigation.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/sitedocs/xdocs/community/history/navigation.xml	(original)
+++ incubator/directory/sitedocs/trunk/sitedocs/xdocs/community/history/navigation.xml	Sat Jan 31 16:10:34 2004
@@ -9,6 +9,7 @@
     <links>
       <item name="Apache" href="http://apache.org/"/>
       <item name="Directory" href="/index.html"/>
+      <item name="Eve" href="/subprojects/eve/index.html"/>
       <item name="LDAP" href="/subprojects/ldap/index.html"/>
       <item name="Naming" href="/subprojects/naming/index.html"/>
       <item name="Janus" href="/subprojects/janus/index.html"/>
@@ -34,22 +35,15 @@
     </menu>
 
     <menu name="Resources">
+      <item name="Jira" href=
+        "http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400"/>
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Lists" href="/mailing-lists.html"/>
       <item name="License" href="/license.html"/>
+      <item name="Sandbox" href="/sandbox/index.html"/>
       <item name="Downloads" href="/download.cgi"/>
       <item name="Subversion" href="/svn.html"/>
-      <item name="WIKI" href="http://wiki.apache.org/directory"/>
-      <item name="Sandbox" href="/sandbox/index.html"/>
-      <item name="Mailing Lists" href="/mailing-lists.html"/>
-      <item name="Bug Database"  href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400"/>
       <item name="Related Projects" href="/related/index.html"/>
-    </menu>
-
-    <menu name="Related">
-      <item name="Snickers" href="http://directory.apache.org/snickers"/>
-      <item name="Eve" href="http://directory.apache.org/ldap/eve"/>
-      <item name="Utilities" href="http://directory.apache.org/util"/>
-      <item name="LDAP Commons" href="http://directory.apache.org/ldap/common"/>
-      <item name="Naming Commons" href="http://directory.apache.org/naming"/>
     </menu>
  </body>
 

Modified: incubator/directory/sitedocs/trunk/sitedocs/xdocs/community/navigation.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/sitedocs/xdocs/community/navigation.xml	(original)
+++ incubator/directory/sitedocs/trunk/sitedocs/xdocs/community/navigation.xml	Sat Jan 31 16:10:34 2004
@@ -9,6 +9,7 @@
     <links>
       <item name="Apache" href="http://apache.org/"/>
       <item name="Directory" href="/index.html"/>
+      <item name="Eve" href="/subprojects/eve/index.html"/>
       <item name="LDAP" href="/subprojects/ldap/index.html"/>
       <item name="Naming" href="/subprojects/naming/index.html"/>
       <item name="Janus" href="/subprojects/janus/index.html"/>
@@ -28,22 +29,15 @@
     </menu>
 
     <menu name="Resources">
+      <item name="Jira" href=
+        "http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400"/>
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Lists" href="/mailing-lists.html"/>
       <item name="License" href="/license.html"/>
+      <item name="Sandbox" href="/sandbox/index.html"/>
       <item name="Downloads" href="/download.cgi"/>
       <item name="Subversion" href="/svn.html"/>
-      <item name="WIKI" href="http://wiki.apache.org/directory"/>
-      <item name="Sandbox" href="/sandbox/index.html"/>
-      <item name="Mailing Lists" href="/mailing-lists.html"/>
-      <item name="Bug Database"  href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400"/>
       <item name="Related Projects" href="/related/index.html"/>
-    </menu>
-
-    <menu name="Related">
-      <item name="Snickers" href="http://directory.apache.org/snickers"/>
-      <item name="Eve" href="http://directory.apache.org/ldap/eve"/>
-      <item name="Utilities" href="http://directory.apache.org/util"/>
-      <item name="LDAP Commons" href="http://directory.apache.org/ldap/common"/>
-      <item name="Naming Commons" href="http://directory.apache.org/naming"/>
     </menu>
  </body>
 

Modified: incubator/directory/sitedocs/trunk/sitedocs/xdocs/community/process/navigation.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/sitedocs/xdocs/community/process/navigation.xml	(original)
+++ incubator/directory/sitedocs/trunk/sitedocs/xdocs/community/process/navigation.xml	Sat Jan 31 16:10:34 2004
@@ -9,6 +9,7 @@
     <links>
       <item name="Apache" href="http://apache.org/"/>
       <item name="Directory" href="/index.html"/>
+      <item name="Eve" href="/subprojects/eve/index.html"/>
       <item name="LDAP" href="/subprojects/ldap/index.html"/>
       <item name="Naming" href="/subprojects/naming/index.html"/>
       <item name="Janus" href="/subprojects/janus/index.html"/>
@@ -38,23 +39,15 @@
     </menu>
 
     <menu name="Resources">
+      <item name="Jira" href=
+        "http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400"/>
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Lists" href="/mailing-lists.html"/>
       <item name="License" href="/license.html"/>
+      <item name="Sandbox" href="/sandbox/index.html"/>
       <item name="Downloads" href="/download.cgi"/>
       <item name="Subversion" href="/svn.html"/>
-      <item name="WIKI" href="http://wiki.apache.org/directory"/>
-      <item name="Sandbox" href="/sandbox/index.html"/>
-      <item name="Mailing Lists" href="/mailing-lists.html"/>
-      <item name="Bug Database"  
-        href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400"/>
       <item name="Related Projects" href="/related/index.html"/>
-    </menu>
-
-    <menu name="Related">
-      <item name="Snickers" href="http://directory.apache.org/snickers"/>
-      <item name="Eve" href="http://directory.apache.org/ldap/eve"/>
-      <item name="Utilities" href="http://directory.apache.org/util"/>
-      <item name="LDAP Commons" href="http://directory.apache.org/ldap/common"/>
-      <item name="Naming Commons" href="http://directory.apache.org/naming"/>
     </menu>
  </body>
 

Modified: incubator/directory/sitedocs/trunk/sitedocs/xdocs/community/who/navigation.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/sitedocs/xdocs/community/who/navigation.xml	(original)
+++ incubator/directory/sitedocs/trunk/sitedocs/xdocs/community/who/navigation.xml	Sat Jan 31 16:10:34 2004
@@ -32,22 +32,15 @@
     </menu>
 
     <menu name="Resources">
+      <item name="Jira" href=
+        "http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400"/>
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Lists" href="/mailing-lists.html"/>
       <item name="License" href="/license.html"/>
+      <item name="Sandbox" href="/sandbox/index.html"/>
       <item name="Downloads" href="/download.cgi"/>
       <item name="Subversion" href="/svn.html"/>
-      <item name="WIKI" href="http://wiki.apache.org/directory"/>
-      <item name="Sandbox" href="/sandbox/index.html"/>
-      <item name="Mailing Lists" href="/mailing-lists.html"/>
-      <item name="Bug Database"  href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400"/>
       <item name="Related Projects" href="/related/index.html"/>
-    </menu>
-
-    <menu name="Related">
-      <item name="Snickers" href="http://directory.apache.org/snickers"/>
-      <item name="Eve" href="http://directory.apache.org/ldap/eve"/>
-      <item name="Utilities" href="http://directory.apache.org/util"/>
-      <item name="LDAP Commons" href="http://directory.apache.org/ldap/common"/>
-      <item name="Naming Commons" href="http://directory.apache.org/naming"/>
     </menu>
 
  </body>

Modified: incubator/directory/sitedocs/trunk/sitedocs/xdocs/doc/navigation.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/sitedocs/xdocs/doc/navigation.xml	(original)
+++ incubator/directory/sitedocs/trunk/sitedocs/xdocs/doc/navigation.xml	Sat Jan 31 16:10:34 2004
@@ -8,10 +8,12 @@
 
     <links>
       <item name="Apache" href="http://apache.org/"/>
-      <item name="Avalon" href="/index.html"/>
-      <item name="Framework" href="/product/framework/index.html"/>
-      <item name="Containers" href="/product/containers/index.html"/>
-      <item name="Components" href="/product/components/index.html"/>
+      <item name="Directory" href="/index.html"/>
+      <item name="Eve" href="/subprojects/eve/index.html"/>
+      <item name="LDAP" href="/subprojects/ldap/index.html"/>
+      <item name="Naming" href="/subprojects/naming/index.html"/>
+      <item name="Janus" href="/subprojects/janus/index.html"/>
+      <item name="Snickers" href="/subprojects/snickers/index.html"/>
     </links>
 
     <menu name="About Directory">
@@ -26,22 +28,15 @@
     </menu>
 
     <menu name="Resources">
+      <item name="Jira" href=
+        "http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400"/>
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Lists" href="/mailing-lists.html"/>
       <item name="License" href="/license.html"/>
+      <item name="Sandbox" href="/sandbox/index.html"/>
       <item name="Downloads" href="/download.cgi"/>
       <item name="Subversion" href="/svn.html"/>
-      <item name="WIKI" href="http://wiki.apache.org/avalon"/>
-      <item name="Sandbox" href="/sandbox/index.html"/>
-      <item name="Mailing Lists" href="/mailing-lists.html"/>
-      <item name="Bug Database"  href="http://nagoya.apache.org/bugzilla/reports.cgi?product=Avalon&amp;output=most_doomed&amp;links=1&amp;banner=1&amp;quip=0"/>
       <item name="Related Projects" href="/related/index.html"/>
-    </menu>
-
-    <menu name="Related">
-      <item name="Framework" href="http://avalon.apache.org/framework"/>
-      <item name="Meta" href="http://avalon.apache.org/meta"/>
-      <item name="Utilities" href="http://avalon.apache.org/util"/>
-      <item name="Repository" href="http://avalon.apache.org/repository"/>
-      <item name="Merlin" href="http://avalon.apache.org/merlin"/>
     </menu>
 
  </body>

Modified: incubator/directory/sitedocs/trunk/sitedocs/xdocs/related/navigation.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/sitedocs/xdocs/related/navigation.xml	(original)
+++ incubator/directory/sitedocs/trunk/sitedocs/xdocs/related/navigation.xml	Sat Jan 31 16:10:34 2004
@@ -8,10 +8,12 @@
 
     <links>
       <item name="Apache" href="http://apache.org/"/>
-      <item name="Avalon" href="/index.html"/>
-      <item name="Framework" href="/product/framework/index.html"/>
-      <item name="Containers" href="/product/containers/index.html"/>
-      <item name="Components" href="/product/components/index.html"/>
+      <item name="Directory" href="/index.html"/>
+      <item name="Eve" href="/subprojects/eve/index.html"/>
+      <item name="LDAP" href="/subprojects/ldap/index.html"/>
+      <item name="Naming" href="/subprojects/naming/index.html"/>
+      <item name="Janus" href="/subprojects/janus/index.html"/>
+      <item name="Snickers" href="/subprojects/snickers/index.html"/>
     </links>
 
     <menu name="About Directory">
@@ -23,28 +25,20 @@
     </menu>
 
     <menu name="Resources">
+      <item name="Jira" href=
+        "http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400"/>
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Lists" href="/mailing-lists.html"/>
       <item name="License" href="/license.html"/>
+      <item name="Sandbox" href="/sandbox/index.html"/>
       <item name="Downloads" href="/download.cgi"/>
       <item name="Subversion" href="/svn.html"/>
-      <item name="WIKI" href="http://wiki.apache.org/avalon"/>
-      <item name="Sandbox" href="/sandbox/index.html"/>
-      <item name="Mailing Lists" href="/mailing-lists.html"/>
-      <item name="Bug Database"  href="http://nagoya.apache.org/bugzilla/reports.cgi?product=Avalon&amp;output=most_doomed&amp;links=1&amp;banner=1&amp;quip=0"/>
       <item name="Related Projects" href="related/index.html">
         <item name="Apache" href="/related/apache.html"/>
         <item name="External" href="/related/external.html"/>
         <item name="Powered-By" href="/related/powered.html"/>
       </item>
     </menu>
-
-    <menu name="Related">
-      <item name="Framework" href="http://avalon.apache.org/framework"/>
-      <item name="Meta" href="http://avalon.apache.org/meta"/>
-      <item name="Utilities" href="http://avalon.apache.org/util"/>
-      <item name="Repository" href="http://avalon.apache.org/repository"/>
-      <item name="Merlin" href="http://avalon.apache.org/merlin"/>
-    </menu>
-
  </body>
 
 </project>

Modified: incubator/directory/sitedocs/trunk/sitedocs/xdocs/sandbox/navigation.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/sitedocs/xdocs/sandbox/navigation.xml	(original)
+++ incubator/directory/sitedocs/trunk/sitedocs/xdocs/sandbox/navigation.xml	Sat Jan 31 16:10:34 2004
@@ -8,10 +8,12 @@
 
     <links>
       <item name="Apache" href="http://apache.org/"/>
-      <item name="Avalon" href="/index.html"/>
-      <item name="Framework" href="/product/framework/index.html"/>
-      <item name="Containers" href="/product/containers/index.html"/>
-      <item name="Components" href="/product/components/index.html"/>
+      <item name="Directory" href="/index.html"/>
+      <item name="Eve" href="/subprojects/eve/index.html"/>
+      <item name="LDAP" href="/subprojects/ldap/index.html"/>
+      <item name="Naming" href="/subprojects/naming/index.html"/>
+      <item name="Janus" href="/subprojects/janus/index.html"/>
+      <item name="Snickers" href="/subprojects/snickers/index.html"/>
     </links>
 
     <menu name="About Directory">
@@ -23,24 +25,16 @@
     </menu>
 
     <menu name="Resources">
+      <item name="Jira" href=
+        "http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400"/>
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Lists" href="/mailing-lists.html"/>
       <item name="License" href="/license.html"/>
+      <item name="Sandbox" href="/sandbox/index.html"/>
       <item name="Downloads" href="/download.cgi"/>
       <item name="Subversion" href="/svn.html"/>
-      <item name="WIKI" href="http://wiki.apache.org/avalon"/>
-      <item name="Sandbox" href="/sandbox/index.html"/>
-      <item name="Mailing Lists" href="/mailing-lists.html"/>
-      <item name="Bug Database"  href="http://nagoya.apache.org/bugzilla/reports.cgi?product=Avalon&amp;output=most_doomed&amp;links=1&amp;banner=1&amp;quip=0"/>
       <item name="Related Projects" href="/related/index.html"/>
     </menu>
-
-    <menu name="Related">
-      <item name="Framework" href="http://avalon.apache.org/framework"/>
-      <item name="Meta" href="http://avalon.apache.org/meta"/>
-      <item name="Utilities" href="http://avalon.apache.org/util"/>
-      <item name="Repository" href="http://avalon.apache.org/repository"/>
-      <item name="Merlin" href="http://avalon.apache.org/merlin"/>
-    </menu>
-
  </body>
 
 </project>

Added: incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/eve/index.xml
==============================================================================
--- (empty file)
+++ incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/eve/index.xml	Sat Jan 31 16:10:34 2004
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <author email="dev@avalon.apache.org">Avalon Documentation Team</author>
+    <title>Apache Avalon: Containers</title>
+  </properties>
+
+  <body>
+    <section name="Products">
+      <subsection name="Container Solutions">
+
+      <p>Within Avalon their are a number of container solutions. This 
+      reflects a historical divergence and a present convergence within 
+      the area of containment technology within Avalon. The original 
+      containment solutions ECM and Phoenix focussed on very different 
+      approaches to component management.  The ECM model dealt with 
+      primarily pooled objects used in environments such as 
+      <a href="http://cocoon.apache.org/">Cocoon</a>. The
+      Phoenix model dealt with a strict singleton model supporting 
+      project such as <a href="http://james.apache.org">James</a>.  
+      Recent developments have resulted in the 
+      release of 
+      <a href="http://avalon.apache.org/excalibur/fortress/">Fortress</a> 
+      and <a href="http://avalon.apache.org/merlin/">Merlin</a>.  
+      Fortress replaces the ECM solution
+      and is positioned as a migration vehicle for components to move
+      towards Avalon's latest container - Merlin.  The Merlin container
+      is an attempt at being a flexible and adaptive embedded container
+      that leverages a set of common containment facilities.
+      Merlin provides support for legacy Phoenix components and includes 
+      many of of the lifestyle concepts introduced within Fortress.</p>
+
+      <table>
+        <tr><th>Product</th><th>Description</th></tr>
+        <tr>
+          <td>
+            <p>
+              <a name="merlin"/>
+              <a href="http://avalon.apache.org/merlin/index.html">Avalon Merlin</a>
+            </p>
+          </td>
+          <td>
+            <p>
+                The Merlin project deals with the broad area of service
+                and component management. The Merlin system is a container
+                that provides comprehensive support for the management of
+                complex component-based systems. Merlin uses a component
+                meta-model to facilitate the automated assembly and
+                deployment of simple and composite components.
+            </p>
+          </td>
+        </tr>
+        <tr>
+          <td>
+            <p>
+              <a name="fortress"/>
+              <a href="http://avalon.apache.org/excalibur/fortress/">Avalon Fortress</a>
+            </p>
+          </td>
+          <td>
+            <p>
+              Fortress contains a framework to help you create your own
+              avalon containers.  It boasts asynchronous management of your
+              component instances, high scalability, easier maintenance of
+              your code, and easy embedding into various environments like
+              servlet engines.
+            </p>
+          </td>
+        </tr>
+        <tr>
+          <td>
+            <p>
+              <a name="ecm"/>
+              <a href="http://avalon.apache.org/excalibur/component.html">ECM</a>
+            </p>
+          </td>
+          <td>
+            <p>
+            This package contains the ExcaliburComponentManager (ECM). ECM has 
+            been depricated in favour of the new Fortress container.</p>
+          </td>
+        </tr>
+        <tr>
+          <td>
+            <p>
+              <a name="phoenix"/>
+              <a href="http://avalon.apache.org/phoenix/index.html">Phoenix</a>
+            </p>
+          </td>
+          <td>
+            <p>
+              Phoenix is a micro-kernel designed and implemented on top of 
+              the Avalon framework. It provides a number of facilities to 
+              manage the environment of Server Applications. Such facilities 
+              include log management, classloading, thread management and 
+              security.
+            </p>
+          </td>
+        </tr>
+      </table>
+      </subsection>
+    </section>
+  </body>
+</document>
+ 
\ No newline at end of file

Added: incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/eve/navigation.xml
==============================================================================
--- (empty file)
+++ incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/eve/navigation.xml	Sat Jan 31 16:10:34 2004
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project>
+
+ <title>Apache Directory Project</title>
+
+ <body>
+
+    <links>
+      <item name="Apache" href="http://apache.org/"/>
+      <item name="Directory" href="/index.html"/>
+      <item name="Eve" href="/subprojects/eve/index.html"/>
+      <item name="LDAP" href="/subprojects/ldap/index.html"/>
+      <item name="Naming" href="/subprojects/naming/index.html"/>
+      <item name="Janus" href="/subprojects/janus/index.html"/>
+      <item name="Snickers" href="/subprojects/snickers/index.html"/>
+    </links>
+
+    <menu name="About Directory">
+      <item name="Overview" href="/index.html"/>
+      <item name="Latest News" href="/news.html"/>
+      <item name="Community" href="/community/index.html"/>
+      <item name="Products" href="/product/index.html">
+        <item name="Framework" href="/product/framework/index.html"/>
+        <item name="Containers" href="/product/containers/index.html">
+          <item name="Merlin" href="http://avalon.apache.org/merlin"/>
+          <item name="Fortress" href="http://avalon.apache.org/excalibur/fortress/"/>
+        </item>
+        <item name="Components" href="/product/components/index.html"/>
+      </item>
+      <item name="Documentation" href="/doc/index.html"/>
+    </menu>
+
+    <menu name="Resources">
+      <item name="Jira" href=
+        "http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400"/>
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Lists" href="/mailing-lists.html"/>
+      <item name="License" href="/license.html"/>
+      <item name="Sandbox" href="/sandbox/index.html"/>
+      <item name="Downloads" href="/download.cgi"/>
+      <item name="Subversion" href="/svn.html"/>
+      <item name="Related Projects" href="/related/index.html"/>
+    </menu>
+
+ </body>
+
+</project>

Modified: incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/janus/navigation.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/janus/navigation.xml	(original)
+++ incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/janus/navigation.xml	Sat Jan 31 16:10:34 2004
@@ -8,10 +8,12 @@
 
     <links>
       <item name="Apache" href="http://apache.org/"/>
-      <item name="Avalon" href="/index.html"/>
-      <item name="Framework" href="/product/framework/index.html"/>
-      <item name="Containers" href="/product/containers/index.html"/>
-      <item name="Components" href="/product/components/index.html"/>
+      <item name="Directory" href="/index.html"/>
+      <item name="Eve" href="/subprojects/eve/index.html"/>
+      <item name="LDAP" href="/subprojects/ldap/index.html"/>
+      <item name="Naming" href="/subprojects/naming/index.html"/>
+      <item name="Janus" href="/subprojects/janus/index.html"/>
+      <item name="Snickers" href="/subprojects/snickers/index.html"/>
     </links>
 
     <menu name="About Directory">
@@ -30,22 +32,15 @@
     </menu>
 
     <menu name="Resources">
+      <item name="Jira" href=
+        "http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400"/>
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Lists" href="/mailing-lists.html"/>
       <item name="License" href="/license.html"/>
+      <item name="Sandbox" href="/sandbox/index.html"/>
       <item name="Downloads" href="/download.cgi"/>
       <item name="Subversion" href="/svn.html"/>
-      <item name="WIKI" href="http://wiki.apache.org/avalon"/>
-      <item name="Sandbox" href="/sandbox/index.html"/>
-      <item name="Mailing Lists" href="/mailing-lists.html"/>
-      <item name="Bug Database"  href="http://nagoya.apache.org/bugzilla/reports.cgi?product=Avalon&amp;output=most_doomed&amp;links=1&amp;banner=1&amp;quip=0"/>
       <item name="Related Projects" href="/related/index.html"/>
-    </menu>
-
-    <menu name="Related">
-      <item name="Framework" href="http://avalon.apache.org/framework"/>
-      <item name="Meta" href="http://avalon.apache.org/meta"/>
-      <item name="Utilities" href="http://avalon.apache.org/util"/>
-      <item name="Repository" href="http://avalon.apache.org/repository"/>
-      <item name="Merlin" href="http://avalon.apache.org/merlin"/>
     </menu>
 
  </body>

Modified: incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/ldap/navigation.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/ldap/navigation.xml	(original)
+++ incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/ldap/navigation.xml	Sat Jan 31 16:10:34 2004
@@ -8,10 +8,12 @@
 
     <links>
       <item name="Apache" href="http://apache.org/"/>
-      <item name="Avalon" href="/index.html"/>
-      <item name="Framework" href="/product/framework/index.html"/>
-      <item name="Containers" href="/product/containers/index.html"/>
-      <item name="Components" href="/product/components/index.html"/>
+      <item name="Directory" href="/index.html"/>
+      <item name="Eve" href="/subprojects/eve/index.html"/>
+      <item name="LDAP" href="/subprojects/ldap/index.html"/>
+      <item name="Naming" href="/subprojects/naming/index.html"/>
+      <item name="Janus" href="/subprojects/janus/index.html"/>
+      <item name="Snickers" href="/subprojects/snickers/index.html"/>
     </links>
 
     <menu name="About Directory">
@@ -30,22 +32,15 @@
     </menu>
 
     <menu name="Resources">
+      <item name="Jira" href=
+        "http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400"/>
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Lists" href="/mailing-lists.html"/>
       <item name="License" href="/license.html"/>
+      <item name="Sandbox" href="/sandbox/index.html"/>
       <item name="Downloads" href="/download.cgi"/>
       <item name="Subversion" href="/svn.html"/>
-      <item name="WIKI" href="http://wiki.apache.org/avalon"/>
-      <item name="Sandbox" href="/sandbox/index.html"/>
-      <item name="Mailing Lists" href="/mailing-lists.html"/>
-      <item name="Bug Database"  href="http://nagoya.apache.org/bugzilla/reports.cgi?product=Avalon&amp;output=most_doomed&amp;links=1&amp;banner=1&amp;quip=0"/>
       <item name="Related Projects" href="/related/index.html"/>
-    </menu>
-
-    <menu name="Related">
-      <item name="Framework" href="http://avalon.apache.org/framework"/>
-      <item name="Meta" href="http://avalon.apache.org/meta"/>
-      <item name="Utilities" href="http://avalon.apache.org/util"/>
-      <item name="Repository" href="http://avalon.apache.org/repository"/>
-      <item name="Merlin" href="http://avalon.apache.org/merlin"/>
     </menu>
 
  </body>

Modified: incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/naming/navigation.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/naming/navigation.xml	(original)
+++ incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/naming/navigation.xml	Sat Jan 31 16:10:34 2004
@@ -8,10 +8,12 @@
 
     <links>
       <item name="Apache" href="http://apache.org/"/>
-      <item name="Avalon" href="/index.html"/>
-      <item name="Framework" href="/product/framework/index.html"/>
-      <item name="Containers" href="/product/containers/index.html"/>
-      <item name="Components" href="/product/components/index.html"/>
+      <item name="Directory" href="/index.html"/>
+      <item name="Eve" href="/subprojects/eve/index.html"/>
+      <item name="LDAP" href="/subprojects/ldap/index.html"/>
+      <item name="Naming" href="/subprojects/naming/index.html"/>
+      <item name="Janus" href="/subprojects/janus/index.html"/>
+      <item name="Snickers" href="/subprojects/snickers/index.html"/>
     </links>
 
     <menu name="About Directory">
@@ -27,22 +29,15 @@
     </menu>
 
     <menu name="Resources">
+      <item name="Jira" href=
+        "http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400"/>
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Lists" href="/mailing-lists.html"/>
       <item name="License" href="/license.html"/>
+      <item name="Sandbox" href="/sandbox/index.html"/>
       <item name="Downloads" href="/download.cgi"/>
       <item name="Subversion" href="/svn.html"/>
-      <item name="WIKI" href="http://wiki.apache.org/avalon"/>
-      <item name="Sandbox" href="/sandbox/index.html"/>
-      <item name="Mailing Lists" href="/mailing-lists.html"/>
-      <item name="Bug Database"  href="http://nagoya.apache.org/bugzilla/reports.cgi?product=Avalon&amp;output=most_doomed&amp;links=1&amp;banner=1&amp;quip=0"/>
       <item name="Related Projects" href="/related/index.html"/>
-    </menu>
-
-    <menu name="Related">
-      <item name="Framework" href="http://avalon.apache.org/framework"/>
-      <item name="Meta" href="http://avalon.apache.org/meta"/>
-      <item name="Utilities" href="http://avalon.apache.org/util"/>
-      <item name="Repository" href="http://avalon.apache.org/repository"/>
-      <item name="Merlin" href="http://avalon.apache.org/merlin"/>
     </menu>
 
  </body>

Modified: incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/navigation.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/navigation.xml	(original)
+++ incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/navigation.xml	Sat Jan 31 16:10:34 2004
@@ -8,10 +8,12 @@
 
     <links>
       <item name="Apache" href="http://apache.org/"/>
-      <item name="Avalon" href="/index.html"/>
-      <item name="Framework" href="/product/framework/index.html"/>
-      <item name="Containers" href="/product/containers/index.html"/>
-      <item name="Components" href="/product/components/index.html"/>
+      <item name="Directory" href="/index.html"/>
+      <item name="Eve" href="/subprojects/eve/index.html"/>
+      <item name="LDAP" href="/subprojects/ldap/index.html"/>
+      <item name="Naming" href="/subprojects/naming/index.html"/>
+      <item name="Janus" href="/subprojects/janus/index.html"/>
+      <item name="Snickers" href="/subprojects/snickers/index.html"/>
     </links>
 
     <menu name="About Directory">
@@ -27,22 +29,15 @@
     </menu>
 
     <menu name="Resources">
+      <item name="Jira" href=
+        "http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400"/>
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Lists" href="/mailing-lists.html"/>
       <item name="License" href="/license.html"/>
+      <item name="Sandbox" href="/sandbox/index.html"/>
       <item name="Downloads" href="/download.cgi"/>
       <item name="Subversion" href="/svn.html"/>
-      <item name="WIKI" href="http://wiki.apache.org/avalon"/>
-      <item name="Sandbox" href="/sandbox/index.html"/>
-      <item name="Mailing Lists" href="/mailing-lists.html"/>
-      <item name="Bug Database"  href="http://nagoya.apache.org/bugzilla/reports.cgi?product=Avalon&amp;output=most_doomed&amp;links=1&amp;banner=1&amp;quip=0"/>
       <item name="Related Projects" href="/related/index.html"/>
-    </menu>
-
-    <menu name="Related">
-      <item name="Framework" href="http://avalon.apache.org/framework"/>
-      <item name="Meta" href="http://avalon.apache.org/meta"/>
-      <item name="Utilities" href="http://avalon.apache.org/util"/>
-      <item name="Repository" href="http://avalon.apache.org/repository"/>
-      <item name="Merlin" href="http://avalon.apache.org/merlin"/>
     </menu>
 
  </body>

Modified: incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/snickers/navigation.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/snickers/navigation.xml	(original)
+++ incubator/directory/sitedocs/trunk/sitedocs/xdocs/subprojects/snickers/navigation.xml	Sat Jan 31 16:10:34 2004
@@ -8,10 +8,12 @@
 
     <links>
       <item name="Apache" href="http://apache.org/"/>
-      <item name="Avalon" href="/index.html"/>
-      <item name="Framework" href="/product/framework/index.html"/>
-      <item name="Containers" href="/product/containers/index.html"/>
-      <item name="Components" href="/product/components/index.html"/>
+      <item name="Directory" href="/index.html"/>
+      <item name="Eve" href="/subprojects/eve/index.html"/>
+      <item name="LDAP" href="/subprojects/ldap/index.html"/>
+      <item name="Naming" href="/subprojects/naming/index.html"/>
+      <item name="Janus" href="/subprojects/janus/index.html"/>
+      <item name="Snickers" href="/subprojects/snickers/index.html"/>
     </links>
 
     <menu name="About Avalon">
@@ -27,24 +29,16 @@
     </menu>
 
     <menu name="Resources">
+      <item name="Jira" href=
+        "http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400"/>
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Lists" href="/mailing-lists.html"/>
       <item name="License" href="/license.html"/>
+      <item name="Sandbox" href="/sandbox/index.html"/>
       <item name="Downloads" href="/download.cgi"/>
       <item name="Subversion" href="/svn.html"/>
-      <item name="WIKI" href="http://wiki.apache.org/avalon"/>
-      <item name="Sandbox" href="/sandbox/index.html"/>
-      <item name="Mailing Lists" href="/mailing-lists.html"/>
-      <item name="Bug Database"  href="http://nagoya.apache.org/bugzilla/reports.cgi?product=Avalon&amp;output=most_doomed&amp;links=1&amp;banner=1&amp;quip=0"/>
       <item name="Related Projects" href="/related/index.html"/>
     </menu>
-
-    <menu name="Related">
-      <item name="Framework" href="http://avalon.apache.org/framework"/>
-      <item name="Meta" href="http://avalon.apache.org/meta"/>
-      <item name="Utilities" href="http://avalon.apache.org/util"/>
-      <item name="Repository" href="http://avalon.apache.org/repository"/>
-      <item name="Merlin" href="http://avalon.apache.org/merlin"/>
-    </menu>
-
  </body>
 
 </project>