You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/05/24 16:14:01 UTC

svn commit: rev 20343 - in avalon/trunk/central/site/src/xdocs/products/runtime: logging/system logging/system/examples logging/system/impl logging/system/impl/log4j logging/system/impl/logkit logging/system/impl/logkit/plugin logging/system/spec repository repository/about repository/images repository/resources repository/start repository/tools

Author: niclas
Date: Mon May 24 07:14:00 2004
New Revision: 20343

Added:
   avalon/trunk/central/site/src/xdocs/products/runtime/repository/about/
      - copied from rev 20341, avalon/trunk/runtime/repository/site/xdocs/about/
   avalon/trunk/central/site/src/xdocs/products/runtime/repository/images/
      - copied from rev 20341, avalon/trunk/runtime/repository/site/xdocs/images/
   avalon/trunk/central/site/src/xdocs/products/runtime/repository/index.xml
      - copied unchanged from rev 20341, avalon/trunk/runtime/repository/site/xdocs/index.xml
   avalon/trunk/central/site/src/xdocs/products/runtime/repository/resources/
      - copied from rev 20341, avalon/trunk/runtime/repository/site/xdocs/resources/
   avalon/trunk/central/site/src/xdocs/products/runtime/repository/start/
      - copied from rev 20341, avalon/trunk/runtime/repository/site/xdocs/start/
   avalon/trunk/central/site/src/xdocs/products/runtime/repository/tools/
      - copied from rev 20341, avalon/trunk/runtime/repository/site/xdocs/tools/
Modified:
   avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/examples/navigation.xml
   avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/impl/log4j/navigation.xml
   avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/impl/logkit/navigation.xml
   avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/impl/logkit/plugin/navigation.xml
   avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/impl/navigation.xml
   avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/navigation.xml
   avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/spec/navigation.xml
Log:
Navigation for Logging fixed. Moved across the Repository docs.

Modified: avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/examples/navigation.xml
==============================================================================
--- avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/examples/navigation.xml	(original)
+++ avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/examples/navigation.xml	Mon May 24 07:14:00 2004
@@ -19,39 +19,13 @@
 
 <project>
 
- <title>Merlin</title>
+  <title>Merlin</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 Logging">
-      <item name="Overview" href="/index.html"/>
-      <item name="Specification" href="/spec/index.html"/>
-      <item name="Implementations" href="/impl/index.html"/>
-      <item name="Examples" href="/examples/index.html">
-        <item name="Code Example" href="/examples/code.html"/>
-        <item name="LogKit Example" href="/examples/logkit.html"/>
-      </item>
-    </menu>
-
-    <menu name="Resources">
-      <item name="Javadoc" href="/api/index.html"/>
-      <item name="Download" href="/download.html"/>
+    <menu>
+      <item name="Code Example" href="code.html"/>
+      <item name="LogKit Example" href="logkit.html"/>
     </menu>
-
-    <menu name="Related Projects">
-      <item name="Merlin" href="http://avalon.apache.org/merlin"/>
-      <item name="Repository" href="http://avalon.apache.org/repository"/>
-      <item name="Utilities" href="http://avalon.apache.org/util"/>
-    </menu>
- 
- </body>
-
+  </body>
 </project>

Modified: avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/impl/log4j/navigation.xml
==============================================================================
--- avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/impl/log4j/navigation.xml	(original)
+++ avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/impl/log4j/navigation.xml	Mon May 24 07:14:00 2004
@@ -19,39 +19,11 @@
 
 <project>
 
- <title>Merlin</title>
+  <title>Merlin</title>
 
- <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 Logging">
-      <item name="Overview" href="/index.html"/>
-      <item name="Specification" href="/spec/index.html"/>
-      <item name="Implementations" href="/impl/index.html">
-        <item name="LogKit" href="/impl/logkit/index.html"/>
-        <item name="Log4J" href="/impl/log4j/index.html"/>
-      </item>
-      <item name="Examples" href="/examples/index.html"/>
-    </menu>
-
-    <menu name="Resources">
-      <item name="Javadoc" href="/api/index.html"/>
-      <item name="Download" href="/download.html"/>
-    </menu>
-
-    <menu name="Related Projects">
-      <item name="Merlin" href="http://avalon.apache.org/merlin"/>
-      <item name="Repository" href="http://avalon.apache.org/repository"/>
-      <item name="Utilities" href="http://avalon.apache.org/util"/>
+  <body>
+    <menu>
     </menu>
- 
- </body>
+  </body>
 
 </project>

Modified: avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/impl/logkit/navigation.xml
==============================================================================
--- avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/impl/logkit/navigation.xml	(original)
+++ avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/impl/logkit/navigation.xml	Mon May 24 07:14:00 2004
@@ -19,43 +19,15 @@
 
 <project>
 
- <title>Merlin</title>
+  <title>Merlin</title>
 
- <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 Logging">
-      <item name="Overview" href="/index.html"/>
-      <item name="Specification" href="/spec/index.html"/>
-      <item name="Implementations" href="/impl/index.html">
-        <item name="LogKit" href="/impl/logkit/index.html">
-          <item name="Stream Target" href="/impl/logkit/stream.html"/>
-          <item name="File Target" href="/impl/logkit/file.html"/>
-          <item name="Multicast Target" href="/impl/logkit/multicast.html"/>
-          <item name="Plugin Target" href="/impl/logkit/plugin/index.html"/>
-          <item name="Formatter" href="/impl/logkit/formatter.html"/>
-        </item>
-        <item name="Log4J" href="/impl/log4j/index.html"/>
-      </item>
-      <item name="Examples" href="/examples/index.html"/>
-    </menu>
-
-    <menu name="Resources">
-      <item name="Javadoc" href="/api/index.html"/>
-      <item name="Download" href="/download.html"/>
-    </menu>
-
-    <menu name="Related Projects">
-      <item name="Merlin" href="http://avalon.apache.org/merlin"/>
-      <item name="Repository" href="http://avalon.apache.org/repository"/>
-      <item name="Utilities" href="http://avalon.apache.org/util"/>
+  <body>
+    <menu>
+      <item name="Stream Target" href="stream.html"/>
+      <item name="File Target" href="file.html"/>
+      <item name="Multicast Target" href="multicast.html"/>
+      <item name="Plugin Target" href="plugin/index.html"/>
+      <item name="Formatter" href="formatter.html"/>
     </menu>
  
  </body>

Modified: avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/impl/logkit/plugin/navigation.xml
==============================================================================
--- avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/impl/logkit/plugin/navigation.xml	(original)
+++ avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/impl/logkit/plugin/navigation.xml	Mon May 24 07:14:00 2004
@@ -19,49 +19,14 @@
 
 <project>
 
- <title>Merlin</title>
+  <title>Merlin</title>
 
- <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 Logging">
-      <item name="Overview" href="/index.html"/>
-      <item name="Specification" href="/spec/index.html"/>
-      <item name="Implementations" href="/impl/index.html">
-        <item name="LogKit" href="/impl/logkit/index.html">
-          <item name="Stream Target" href="/impl/logkit/stream.html"/>
-          <item name="File Target" href="/impl/logkit/file.html"/>
-          <item name="Multicast Target" href="/impl/logkit/multicast.html"/>
-          <item name="Plugin Target" href="/impl/logkit/plugin/index.html">
-            <item name="DataGram" href="/impl/logkit/plugin/datagram.html"/>
-            <item name="Socket" href="/impl/logkit/plugin/socket.html"/>
-            <item name="SysLog" href="/impl/logkit/plugin/syslog.html"/>
-          </item>
-          <item name="Formatter" href="/impl/logkit/formatter.html"/>
-        </item>
-        <item name="Log4J" href="/impl/log4j/index.html"/>
-      </item>
-      <item name="Examples" href="/examples/index.html"/>
-    </menu>
-
-    <menu name="Resources">
-      <item name="Javadoc" href="/api/index.html"/>
-      <item name="Download" href="/download.html"/>
-    </menu>
-
-    <menu name="Related Projects">
-      <item name="Merlin" href="http://avalon.apache.org/merlin"/>
-      <item name="Repository" href="http://avalon.apache.org/repository"/>
-      <item name="Utilities" href="http://avalon.apache.org/util"/>
+  <body>
+    <menu>
+      <item name="Datagram" href="datagram.html"/>
+      <item name="Socket" href="socket.html"/>
+      <item name="SysLog" href="syslog.html"/>
     </menu>
- 
- </body>
+  </body>
 
 </project>

Modified: avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/impl/navigation.xml
==============================================================================
--- avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/impl/navigation.xml	(original)
+++ avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/impl/navigation.xml	Mon May 24 07:14:00 2004
@@ -19,39 +19,13 @@
 
 <project>
 
- <title>Merlin</title>
+  <title>Merlin</title>
 
- <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 Logging">
-      <item name="Overview" href="/index.html"/>
-      <item name="Specification" href="/spec/index.html"/>
-      <item name="Implementations" href="/impl/index.html">
-        <item name="LogKit" href="/impl/logkit/index.html"/>
-        <item name="Log4J" href="/impl/log4j/index.html"/>
-      </item>
-      <item name="Examples" href="/examples/index.html"/>
-    </menu>
-
-    <menu name="Resources">
-      <item name="Javadoc" href="/api/index.html"/>
-      <item name="Download" href="/download.html"/>
-    </menu>
-
-    <menu name="Related Projects">
-      <item name="Merlin" href="http://avalon.apache.org/merlin"/>
-      <item name="Repository" href="http://avalon.apache.org/repository"/>
-      <item name="Utilities" href="http://avalon.apache.org/util"/>
+  <body>
+    <menu>
+      <item name="LogKit" href="logkit/index.html"/>
+      <item name="Log4J" href="log4j/index.html"/>
     </menu>
- 
  </body>
 
 </project>

Modified: avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/navigation.xml
==============================================================================
--- avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/navigation.xml	(original)
+++ avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/navigation.xml	Mon May 24 07:14:00 2004
@@ -19,36 +19,16 @@
 
 <project>
 
- <title>Merlin</title>
+  <title>Merlin</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 Logging">
+    <menu>
       <item name="Overview" href="/index.html"/>
       <item name="Specification" href="/spec/index.html"/>
       <item name="Implementations" href="/impl/index.html"/>
       <item name="Examples" href="/examples/index.html"/>
     </menu>
-
-    <menu name="Resources">
-      <item name="Javadoc" href="/api/index.html"/>
-      <item name="Download" href="/download.html"/>
-    </menu>
-
-    <menu name="Related Projects">
-      <item name="Merlin" href="http://avalon.apache.org/merlin"/>
-      <item name="Repository" href="http://avalon.apache.org/repository"/>
-      <item name="Utilities" href="http://avalon.apache.org/util"/>
-    </menu>
- 
- </body>
+  </body>
 
 </project>

Modified: avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/spec/navigation.xml
==============================================================================
--- avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/spec/navigation.xml	(original)
+++ avalon/trunk/central/site/src/xdocs/products/runtime/logging/system/spec/navigation.xml	Mon May 24 07:14:00 2004
@@ -19,36 +19,11 @@
 
 <project>
 
- <title>Merlin</title>
+  <title>Merlin</title>
 
- <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 Logging">
-      <item name="Overview" href="/index.html"/>
-      <item name="Specification" href="/spec/index.html"/>
-      <item name="Implementations" href="/impl/index.html"/>
-      <item name="Examples" href="/examples/index.html"/>
-    </menu>
-
-    <menu name="Resources">
-      <item name="Javadoc" href="/api/index.html"/>
-      <item name="Download" href="/download.html"/>
-    </menu>
-
-    <menu name="Related Projects">
-      <item name="Merlin" href="http://avalon.apache.org/merlin"/>
-      <item name="Repository" href="http://avalon.apache.org/repository"/>
-      <item name="Utilities" href="http://avalon.apache.org/util"/>
+  <body>
+    <menu>
     </menu>
- 
- </body>
+  </body>
 
 </project>

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org