Author: niclas Date: Sun May 23 11:18:13 2004 New Revision: 20271 Modified: avalon/trunk/central/site/src/xdocs/products/af4/cop/navigation.xml avalon/trunk/central/site/src/xdocs/products/af4/index.xml avalon/trunk/central/site/src/xdocs/products/af4/navigation.xml avalon/trunk/central/site/src/xdocs/products/af4/principals/navigation.xml Log: Updated the navigation in framework.
Modified: avalon/trunk/central/site/src/xdocs/products/af4/cop/navigation.xml ============================================================================== --- avalon/trunk/central/site/src/xdocs/products/af4/cop/navigation.xml (original) +++ avalon/trunk/central/site/src/xdocs/products/af4/cop/navigation.xml Sun May 23 11:18:13 2004 @@ -1,39 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> -<project href="http://avalon.apache.org/logkit" - name="Avalon Framework"> - <title>Avalon Framework</title> +<project> + <title>Avalon Framework</title> - <body> + <body> - <links> - <item name="Apache" href="http://apache.org/"/> - <item name="Avalon" href="http://avalon.apache.org/"/> - <item name="Framework" href="http://avalon.apache.org/product/framework/"/> - <item name="Merlin" href="http://avalon.apache.org/product/containers/"/> - <item name="Planet" href="http://avalon.apache.org/product/components/"/> - </links> - - <menu name="About Avalon Framework"> - <item name="Overview" href="/index.html"/> - <item name="Component Oriented" href="/cop/index.html"> - <item name="COP in Avalon" href="/cop/guide-cop-in-avalon.html"/> - <item name="Patterns in Avalon" href="/cop/guide-patterns-avalon.html"/> - <item name="IOC Patterns" href="/cop/guide-patterns-ioc.html"/> - <item name="IOC Security" href="/cop/guide-patterns-ioc-security.html"/> - <item name="Seperation of Concerns" href="/cop/guide-patterns-soc.html"/> - <item name="Interface and Implementation" href="/cop/guide-patterns-soii.html"/> - </item> - <item name="Component Development" href="/principals/index.html"/> - <item name="Javadoc" href="/api/index.html"/> - </menu> - - <menu name="Related Projects"> - <item name="Avalon Meta" href="http://avalon.apache.org/meta"/> - <item name="Avalon Merlin" href="http://avalon.apache.org/merlin"/> - <item name="Avalon Planet" href="http://avalon.apache.org/components"/> + <menu> + <item name="COP in Avalon" href="guide-cop-in-avalon.html"/> + <item name="Patterns in Avalon" href="guide-patterns-avalon.html"/> + <item name="IOC Patterns" href="guide-patterns-ioc.html"/> + <item name="IOC Security" href="guide-patterns-ioc-security.html"/> + <item name="Seperation of Concerns" href="guide-patterns-soc.html"/> + <item name="Interface and Implementation" href="guide-patterns-soii.html"/> </menu> - - </body> + </body> </project> Modified: avalon/trunk/central/site/src/xdocs/products/af4/index.xml ============================================================================== --- avalon/trunk/central/site/src/xdocs/products/af4/index.xml (original) +++ avalon/trunk/central/site/src/xdocs/products/af4/index.xml Sun May 23 11:18:13 2004 @@ -8,7 +8,7 @@ </properties> <body> - <section name="Introduction"> + <section name="Avalon Framework - Introduction"> <p> The Avalon Framework consists of interfaces that define relationships between commonly used application components, @@ -20,9 +20,9 @@ The Avalon Framework is based on several important programming concepts (design patterns and COP) which are applied throughout Avalon. These concepts are introduced under the heading - <a href="./cop/index.html">Component Oriented</a>. Application + <a href="cop/index.html">Component Oriented</a>. Application of these concepts within Avalon is addressed under - <a href="./principals/index.html">Component Development</a>. + <a href="principals/index.html">Component Development</a>. </p> </subsection> <subsection name="Target Audience"> Modified: avalon/trunk/central/site/src/xdocs/products/af4/navigation.xml ============================================================================== --- avalon/trunk/central/site/src/xdocs/products/af4/navigation.xml (original) +++ avalon/trunk/central/site/src/xdocs/products/af4/navigation.xml Sun May 23 11:18:13 2004 @@ -1,32 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> -<project href="http://avalon.apache.org/logkit" - name="Avalon Framework"> - <title>Avalon Framework</title> +<project> - <body> + <title>Avalon Framework</title> - <links> - <item name="Apache" href="http://apache.org/"/> - <item name="Avalon" href="http://avalon.apache.org/"/> - <item name="Framework" href="http://avalon.apache.org/product/framework/"/> - <item name="Merlin" href="http://avalon.apache.org/product/containers/"/> - <item name="Planet" href="http://avalon.apache.org/product/components/"/> - </links> - - <menu name="About Avalon Framework"> - <item name="Overview" href="/index.html"/> - <item name="Component Oriented" href="/cop/index.html"/> - <item name="Component Development" href="/principals/index.html"/> - <item name="Javadoc" href="/api/index.html"/> - </menu> - - <menu name="Related Projects"> - <item name="Avalon Meta" href="http://avalon.apache.org/meta"/> - <item name="Avalon Merlin" href="http://avalon.apache.org/merlin"/> - <item name="Avalon Planet" href="http://avalon.apache.org/components"/> + <body> + <menu> + <item name="Overview" href="index.html"/> + <item name="Component Oriented" href="cop/index.html"/> + <item name="Component Development" href="principals/index.html"/> + <item name="OO Tips & Patterns" href="basics.html"/> + <item name="Javadoc" href="api/index.html"/> </menu> - - </body> + </body> </project> Modified: avalon/trunk/central/site/src/xdocs/products/af4/principals/navigation.xml ============================================================================== --- avalon/trunk/central/site/src/xdocs/products/af4/principals/navigation.xml (original) +++ avalon/trunk/central/site/src/xdocs/products/af4/principals/navigation.xml Sun May 23 11:18:13 2004 @@ -1,35 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> -<project href="http://avalon.apache.org/logkit" - name="Avalon Framework"> - <title>Avalon Framework</title> +<project> + <title>Avalon Framework</title> - <body> + <body> - <links> - <item name="Apache" href="http://apache.org/"/> - <item name="Avalon" href="http://avalon.apache.org/"/> - <item name="Framework" href="http://avalon.apache.org/product/framework/"/> - <item name="Merlin" href="http://avalon.apache.org/product/containers/"/> - <item name="Planet" href="http://avalon.apache.org/product/components/"/> - </links> - - <menu name="About Avalon Framework"> - <item name="Overview" href="/index.html"/> - <item name="Component Oriented" href="/cop/index.html"/> - <item name="Component Development" href="/principals/index.html"> - <item name="Lifecycle" href="/principals/lifecycle.html"/> - <item name="Containment" href="/principals/containment.html"/> - </item> - <item name="Javadoc" href="/api/index.html"/> - </menu> - - <menu name="Related Projects"> - <item name="Avalon Meta" href="http://avalon.apache.org/meta"/> - <item name="Avalon Merlin" href="http://avalon.apache.org/merlin"/> - <item name="Avalon Planet" href="http://avalon.apache.org/components"/> + <menu> + <item name="Lifecycle" href="lifecycle.html"/> + <item name="Containment" href="containment.html"/> </menu> - - </body> + </body> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]