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/23 19:42:47 UTC

svn commit: rev 20264 - in avalon/trunk/central/site/src/xdocs: . central/legacy

Author: niclas
Date: Sun May 23 10:42:47 2004
New Revision: 20264

Added:
   avalon/trunk/central/site/src/xdocs/central/legacy/index.xml
Modified:
   avalon/trunk/central/site/src/xdocs/index.xml
Log:
Moved the front page to legacy, and put in a placeholder for the home page.

Added: avalon/trunk/central/site/src/xdocs/central/legacy/index.xml
==============================================================================
--- (empty file)
+++ avalon/trunk/central/site/src/xdocs/central/legacy/index.xml	Sun May 23 10:42:47 2004
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <author email="dev@avalon.apache.org">Avalon Documentation Team</author>
+    <title>Apache Avalon: Products</title>
+  </properties> 
+
+  <body>
+    <section name="Avalon Products">
+      <p>
+        Avalon consists of a number of products and sub-projects 
+        supporting service and component management.
+      </p>
+      <table>
+        <tr>
+          <th>Name</th>
+          <th>Description</th>
+        </tr>
+        <tr>
+          <td><a href="product/framework/index.html">Framework</a></td>
+          <td>
+              <p>The framework collection includes a component meta model 
+              used to describe component dependencies towards a container, 
+              the classic framework APIs that describe the runtime contact 
+              between a container and a component, and container utilities</p>
+            </td>
+        </tr>
+        <tr>
+          <td><a href="product/containers/index.html">Merlin</a></td>
+          <td>
+              <p>
+                A container is a platform supporting the management of 
+                components. This page provides links to Merlin - Avalon's reference
+                implementation, general containment theory and background.
+              </p>
+            </td>
+        </tr>
+        <tr>
+          <td><a href="product/components/index.html">Planet</a></td>
+          <td>
+              <p>The components page provides a summary of the main
+              component groups in Avalon and overall component repository
+              management strategies.</p>
+            </td>
+        </tr>
+      </table>
+    </section>
+  </body>
+</document>
+

Modified: avalon/trunk/central/site/src/xdocs/index.xml
==============================================================================
--- avalon/trunk/central/site/src/xdocs/index.xml	(original)
+++ avalon/trunk/central/site/src/xdocs/index.xml	Sun May 23 10:42:47 2004
@@ -2,48 +2,13 @@
 <document>
   <properties>
     <author email="dev@avalon.apache.org">Avalon Documentation Team</author>
-    <title>Apache Avalon: Products</title>
+    <title>Home</title>
   </properties> 
 
   <body>
-    <section name="Avalon Products">
+    <section name="Welcome to Apache Avalon">
       <p>
-        Avalon consists of a number of products and sub-projects 
-        supporting service and component management.
       </p>
-      <table>
-        <tr>
-          <th>Name</th>
-          <th>Description</th>
-        </tr>
-        <tr>
-          <td><a href="product/framework/index.html">Framework</a></td>
-          <td>
-              <p>The framework collection includes a component meta model 
-              used to describe component dependencies towards a container, 
-              the classic framework APIs that describe the runtime contact 
-              between a container and a component, and container utilities</p>
-            </td>
-        </tr>
-        <tr>
-          <td><a href="product/containers/index.html">Merlin</a></td>
-          <td>
-              <p>
-                A container is a platform supporting the management of 
-                components. This page provides links to Merlin - Avalon's reference
-                implementation, general containment theory and background.
-              </p>
-            </td>
-        </tr>
-        <tr>
-          <td><a href="product/components/index.html">Planet</a></td>
-          <td>
-              <p>The components page provides a summary of the main
-              component groups in Avalon and overall component repository
-              management strategies.</p>
-            </td>
-        </tr>
-      </table>
     </section>
   </body>
 </document>

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