You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by le...@apache.org on 2004/06/27 14:23:58 UTC

svn commit: rev 22193 - in excalibur/trunk/site/xdocs: . event fortress lifecycle xmlutil

Author: leosimons
Date: Sun Jun 27 05:23:58 2004
New Revision: 22193

Added:
   excalibur/trunk/site/xdocs/issue-tracking.xml
      - copied unchanged from rev 21598, excalibur/trunk/site/xdocs/jira.xml
Removed:
   excalibur/trunk/site/xdocs/jira.xml
Modified:
   excalibur/trunk/site/xdocs/component-list.xml
   excalibur/trunk/site/xdocs/component.xml
   excalibur/trunk/site/xdocs/configuration.xml
   excalibur/trunk/site/xdocs/deprecation.xml
   excalibur/trunk/site/xdocs/event/index.xml
   excalibur/trunk/site/xdocs/event/navigation.xml
   excalibur/trunk/site/xdocs/fortress/index.xml
   excalibur/trunk/site/xdocs/fortress/navigation.xml
   excalibur/trunk/site/xdocs/lifecycle/index.xml
   excalibur/trunk/site/xdocs/lifecycle/navigation.xml
   excalibur/trunk/site/xdocs/navigation.xml
   excalibur/trunk/site/xdocs/xmlutil/index.xml
   excalibur/trunk/site/xdocs/xmlutil/navigation.xml
Log:
Restructure website a little more, add some more deprecation warnings, etc

Modified: excalibur/trunk/site/xdocs/component-list.xml
==============================================================================
--- excalibur/trunk/site/xdocs/component-list.xml	(original)
+++ excalibur/trunk/site/xdocs/component-list.xml	Sun Jun 27 05:23:58 2004
@@ -51,17 +51,6 @@
                     <th>Description</th>
                 </tr>
                 <tr>
-                    <td>
-                        <a href="configuration.html">Configuration</a>
-                    </td>
-                    <td>
-                        <p>
-                            The Configuration package contains extensions to the Avalon Framework
-                            supporting configuration management.
-                        </p>
-                    </td>
-                </tr>
-                <tr>
                     <td>Datasource</td>
                     <td>
                         <p>
@@ -76,66 +65,6 @@
                     </td>
                 </tr>
                 <tr>
-                    <td>Event</td>
-                    <td>
-                        <p>
-                            This is the Excalibur Event package which includes event queues,
-                            asynchronous command processing, and the interfaces to support
-                            event based programming.  Event is heavily influenced by Matt
-                            Welsh's work with the
-                            <a href="http://www.eecs.harvard.edu/~mdw/proj/seda/">SEDA architecture</a>.
-                            We forked the portion of his SandStorm server that had to do with
-                            event processing.  From there we cleaned up the API and made it as
-                            generic as we could.
-                        </p>
-                    </td>
-                </tr>
-                <tr>
-                    <td>Instrumentation</td>
-                    <td>
-                        <p>
-                            Excalibur Instrument is an instrumentation utility that allows you
-                            to attach a separate JVM to your running application to determine its
-                            health.  Instrumentation is the process of exposing the internal state
-                            in a way that is easy for an administrator or help desk personell to
-                            digest.  Excalibur Instrumentation is such a package that you can use
-                            for your Avalon based projects.
-                        </p>
-                    </td>
-                </tr>
-                <tr>
-                    <td>Lifecycle</td>
-                    <td>
-                        <p>
-                            The Lifecycle package contains a set of interfaces and classes
-                            supporting portable lifecycle extensions.
-                        </p>
-
-                        <p>
-                            Contributions to this project are based on co-development actives by
-                            container projects aiming towards cross-container component
-                            portability and consistent service management.
-                        </p>
-                    </td>
-                </tr>
-                <tr>
-                    <td>Logger</td>
-                    <td>
-                        <p>
-                            Find Avalon Excalibur's Log Management System in the
-                            <code>org.apache.avalon.excalibur.logger</code> package.
-                            Excalibur-Logger integrates neatly into the Avalon ECM
-                            and Fortress. The main goal is to
-                            be able to define the log categories on a component basis by
-                            specifying a 'logger' attribute which denotes the log category
-                            to use for a particular component (given the
-                            component is
-                            <code>LogEnabled</code> or
-                            <code>Loggable</code>).
-                        </p>
-                    </td>
-                </tr>
-                <tr>
                     <td>Monitor</td>
                     <td>
                         <p>
@@ -218,43 +147,18 @@
                 </tr>
             </table>
         </section>
-        <section name="Depricated components">
-            <table>
-                <tr>
-                    <th>Package</th>
-                    <th>Description</th>
-                </tr>
-                <tr>
-                    <td>Compatability</td>
-                    <td>
-                        <p>
-                            Avalon is minimizing the number of projects and utilities it maintains
-                            because we need to focus on our charter.  However, we do have users
-                            who have used some of the projects that were previously released.  We
-                            can't just ignore their needs.  The compatibility project is the
-                            graveyard for projects we are no longer supporting.  It exists simply
-                            to let our users (and in some cases, our users' users) continue to
-                            use their legacy components until they migrate to better supported
-                            libraries.
-                        </p>
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        <a href="component.html">Component</a>
-                    </td>
-                    <td>
-                        <p>
-                            Due to a number of issues in ECM, not the least of which is a
-                            simplistic and convoluted design, it has been deprecated in
-                            favor of Fortress.  Fortress has been designed with
-                            ECM users in mind, so it provides a number of goodies to make
-                            it easier to migrate forward.  This project will be maintained
-                            for bug fixes only.
-                        </p>
-                    </td>
-                </tr>
-            </table>
+        <section name="Container building blocks">
+            <p>
+                Please see <a href="containerkit.html">this page</a> for information on
+                subprojects like Excalibur-Logger and Excalibur-Lifecycle, which are primarily
+                used to build containers.
+            </p>
+        </section>
+        <section name="Deprecated components">
+            <p>
+                Please see <a href="deprecation.html">this page</a> for information on
+                older components that have been deprecated.
+            </p>
         </section>
     </body>
 </document>

Modified: excalibur/trunk/site/xdocs/component.xml
==============================================================================
--- excalibur/trunk/site/xdocs/component.xml	(original)
+++ excalibur/trunk/site/xdocs/component.xml	Sun Jun 27 05:23:58 2004
@@ -29,7 +29,7 @@
             <p>
               Due to a number of issues in ECM, not the least of which is a
               simplistic and convoluted design, it has been deprecated in
-              favor of Fortress or Phoenix.  Fortress has been designed with
+              favor of <a href="fortress/index.html">Fortress</a>.  Fortress has been designed with
               ECM users in mind, so it provides a number of goodies to make
               it easier to migrate forward.  This project will be maintained
               for bug fixes only.

Modified: excalibur/trunk/site/xdocs/configuration.xml
==============================================================================
--- excalibur/trunk/site/xdocs/configuration.xml	(original)
+++ excalibur/trunk/site/xdocs/configuration.xml	Sun Jun 27 05:23:58 2004
@@ -19,12 +19,17 @@
 <document>
 
     <properties>
-        <title>Configuration</title>
+        <title>Excalibur - Configuration</title>
     </properties>
 
     <body>
 
-        <section name="Excalibur Configuration">
+        <section name="Excalibur Configuration (DEPRECATED)">
+            <p>
+                This package has been deprecated. See
+                <a href="deprecated.html">this page</a> for more
+                information.
+            </p>
 
             <subsection name="Overview">
                 <p>

Modified: excalibur/trunk/site/xdocs/deprecation.xml
==============================================================================
--- excalibur/trunk/site/xdocs/deprecation.xml	(original)
+++ excalibur/trunk/site/xdocs/deprecation.xml	Sun Jun 27 05:23:58 2004
@@ -2,13 +2,13 @@
 <document>
 
     <properties>
-        <title>Deprecated Excalibur Components</title>
+        <title>Deprecated Excalibur Products</title>
     </properties>
 
     <body>
-        <section name="Deprecated Excalibur Components">
+        <section name="Deprecated Excalibur Products">
             <p>
-                Over time several Excalibur components have reached the
+                Over time several Excalibur products have reached the
                 end of their lifecycle. This page documents the deprecated
                 components.
             </p>
@@ -16,11 +16,12 @@
                 <p>
                     Compatibility was a library consisting of several utility classes that
                     Excalibur had ceased developing with the aim of focusing on the charter.
-                    The following table lists the replacement packages for each of the
-                    packages in excalibur.
                 </p>
                 <table>
                     <tr>
+                        <th colspan="2">Replacements</th>
+                    </tr>
+                    <tr>
                         <th>Package</th>
                         <th>Replacement</th>
                     </tr>
@@ -47,35 +48,89 @@
                 </table>
             </subsection>
 
+            <subsection name="Excalibur-Component">
+                <p>
+                    ECM (Excalibur Component Manager) was our first container. It's still in use in
+                    quite a few projects, but has not been under active development for about two
+                    years, as we've written a much better container that is (almost) completely
+                    backwards compatible.
+                </p>
+
+                <blockquote><strong>Replacement:</strong> <a href="/fortress/index.html">Excalibur-Fortress</a></blockquote>
+
+                <p>
+                    Some old documentation about ECM is still available
+                    <a href="component.html">here</a>.
+                </p>
+            </subsection>
+
             <subsection name="Excalibur-Configuration">
                 <p>
                     Excalibur-Configuration was a utility library to manipulate configuration trees.
                     Configuration had never been released and the original developers have
-                    redeveoped the code elsewhere. The following table lists the replacement
-                    packages for configuration.
+                    redeveloped the code elsewhere. The following table lists the replacement
+                    packages for Excalibur-Configuration.
+                </p>
+
+                <blockquote><strong>Replacement:</strong> <a href="http://spice.codehaus.org/configkit">Spice-Configkit</a></blockquote>
+
+                <p>
+                    Some old documentation about Excalibur-Configuration is still available
+                    <a href="configuration.html">here</a>.
+                </p>
+            </subsection>
+
+            <subsection name="Excalibur-Event">
+                <p>
+                    Excalibur-Event was an extensive component library to aid in concurrent
+                    programming. This package has gradually evolved into a much better package
+                    maintained elsewhere. The following table lists the replacement
+                    packages for Excalibur-Event.
                 </p>
                 <table>
                     <tr>
+                        <th colspan="2">Replacements</th>
+                    </tr>
+                    <tr>
                         <th>Package</th>
                         <th>Replacement</th>
                     </tr>
                     <tr>
-                        <td>o.a.excalibur.configuration</td>
-                        <td>Avalon-Configuration</td>
+                        <td>o.a.excalibur.event</td>
+                        <td><a href="http://dist.d-haven.org/event/">D-Haven-Event</a></td>
                     </tr>
                     <tr>
-                        <td>o.a.excalibur.configuration.validation</td>
-                        <td><a href="http://spice.codehaus.org/configkit">Spice-Configkit</a></td>
+                        <td>o.a.excalibur.mpool</td>
+                        <td><a href="http://dist.d-haven.org/managed-pool/">D-Haven-Managed-Pool</a></td>
                     </tr>
                 </table>
+
+                <p>
+                    Some old documentation about Excalibur-Event is still available
+                    <a href="event/index.html">here</a>.
+                </p>
             </subsection>
 
             <subsection name="Excalibur-i18n">
                 <p>
-                    The i18n library was deprecated in favour of
-                    <a href="http://spice.codehaus.org/salt">Spice-Salt</a>.
+                    Excalibur-i18n was a very small utility library to aid in the use of localized
+                    resources. This library stored these resources in an inconvenient location. A
+                    much better package has been developed elsewhere.
+                </p>
+
+                <blockquote><strong>Replacement:</strong> <a href="http://spice.codehaus.org/salt">Spice-Salt</a></blockquote>
+            </subsection>
+
+            <subsection name="Excalibur-Testcase">
+                <p>
+                    Excalibur-Testcase was a library to aid unit testing of components. It provided
+                    an extended TestCase class that would set up an ECM instance for you. Since we
+                    now all know this is a bad idea (no component should be tested against an actual
+                    container implementation, only in isolation), it has been deprecated along with
+                    ECM, with no direct replacement.
                 </p>
+                <blockquote><strong>Replacement:</strong> <em>none</em></blockquote>
             </subsection>
         </section>
     </body>
-</document>
\ No newline at end of file
+</document>

Modified: excalibur/trunk/site/xdocs/event/index.xml
==============================================================================
--- excalibur/trunk/site/xdocs/event/index.xml	(original)
+++ excalibur/trunk/site/xdocs/event/index.xml	Sun Jun 27 05:23:58 2004
@@ -21,7 +21,12 @@
         <title>Event</title>
     </properties>
     <body>
-        <section name="Introduction">
+        <section name="Excalibur Event (DEPRECATED)">
+            <p>
+                This package has been deprecated. See
+                <a href="deprecated.html">this page</a> for more
+                information.
+            </p>
             <p>
         This is the Excalibur Event package which includes event queues,
         asynchronous command processing, and the interfaces to support

Modified: excalibur/trunk/site/xdocs/event/navigation.xml
==============================================================================
--- excalibur/trunk/site/xdocs/event/navigation.xml	(original)
+++ excalibur/trunk/site/xdocs/event/navigation.xml	Sun Jun 27 05:23:58 2004
@@ -22,9 +22,10 @@
 
     <body>
         <links>
-            <item name="Apache" href="http://apache.org/"/>
-            <item name="Excalibur" href="http://excalibur.apache.org/"/>
-            <item name="Avalon-Framework" href="http://avalon.apache.org/product/framework/"/>
+            <item name="Home" href="/index.html"/>
+            <item name="Fortress" href="/fortress/index.html"/>
+            <item name="Components" href="/component-list.html"/>
+            <item name="Containerkit" href="/containerkit.html"/>
         </links>
 
         <menu name="Essentials">
@@ -35,7 +36,7 @@
             <item name="FAQ" href="http://wiki.apache.org/excalibur/FrequentlyAskedQuestions"/>
             <item name="Javadocs" href="http://avalon.apache.org/excalibur/api/"/>
             <item name="Download" href="http://avalon.apache.org/download.cgi"/>
-            <item name="Issue Tracking" href="/jira.html"/>
+            <item name="Issue Tracking" href="/issue-tracking.html"/>
             <item name="Miscellaneous" href="misc.html" collapse="true">
                 <item name="Where's my documentation???" href="/no-docs-available.html"/>
                 <item name="No CVS" href="/cvs-usage.html"/>
@@ -43,50 +44,56 @@
             </item>
         </menu>
 
-        <menu name="Component documentation">
+        <menu name="Fortress">
+            <item name="Overview" href="/fortress/index.html"/>
+            <item name="Features Oriented" href="/fortress/features.html"/>
+            <item name="Getting Started" href="/fortress/getting-started.html"/>
+            <item name="Using Meta Info" href="/fortress/using-meta-info.html"/>
+            <item name="CLI" href="/fortress/cli.html"/>
+            <item name="Swing" href="/fortress/swing.html"/>
+            <item name="Servlet" href="/fortress/servlet.html"/>
+            <item name="Lifecycle Extensions" href="/lifecycle/index.html"/>
+            <item name="Design Notes" href="/fortress/design-notes.html"/>
+        </menu>
+
+        <menu name="Components">
             <item name="Overview" href="/component-list.html"/>
-            <item name="Configuration" href="/configuration.html"/>
-            <item name="ECM" href="/component.html"/>
-            <item name="Event" href="event/index.html" collapse="false">
-                <item href="event/event.html" name="Event"/>
-                <item href="event/command.html" name="Command"/>
-                <item href="event/mpool.html" name="MPool"/>
-                <item href="event/util.html" name="Util"/>
-                <item href="event/event-howto.html" name="Use Event Queues"/>
-                <item href="event/command-howto.html" name="Use the Command Manager"/>
-                <item href="event/mpool-howto.html" name="Use MPool"/>
-                <item href="event/util-howto.html" name="Use System Util"/>
-                <item href="event/cpuparser-howto.html" name="Extend System Util"/>
-            </item>
-            <item name="Fortress" href="fortress/index.html" collapse="true">
-                <item name="Overview" href="fortress/index.html"/>
-                <item name="Features Oriented" href="fortress/features.html"/>
-                <item name="Getting Started" href="fortress/getting-started.html"/>
-                <item name="Using Meta Info" href="fortress/using-meta-info.html"/>
-                <item name="CLI" href="fortress/cli.html"/>
-                <item name="Swing" href="fortress/swing.html"/>
-                <item name="Servlet" href="fortress/servlet.html"/>
-                <item name="Lifecycle Extensions" href="lifecycle/index.html"/>
-                <item name="Design Notes" href="fortress/design-notes.html"/>
-            </item>
-            <item name="Lifecycle" href="lifecycle/index.html" collapse="true">
-                <item name="Overview" href="lifecycle/index.html"/>
-                <item name="Extensions" href="lifecycle/extension.html"/>
-                <item name="Interfaces" href="lifecycle/interfaces.html"/>
-                <item name="Tutorial" href="lifecycle/fortress.html"/>
+            <item name="Sourceresolver" href="/sourceresolve-index.html"/>
+            <item name="Store" href="/store-index.html"/>
+            <item name="Thread" href="/thread.html"/>
+            <item name="XMLUtil" href="/xmlutil/index.html" collapse="true">
+                <item name="Overview" href="/xmlutil/index.html"/>
             </item>
-            <item name="Logger" href="logger.html"/>
-            <item name="Sourceresolver" href="sourceresolve-index.html"/>
-            <item name="Store" href="store-index.html"/>
-            <item name="Thread" href="thread.html"/>
-            <item name="XMLUtil" href="xmlutil/index.html" collapse="true">
-                <item name="Overview" href="xmlutil/index.html"/>
+        </menu>
+
+        <menu name="Containerkit">
+            <item name="Overview" href="/containerkit.html"/>
+            <item name="Lifecycle" href="/lifecycle/index.html" collapse="true">
+                <item name="Overview" href="/lifecycle/index.html"/>
+                <item name="Extensions" href="/lifecycle/extension.html"/>
+                <item name="Interfaces" href="/lifecycle/interfaces.html"/>
+                <item name="Tutorial" href="/lifecycle/fortress.html"/>
             </item>
+            <item name="Logger" href="/logger.html"/>
         </menu>
 
-        <menu name="Miscellaneous" href="misc.html" collapse="true">
-            <item name="Where's my documentation???" href="/no-docs-available.html"/>
-            <item name="No CVS" href="/cvs-usage.html"/>
+        <menu name="Deprecated Materials">
+            <item name="Overview" href="/deprecation.html"/>
+            <item name="Old Documentation" href="/deprecation.html" collapse="false">
+                <item name="ECM" href="/component.html"/>
+                <item name="Event" href="/event/index.html" collapse="false">
+                    <item href="/event/event.html" name="Event"/>
+                    <item href="/event/command.html" name="Command"/>
+                    <item href="/event/mpool.html" name="MPool"/>
+                    <item href="/event/util.html" name="Util"/>
+                    <item href="/event/event-howto.html" name="Use Event Queues"/>
+                    <item href="/event/command-howto.html" name="Use the Command Manager"/>
+                    <item href="/event/mpool-howto.html" name="Use MPool"/>
+                    <item href="/event/util-howto.html" name="Use System Util"/>
+                    <item href="/event/cpuparser-howto.html" name="Extend System Util"/>
+                </item>
+                <item name="Configuration" href="/configuration.html"/>
+            </item>
         </menu>
     </body>
 

Modified: excalibur/trunk/site/xdocs/fortress/index.xml
==============================================================================
--- excalibur/trunk/site/xdocs/fortress/index.xml	(original)
+++ excalibur/trunk/site/xdocs/fortress/index.xml	Sun Jun 27 05:23:58 2004
@@ -24,7 +24,7 @@
     </properties>
 
     <body>
-        <section name="Introduction">
+        <section name="Excalibur Fortress">
             <p>
         Fortress contains a framework to help you create your own
         avalon containers.  It boasts asynchronous management of your

Modified: excalibur/trunk/site/xdocs/fortress/navigation.xml
==============================================================================
--- excalibur/trunk/site/xdocs/fortress/navigation.xml	(original)
+++ excalibur/trunk/site/xdocs/fortress/navigation.xml	Sun Jun 27 05:23:58 2004
@@ -22,9 +22,10 @@
 
     <body>
         <links>
-            <item name="Apache" href="http://apache.org/"/>
-            <item name="Excalibur" href="http://excalibur.apache.org/"/>
-            <item name="Avalon-Framework" href="http://avalon.apache.org/product/framework/"/>
+            <item name="Home" href="/index.html"/>
+            <item name="Fortress" href="/fortress/index.html"/>
+            <item name="Components" href="/component-list.html"/>
+            <item name="Containerkit" href="/containerkit.html"/>
         </links>
 
         <menu name="Essentials">
@@ -35,7 +36,7 @@
             <item name="FAQ" href="http://wiki.apache.org/excalibur/FrequentlyAskedQuestions"/>
             <item name="Javadocs" href="http://avalon.apache.org/excalibur/api/"/>
             <item name="Download" href="http://avalon.apache.org/download.cgi"/>
-            <item name="Issue Tracking" href="/jira.html"/>
+            <item name="Issue Tracking" href="/issue-tracking.html"/>
             <item name="Miscellaneous" href="misc.html" collapse="true">
                 <item name="Where's my documentation???" href="/no-docs-available.html"/>
                 <item name="No CVS" href="/cvs-usage.html"/>
@@ -43,44 +44,55 @@
             </item>
         </menu>
 
-        <menu name="Component documentation">
+        <menu name="Fortress">
+            <item name="Overview" href="/fortress/index.html"/>
+            <item name="Features Oriented" href="/fortress/features.html"/>
+            <item name="Getting Started" href="/fortress/getting-started.html"/>
+            <item name="Using Meta Info" href="/fortress/using-meta-info.html"/>
+            <item name="CLI" href="/fortress/cli.html"/>
+            <item name="Swing" href="/fortress/swing.html"/>
+            <item name="Servlet" href="/fortress/servlet.html"/>
+            <item name="Lifecycle Extensions" href="/lifecycle/index.html"/>
+            <item name="Design Notes" href="/fortress/design-notes.html"/>
+        </menu>
+
+        <menu name="Components">
             <item name="Overview" href="/component-list.html"/>
-            <item name="Configuration" href="/configuration.html"/>
-            <item name="ECM" href="/component.html"/>
-            <item name="Event" href="event/index.html" collapse="true">
-                <item href="event/event.html" name="Event"/>
-                <item href="event/command.html" name="Command"/>
-                <item href="event/mpool.html" name="MPool"/>
-                <item href="event/util.html" name="Util"/>
-                <item href="event/event-howto.html" name="Use Event Queues"/>
-                <item href="event/command-howto.html" name="Use the Command Manager"/>
-                <item href="event/mpool-howto.html" name="Use MPool"/>
-                <item href="event/util-howto.html" name="Use System Util"/>
-                <item href="event/cpuparser-howto.html" name="Extend System Util"/>
+            <item name="Sourceresolver" href="/sourceresolve-index.html"/>
+            <item name="Store" href="/store-index.html"/>
+            <item name="Thread" href="/thread.html"/>
+            <item name="XMLUtil" href="/xmlutil/index.html" collapse="true">
+                <item name="Overview" href="/xmlutil/index.html"/>
             </item>
-            <item name="Fortress" href="fortress/index.html" collapse="false">
-                <item name="Overview" href="fortress/index.html"/>
-                <item name="Features Oriented" href="fortress/features.html"/>
-                <item name="Getting Started" href="fortress/getting-started.html"/>
-                <item name="Using Meta Info" href="fortress/using-meta-info.html"/>
-                <item name="CLI" href="fortress/cli.html"/>
-                <item name="Swing" href="fortress/swing.html"/>
-                <item name="Servlet" href="fortress/servlet.html"/>
-                <item name="Lifecycle Extensions" href="lifecycle/index.html"/>
-                <item name="Design Notes" href="fortress/design-notes.html"/>
-            </item>
-            <item name="Lifecycle" href="lifecycle/index.html" collapse="true">
-                <item name="Overview" href="lifecycle/index.html"/>
-                <item name="Extensions" href="lifecycle/extension.html"/>
-                <item name="Interfaces" href="lifecycle/interfaces.html"/>
-                <item name="Tutorial" href="lifecycle/fortress.html"/>
+        </menu>
+
+        <menu name="Containerkit">
+            <item name="Overview" href="/containerkit.html"/>
+            <item name="Lifecycle" href="/lifecycle/index.html" collapse="true">
+                <item name="Overview" href="/lifecycle/index.html"/>
+                <item name="Extensions" href="/lifecycle/extension.html"/>
+                <item name="Interfaces" href="/lifecycle/interfaces.html"/>
+                <item name="Tutorial" href="/lifecycle/fortress.html"/>
             </item>
-            <item name="Logger" href="logger.html"/>
-            <item name="Sourceresolver" href="sourceresolve-index.html"/>
-            <item name="Store" href="store-index.html"/>
-            <item name="Thread" href="thread.html"/>
-            <item name="XMLUtil" href="xmlutil/index.html" collapse="true">
-                <item name="Overview" href="xmlutil/index.html"/>
+            <item name="Logger" href="/logger.html"/>
+        </menu>
+
+        <menu name="Deprecated Materials">
+            <item name="Overview" href="/deprecation.html"/>
+            <item name="Old Documentation" href="/deprecation.html" collapse="false">
+                <item name="ECM" href="/component.html"/>
+                <item name="Event" href="/event/index.html" collapse="true">
+                    <item href="/event/event.html" name="Event"/>
+                    <item href="/event/command.html" name="Command"/>
+                    <item href="/event/mpool.html" name="MPool"/>
+                    <item href="/event/util.html" name="Util"/>
+                    <item href="/event/event-howto.html" name="Use Event Queues"/>
+                    <item href="/event/command-howto.html" name="Use the Command Manager"/>
+                    <item href="/event/mpool-howto.html" name="Use MPool"/>
+                    <item href="/event/util-howto.html" name="Use System Util"/>
+                    <item href="/event/cpuparser-howto.html" name="Extend System Util"/>
+                </item>
+                <item name="Configuration" href="/configuration.html"/>
             </item>
         </menu>
     </body>

Modified: excalibur/trunk/site/xdocs/lifecycle/index.xml
==============================================================================
--- excalibur/trunk/site/xdocs/lifecycle/index.xml	(original)
+++ excalibur/trunk/site/xdocs/lifecycle/index.xml	Sun Jun 27 05:23:58 2004
@@ -19,7 +19,7 @@
         <title>Lifecycle Extensions</title>
     </properties>
     <body>
-        <section name="Introduction">
+        <section name="Excalibur Lifecycle">
 
             <p>
         The Lifecycle package contains a set of interfaces and classes 

Modified: excalibur/trunk/site/xdocs/lifecycle/navigation.xml
==============================================================================
--- excalibur/trunk/site/xdocs/lifecycle/navigation.xml	(original)
+++ excalibur/trunk/site/xdocs/lifecycle/navigation.xml	Sun Jun 27 05:23:58 2004
@@ -22,9 +22,10 @@
 
     <body>
         <links>
-            <item name="Apache" href="http://apache.org/"/>
-            <item name="Excalibur" href="http://excalibur.apache.org/"/>
-            <item name="Avalon-Framework" href="http://avalon.apache.org/product/framework/"/>
+            <item name="Home" href="/index.html"/>
+            <item name="Fortress" href="/fortress/index.html"/>
+            <item name="Components" href="/component-list.html"/>
+            <item name="Containerkit" href="/containerkit.html"/>
         </links>
 
         <menu name="Essentials">
@@ -35,7 +36,7 @@
             <item name="FAQ" href="http://wiki.apache.org/excalibur/FrequentlyAskedQuestions"/>
             <item name="Javadocs" href="http://avalon.apache.org/excalibur/api/"/>
             <item name="Download" href="http://avalon.apache.org/download.cgi"/>
-            <item name="Issue Tracking" href="/jira.html"/>
+            <item name="Issue Tracking" href="/issue-tracking.html"/>
             <item name="Miscellaneous" href="misc.html" collapse="true">
                 <item name="Where's my documentation???" href="/no-docs-available.html"/>
                 <item name="No CVS" href="/cvs-usage.html"/>
@@ -43,44 +44,55 @@
             </item>
         </menu>
 
-        <menu name="Component documentation">
+        <menu name="Fortress">
+            <item name="Overview" href="/fortress/index.html"/>
+            <item name="Features Oriented" href="/fortress/features.html"/>
+            <item name="Getting Started" href="/fortress/getting-started.html"/>
+            <item name="Using Meta Info" href="/fortress/using-meta-info.html"/>
+            <item name="CLI" href="/fortress/cli.html"/>
+            <item name="Swing" href="/fortress/swing.html"/>
+            <item name="Servlet" href="/fortress/servlet.html"/>
+            <item name="Lifecycle Extensions" href="/lifecycle/index.html"/>
+            <item name="Design Notes" href="/fortress/design-notes.html"/>
+        </menu>
+
+        <menu name="Components">
             <item name="Overview" href="/component-list.html"/>
-            <item name="Configuration" href="/configuration.html"/>
-            <item name="ECM" href="/component.html"/>
-            <item name="Event" href="event/index.html" collapse="true">
-                <item href="event/event.html" name="Event"/>
-                <item href="event/command.html" name="Command"/>
-                <item href="event/mpool.html" name="MPool"/>
-                <item href="event/util.html" name="Util"/>
-                <item href="event/event-howto.html" name="Use Event Queues"/>
-                <item href="event/command-howto.html" name="Use the Command Manager"/>
-                <item href="event/mpool-howto.html" name="Use MPool"/>
-                <item href="event/util-howto.html" name="Use System Util"/>
-                <item href="event/cpuparser-howto.html" name="Extend System Util"/>
+            <item name="Sourceresolver" href="/sourceresolve-index.html"/>
+            <item name="Store" href="/store-index.html"/>
+            <item name="Thread" href="/thread.html"/>
+            <item name="XMLUtil" href="/xmlutil/index.html" collapse="true">
+                <item name="Overview" href="/xmlutil/index.html"/>
             </item>
-            <item name="Fortress" href="fortress/index.html" collapse="true">
-                <item name="Overview" href="fortress/index.html"/>
-                <item name="Features Oriented" href="fortress/features.html"/>
-                <item name="Getting Started" href="fortress/getting-started.html"/>
-                <item name="Using Meta Info" href="fortress/using-meta-info.html"/>
-                <item name="CLI" href="fortress/cli.html"/>
-                <item name="Swing" href="fortress/swing.html"/>
-                <item name="Servlet" href="fortress/servlet.html"/>
-                <item name="Lifecycle Extensions" href="lifecycle/index.html"/>
-                <item name="Design Notes" href="fortress/design-notes.html"/>
-            </item>
-            <item name="Lifecycle" href="lifecycle/index.html" collapse="false">
-                <item name="Overview" href="lifecycle/index.html"/>
-                <item name="Extensions" href="lifecycle/extension.html"/>
-                <item name="Interfaces" href="lifecycle/interfaces.html"/>
-                <item name="Tutorial" href="lifecycle/fortress.html"/>
+        </menu>
+
+        <menu name="Containerkit">
+            <item name="Overview" href="/containerkit.html"/>
+            <item name="Lifecycle" href="/lifecycle/index.html" collapse="false">
+                <item name="Overview" href="/lifecycle/index.html"/>
+                <item name="Extensions" href="/lifecycle/extension.html"/>
+                <item name="Interfaces" href="/lifecycle/interfaces.html"/>
+                <item name="Tutorial" href="/lifecycle/fortress.html"/>
             </item>
-            <item name="Logger" href="logger.html"/>
-            <item name="Sourceresolver" href="sourceresolve-index.html"/>
-            <item name="Store" href="store-index.html"/>
-            <item name="Thread" href="thread.html"/>
-            <item name="XMLUtil" href="xmlutil/index.html" collapse="true">
-                <item name="Overview" href="xmlutil/index.html"/>
+            <item name="Logger" href="/logger.html"/>
+        </menu>
+
+        <menu name="Deprecated Materials">
+            <item name="Overview" href="/deprecation.html"/>
+            <item name="Old Documentation" href="/deprecation.html" collapse="false">
+                <item name="ECM" href="/component.html"/>
+                <item name="Event" href="/event/index.html" collapse="true">
+                    <item href="/event/event.html" name="Event"/>
+                    <item href="/event/command.html" name="Command"/>
+                    <item href="/event/mpool.html" name="MPool"/>
+                    <item href="/event/util.html" name="Util"/>
+                    <item href="/event/event-howto.html" name="Use Event Queues"/>
+                    <item href="/event/command-howto.html" name="Use the Command Manager"/>
+                    <item href="/event/mpool-howto.html" name="Use MPool"/>
+                    <item href="/event/util-howto.html" name="Use System Util"/>
+                    <item href="/event/cpuparser-howto.html" name="Extend System Util"/>
+                </item>
+                <item name="Configuration" href="/configuration.html"/>
             </item>
         </menu>
     </body>

Modified: excalibur/trunk/site/xdocs/navigation.xml
==============================================================================
--- excalibur/trunk/site/xdocs/navigation.xml	(original)
+++ excalibur/trunk/site/xdocs/navigation.xml	Sun Jun 27 05:23:58 2004
@@ -22,9 +22,10 @@
 
     <body>
         <links>
-            <item name="Apache" href="http://apache.org/"/>
-            <item name="Excalibur" href="http://excalibur.apache.org/"/>
-            <item name="Avalon-Framework" href="http://avalon.apache.org/product/framework/"/>
+            <item name="Home" href="/index.html"/>
+            <item name="Fortress" href="/fortress/index.html"/>
+            <item name="Components" href="/component-list.html"/>
+            <item name="Containerkit" href="/containerkit.html"/>
         </links>
 
         <menu name="Essentials">
@@ -35,7 +36,7 @@
             <item name="FAQ" href="http://wiki.apache.org/excalibur/FrequentlyAskedQuestions"/>
             <item name="Javadocs" href="http://avalon.apache.org/excalibur/api/"/>
             <item name="Download" href="http://avalon.apache.org/download.cgi"/>
-            <item name="Issue Tracking" href="/jira.html"/>
+            <item name="Issue Tracking" href="/issue-tracking.html"/>
             <item name="Miscellaneous" href="misc.html" collapse="true">
                 <item name="Where's my documentation???" href="/no-docs-available.html"/>
                 <item name="No CVS" href="/cvs-usage.html"/>
@@ -43,44 +44,55 @@
             </item>
         </menu>
 
-        <menu name="Component documentation">
+        <menu name="Fortress">
+            <item name="Overview" href="/fortress/index.html"/>
+            <item name="Features Oriented" href="/fortress/features.html"/>
+            <item name="Getting Started" href="/fortress/getting-started.html"/>
+            <item name="Using Meta Info" href="/fortress/using-meta-info.html"/>
+            <item name="CLI" href="/fortress/cli.html"/>
+            <item name="Swing" href="/fortress/swing.html"/>
+            <item name="Servlet" href="/fortress/servlet.html"/>
+            <item name="Lifecycle Extensions" href="/lifecycle/index.html"/>
+            <item name="Design Notes" href="/fortress/design-notes.html"/>
+        </menu>
+
+        <menu name="Components">
             <item name="Overview" href="/component-list.html"/>
-            <item name="Configuration" href="/configuration.html"/>
-            <item name="ECM" href="/component.html"/>
-            <item name="Event" href="event/index.html" collapse="true">
-                <item href="event/event.html" name="Event"/>
-                <item href="event/command.html" name="Command"/>
-                <item href="event/mpool.html" name="MPool"/>
-                <item href="event/util.html" name="Util"/>
-                <item href="event/event-howto.html" name="Use Event Queues"/>
-                <item href="event/command-howto.html" name="Use the Command Manager"/>
-                <item href="event/mpool-howto.html" name="Use MPool"/>
-                <item href="event/util-howto.html" name="Use System Util"/>
-                <item href="event/cpuparser-howto.html" name="Extend System Util"/>
+            <item name="Sourceresolver" href="/sourceresolve-index.html"/>
+            <item name="Store" href="/store-index.html"/>
+            <item name="Thread" href="/thread.html"/>
+            <item name="XMLUtil" href="/xmlutil/index.html" collapse="true">
+                <item name="Overview" href="/xmlutil/index.html"/>
             </item>
-            <item name="Fortress" href="fortress/index.html" collapse="true">
-                <item name="Overview" href="fortress/index.html"/>
-                <item name="Features Oriented" href="fortress/features.html"/>
-                <item name="Getting Started" href="fortress/getting-started.html"/>
-                <item name="Using Meta Info" href="fortress/using-meta-info.html"/>
-                <item name="CLI" href="fortress/cli.html"/>
-                <item name="Swing" href="fortress/swing.html"/>
-                <item name="Servlet" href="fortress/servlet.html"/>
-                <item name="Lifecycle Extensions" href="lifecycle/index.html"/>
-                <item name="Design Notes" href="fortress/design-notes.html"/>
-            </item>
-            <item name="Lifecycle" href="lifecycle/index.html" collapse="true">
-                <item name="Overview" href="lifecycle/index.html"/>
-                <item name="Extensions" href="lifecycle/extension.html"/>
-                <item name="Interfaces" href="lifecycle/interfaces.html"/>
-                <item name="Tutorial" href="lifecycle/fortress.html"/>
+        </menu>
+
+        <menu name="Containerkit">
+            <item name="Overview" href="/containerkit.html"/>
+            <item name="Lifecycle" href="/lifecycle/index.html" collapse="true">
+                <item name="Overview" href="/lifecycle/index.html"/>
+                <item name="Extensions" href="/lifecycle/extension.html"/>
+                <item name="Interfaces" href="/lifecycle/interfaces.html"/>
+                <item name="Tutorial" href="/lifecycle/fortress.html"/>
             </item>
-            <item name="Logger" href="logger.html"/>
-            <item name="Sourceresolver" href="sourceresolve-index.html"/>
-            <item name="Store" href="store-index.html"/>
-            <item name="Thread" href="thread.html"/>
-            <item name="XMLUtil" href="xmlutil/index.html" collapse="true">
-                <item name="Overview" href="xmlutil/index.html"/>
+            <item name="Logger" href="/logger.html"/>
+        </menu>
+
+        <menu name="Deprecated Materials">
+            <item name="Overview" href="/deprecation.html"/>
+            <item name="Old Documentation" href="/deprecation.html" collapse="false">
+                <item name="ECM" href="/component.html"/>
+                <item name="Event" href="/event/index.html" collapse="true">
+                    <item href="/event/event.html" name="Event"/>
+                    <item href="/event/command.html" name="Command"/>
+                    <item href="/event/mpool.html" name="MPool"/>
+                    <item href="/event/util.html" name="Util"/>
+                    <item href="/event/event-howto.html" name="Use Event Queues"/>
+                    <item href="/event/command-howto.html" name="Use the Command Manager"/>
+                    <item href="/event/mpool-howto.html" name="Use MPool"/>
+                    <item href="/event/util-howto.html" name="Use System Util"/>
+                    <item href="/event/cpuparser-howto.html" name="Extend System Util"/>
+                </item>
+                <item name="Configuration" href="/configuration.html"/>
             </item>
         </menu>
     </body>

Modified: excalibur/trunk/site/xdocs/xmlutil/index.xml
==============================================================================
--- excalibur/trunk/site/xdocs/xmlutil/index.xml	(original)
+++ excalibur/trunk/site/xdocs/xmlutil/index.xml	Sun Jun 27 05:23:58 2004
@@ -23,7 +23,7 @@
 
     <body>
 
-        <section name="Introduction">
+        <section name="Excalibur XMLUtil">
             <p>
           The XMLUtil package provides some useful components dealing with
           XML, like a parser (for DOM and SAX), an XSLT processor and an

Modified: excalibur/trunk/site/xdocs/xmlutil/navigation.xml
==============================================================================
--- excalibur/trunk/site/xdocs/xmlutil/navigation.xml	(original)
+++ excalibur/trunk/site/xdocs/xmlutil/navigation.xml	Sun Jun 27 05:23:58 2004
@@ -22,9 +22,10 @@
 
     <body>
         <links>
-            <item name="Apache" href="http://apache.org/"/>
-            <item name="Excalibur" href="http://excalibur.apache.org/"/>
-            <item name="Avalon-Framework" href="http://avalon.apache.org/product/framework/"/>
+            <item name="Home" href="/index.html"/>
+            <item name="Fortress" href="/fortress/index.html"/>
+            <item name="Components" href="/component-list.html"/>
+            <item name="Containerkit" href="/containerkit.html"/>
         </links>
 
         <menu name="Essentials">
@@ -35,7 +36,7 @@
             <item name="FAQ" href="http://wiki.apache.org/excalibur/FrequentlyAskedQuestions"/>
             <item name="Javadocs" href="http://avalon.apache.org/excalibur/api/"/>
             <item name="Download" href="http://avalon.apache.org/download.cgi"/>
-            <item name="Issue Tracking" href="/jira.html"/>
+            <item name="Issue Tracking" href="/issue-tracking.html"/>
             <item name="Miscellaneous" href="misc.html" collapse="true">
                 <item name="Where's my documentation???" href="/no-docs-available.html"/>
                 <item name="No CVS" href="/cvs-usage.html"/>
@@ -43,44 +44,55 @@
             </item>
         </menu>
 
-        <menu name="Component documentation">
+        <menu name="Fortress">
+            <item name="Overview" href="/fortress/index.html"/>
+            <item name="Features Oriented" href="/fortress/features.html"/>
+            <item name="Getting Started" href="/fortress/getting-started.html"/>
+            <item name="Using Meta Info" href="/fortress/using-meta-info.html"/>
+            <item name="CLI" href="/fortress/cli.html"/>
+            <item name="Swing" href="/fortress/swing.html"/>
+            <item name="Servlet" href="/fortress/servlet.html"/>
+            <item name="Lifecycle Extensions" href="/lifecycle/index.html"/>
+            <item name="Design Notes" href="/fortress/design-notes.html"/>
+        </menu>
+
+        <menu name="Components">
             <item name="Overview" href="/component-list.html"/>
-            <item name="Configuration" href="/configuration.html"/>
-            <item name="ECM" href="/component.html"/>
-            <item name="Event" href="event/index.html" collapse="true">
-                <item href="event/event.html" name="Event"/>
-                <item href="event/command.html" name="Command"/>
-                <item href="event/mpool.html" name="MPool"/>
-                <item href="event/util.html" name="Util"/>
-                <item href="event/event-howto.html" name="Use Event Queues"/>
-                <item href="event/command-howto.html" name="Use the Command Manager"/>
-                <item href="event/mpool-howto.html" name="Use MPool"/>
-                <item href="event/util-howto.html" name="Use System Util"/>
-                <item href="event/cpuparser-howto.html" name="Extend System Util"/>
+            <item name="Sourceresolver" href="/sourceresolve-index.html"/>
+            <item name="Store" href="/store-index.html"/>
+            <item name="Thread" href="/thread.html"/>
+            <item name="XMLUtil" href="/xmlutil/index.html" collapse="false">
+                <item name="Overview" href="/xmlutil/index.html"/>
             </item>
-            <item name="Fortress" href="fortress/index.html" collapse="true">
-                <item name="Overview" href="fortress/index.html"/>
-                <item name="Features Oriented" href="fortress/features.html"/>
-                <item name="Getting Started" href="fortress/getting-started.html"/>
-                <item name="Using Meta Info" href="fortress/using-meta-info.html"/>
-                <item name="CLI" href="fortress/cli.html"/>
-                <item name="Swing" href="fortress/swing.html"/>
-                <item name="Servlet" href="fortress/servlet.html"/>
-                <item name="Lifecycle Extensions" href="lifecycle/index.html"/>
-                <item name="Design Notes" href="fortress/design-notes.html"/>
-            </item>
-            <item name="Lifecycle" href="lifecycle/index.html" collapse="true">
-                <item name="Overview" href="lifecycle/index.html"/>
-                <item name="Extensions" href="lifecycle/extension.html"/>
-                <item name="Interfaces" href="lifecycle/interfaces.html"/>
-                <item name="Tutorial" href="lifecycle/fortress.html"/>
+        </menu>
+
+        <menu name="Containerkit">
+            <item name="Overview" href="/containerkit.html"/>
+            <item name="Lifecycle" href="/lifecycle/index.html" collapse="true">
+                <item name="Overview" href="/lifecycle/index.html"/>
+                <item name="Extensions" href="/lifecycle/extension.html"/>
+                <item name="Interfaces" href="/lifecycle/interfaces.html"/>
+                <item name="Tutorial" href="/lifecycle/fortress.html"/>
             </item>
-            <item name="Logger" href="logger.html"/>
-            <item name="Sourceresolver" href="sourceresolve-index.html"/>
-            <item name="Store" href="store-index.html"/>
-            <item name="Thread" href="thread.html"/>
-            <item name="XMLUtil" href="xmlutil/index.html" collapse="false">
-                <item name="Overview" href="xmlutil/index.html"/>
+            <item name="Logger" href="/logger.html"/>
+        </menu>
+
+        <menu name="Deprecated Materials">
+            <item name="Overview" href="/deprecation.html"/>
+            <item name="Old Documentation" href="/deprecation.html" collapse="false">
+                <item name="ECM" href="/component.html"/>
+                <item name="Event" href="/event/index.html" collapse="true">
+                    <item href="/event/event.html" name="Event"/>
+                    <item href="/event/command.html" name="Command"/>
+                    <item href="/event/mpool.html" name="MPool"/>
+                    <item href="/event/util.html" name="Util"/>
+                    <item href="/event/event-howto.html" name="Use Event Queues"/>
+                    <item href="/event/command-howto.html" name="Use the Command Manager"/>
+                    <item href="/event/mpool-howto.html" name="Use MPool"/>
+                    <item href="/event/util-howto.html" name="Use System Util"/>
+                    <item href="/event/cpuparser-howto.html" name="Extend System Util"/>
+                </item>
+                <item name="Configuration" href="/configuration.html"/>
             </item>
         </menu>
     </body>

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org