Author: rahul
Date: Tue Oct 24 13:41:21 2006
New Revision: 467471

URL: http://svn.apache.org/viewvc?view=rev&rev=467471
Log:
Move foundations below features, so as to get the following content flow on top 
of the home page:
Intro (very short) --> Features --> Dependencies/Foundations
SHALE-306

Modified:
    shale/framework/trunk/src/site/xdoc/index.xml

Modified: shale/framework/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/src/site/xdoc/index.xml?view=diff&rev=467471&r1=467470&r2=467471
==============================================================================
--- shale/framework/trunk/src/site/xdoc/index.xml (original)
+++ shale/framework/trunk/src/site/xdoc/index.xml Tue Oct 24 13:41:21 2006
@@ -22,51 +22,6 @@
 
   <body>
 
-    <section name="Shale Framework">
-
-      <a name="foundations"/>
-      <subsection name="Foundations">
-
-        <p>Shale is based on (and requires a runtime environment that
-        supports) the following foundation technologies:</p>
-
-        <ul>
-        <li>Java Runtime Environment (JRE) 1.4 or later.</li>
-        <li>Servlet API 2.4 or later.</li>
-        <li>JavaServer Pages 2.0 or later.</li>
-        <li>JavaServer Faces 1.1 or later.</li>
-        <li>JSP Standard Tag Library (JSTL) 1.1 or later.</li>
-        <li>Apache Commons BeanUtils 1.7 or later.</li>
-        <li>Apache Commons Chain 1.0 or later.</li>
-        <li>Apache Commons Digester 1.7 or later.</li>
-        <li>Apache Commons Logging 1.0.4 or later.</li>
-        </ul>
-
-        <p>Various optional Shale components have dependencies on the following
-        additional runtime technologies:</p>
-
-        <ul>
-        <li>Apache Commons Validator 1.2.0 or later.</li>
-        <li>Apache Commons SCXML 0.5 or later.</li>
-        <li>Spring Framework 1.2.2 or later.</li>
-        <li>Tiles 2 (the stand-alone version of Tiles, currently in the Struts 
Sandbox).</li>
-        <li>Cargo</li>
-        <li>jMock</li>
-        </ul>
-
-        <p>If you wish to work on Shale itself, you will require the following
-        additional resources:</p>
-
-        <ul>
-        <li>Java Development Kit (JDK) 1.4 or later.  (JDK 1.5 is required for 
Shale Tiger.)</li>
-        <li><a href="http://maven.apache.org";>Apache Maven</a> 2.0.4 or 
later.</li>
-        </ul>
-                
-      </subsection>
-
-
-    </section>
-
     <a name="features"/>
     <section name="Shale Features">
 
@@ -111,6 +66,46 @@
             for Shale applications that run on Java Standard Edition 5
             (popularly known by its code name during development, 
"tiger").</li>
       </ul>
+
+    </section>
+
+    <a name="foundations"/>
+    <section name="Shale Foundations">
+
+        <p>Shale is based on (and requires a runtime environment that
+        supports) the following foundation technologies:</p>
+
+        <ul>
+        <li>Java Runtime Environment (JRE) 1.4 or later.</li>
+        <li>Servlet API 2.4 or later.</li>
+        <li>JavaServer Pages 2.0 or later.</li>
+        <li>JavaServer Faces 1.1 or later.</li>
+        <li>JSP Standard Tag Library (JSTL) 1.1 or later.</li>
+        <li>Apache Commons BeanUtils 1.7 or later.</li>
+        <li>Apache Commons Chain 1.0 or later.</li>
+        <li>Apache Commons Digester 1.7 or later.</li>
+        <li>Apache Commons Logging 1.0.4 or later.</li>
+        </ul>
+
+        <p>Various optional Shale components have dependencies on the following
+        additional runtime technologies:</p>
+
+        <ul>
+        <li>Apache Commons Validator 1.2.0 or later.</li>
+        <li>Apache Commons SCXML 0.5 or later.</li>
+        <li>Spring Framework 1.2.2 or later.</li>
+        <li>Tiles 2 (the stand-alone version of Tiles, currently in the Struts 
Sandbox).</li>
+        <li>Cargo</li>
+        <li>jMock</li>
+        </ul>
+
+        <p>If you wish to work on Shale itself, you will require the following
+        additional resources:</p>
+
+        <ul>
+        <li>Java Development Kit (JDK) 1.4 or later.  (JDK 1.5 is required for 
Shale Tiger.)</li>
+        <li><a href="http://maven.apache.org";>Apache Maven</a> 2.0.4 or 
later.</li>
+        </ul>
 
     </section>
 


Reply via email to