Author: husted
Date: Thu Oct 27 06:00:25 2005
New Revision: 328867

URL: http://svn.apache.org/viewcvs?rev=328867&view=rev
Log:
* Core: Tweak navigation and add more subsection headers to Learning.
* Site: Grammatical changes. 

Modified:
    struts/core/trunk/xdocs/faqs/navigation.xml
    struts/core/trunk/xdocs/index.xml
    struts/core/trunk/xdocs/learning.xml
    struts/core/trunk/xdocs/navigation.xml
    struts/core/trunk/xdocs/userGuide/navigation.xml
    struts/site/trunk/xdocs/index.xml

Modified: struts/core/trunk/xdocs/faqs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/faqs/navigation.xml?rev=328867&r1=328866&r2=328867&view=diff
==============================================================================
--- struts/core/trunk/xdocs/faqs/navigation.xml (original)
+++ struts/core/trunk/xdocs/faqs/navigation.xml Thu Oct 27 06:00:25 2005
@@ -52,16 +52,19 @@
     </menu>
 
     <menu name="Quick Links">
-        <item 
-            name="Struts"
-            href="index.html"/>
         <item
-               name="User and Developer Guides"
+                   name="User and Developer Guides"
             href="userGuide/index.html"
             />
+       <item
+            name="JavaDocs"
+            href="apidocs/index.html"/>
+       <item
+            name="Source Repository"
+            
href="http://svn.apache.org/viewcvs.cgi/struts/core/trunk/?root=Apache-SVN"/>
         <item 
-            name="FAQs and HowTos *"         
-            href="faqs/index.html"/>
+            name="Struts Core"
+            href="index.html"/>
     </menu>
   </body>
 </project>

Modified: struts/core/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/index.xml?rev=328867&r1=328866&r2=328867&view=diff
==============================================================================
--- struts/core/trunk/xdocs/index.xml (original)
+++ struts/core/trunk/xdocs/index.xml Thu Oct 27 06:00:25 2005
@@ -17,6 +17,9 @@
     <p>
         Struts Core provides the invisible underpinnings every
         professional web application needs to survive.
+    </p>
+    
+    <p>        
         Struts Core is a flexible control layer based on
         <a href="userGuide/preface.html">standard technologies</a> like Java
         Servlets, JavaBeans, ResourceBundles, and XML, as well as various

Modified: struts/core/trunk/xdocs/learning.xml
URL: 
http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/learning.xml?rev=328867&r1=328866&r2=328867&view=diff
==============================================================================
--- struts/core/trunk/xdocs/learning.xml (original)
+++ struts/core/trunk/xdocs/learning.xml Thu Oct 27 06:00:25 2005
@@ -15,7 +15,7 @@
 <section name="Learning About Struts Core">
 
     <p>
-        The <strong>official documentation</strong> for the framework is
+        The <strong>official documentation</strong> for Struts Core is
         provided online and may be built locally from the source code
         distribution.
         To build the documentation, change to the subproject's
@@ -27,24 +27,16 @@
     </p>
 
     <p>
-        The documentation bundle includes:
+        The Core documentation includes a <a href="userGuide/index.html">User 
Guide</a>,
+       <a href="./faqs/index.html">FAQ and Howto Guides</a>, 
+       along with this top-level introduction.
+    </p>
+    
+    <p>
+       The <a href="apidocs/index.html">JavaDocs</a> 
+       and <a 
href="http://svn.apache.org/viewcvs.cgi/struts/core/trunk/";>source code</a> 
+       can also be browsed.
     </p>
-
-    <ul>
-        <li>
-            <a href="userGuide/index.html">User Guide</a>,
-        </li>
-        <li>
-            <a href="javadoc.html">Comprehensive Javadocs</a>,
-        </li>
-        <li>
-            <a href="./faqs/index.html">FAQ and Howto Guides</a>,
-        </li>
-
-        <li>
-            and everything else you find here.
-        </li>
-    </ul>
 
  <a name="Versions"/>
  <subsection name="Documentation Versions">
@@ -62,6 +54,10 @@
         <strong>be sure to refer to the documentation for the version
         you are actually using</strong>.
     </p>
+</subsection>
+
+ <a name="userGuide"/>
+ <subsection name="User Guide">
 
     <p>
         The concise Struts Core <a href="userGuide/index.html"><strong>
@@ -73,21 +69,12 @@
         the User Guide also includes detailed installation instructions
         and release notes for each version of Struts Core.
     </p>
+</subsection>
 
-    <p>
-        For more detail about a specific class or package,
-        the Struts Core <a href="api/index.html"><strong>
-        Javadocs</strong></a> are <strong>surprisingly comprehensive and
-        carefully maintained</strong>.
-        It is <em>strongly</em> recommended that you refer to the
-        <a href="api/index.html"> Javadoc</a> for each class
-        as you begin to use it.
-        This will help ensure that important features and options are not
-        overlooked.
-        <em>What you don't know, can't help you.</em>
-    </p>
+ <a name="FAQS"/>
+ <subsection name="FAQS and HowTos">
 
-    <p id="faqs">
+    <p>
         The Struts Core <strong>FAQs</strong> are designed to fill in
         any gaps left by the Javadocs or the User Guides.
     </p>
@@ -105,7 +92,7 @@
         </li>
     </ul>
 
-    <p id="howtos">
+    <p>
         The <strong>Howto Guides</strong> are designed to help you get started
         with some of the optional extensions and components available
         for Struts Core.
@@ -130,6 +117,22 @@
     </p>
 </subsection>
 
+ <a name="JavaDocs"/>
+ <subsection name="JavaDocs">
+    <p>
+        For more detail about a specific class or package,
+        the Struts Core <a href="apidocs/index.html"><strong>
+        Javadocs</strong></a> are <strong>surprisingly comprehensive and
+        carefully maintained</strong>.
+        It is <em>strongly</em> recommended that you refer to the
+        <a href="apidocs/index.html">JavaDocs</a> for each class
+        as you begin to use it.
+        This will help ensure that important features and options are not
+        overlooked.
+        <em>What you don't know, can't help you.</em>
+    </p>
+</subsection>
+
 <a name="Examples"/>
 <subsection name="Struts Core by Example">
     <p>
@@ -238,7 +241,6 @@
         The <a href="roadmap.html"><strong>Roadmap</strong></a> page outlines
         our tentative plans for future development.
     </p>
-
 </subsection>
 
 <a name="resources"/>
@@ -272,7 +274,6 @@
         </li>
 
     </ul>
-
 </subsection>
     
 <a name="books"/>
@@ -284,7 +285,6 @@
        A current list of books about Struts subprojects is maintained as a
        <a href="http://wiki.apache.org/struts/StrutsBooks";>wiki page</a>.
        </p>
-
 </subsection>
 </section>
 

Modified: struts/core/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/navigation.xml?rev=328867&r1=328866&r2=328867&view=diff
==============================================================================
--- struts/core/trunk/xdocs/navigation.xml (original)
+++ struts/core/trunk/xdocs/navigation.xml Thu Oct 27 06:00:25 2005
@@ -20,23 +20,30 @@
                 href="milestones.html"
                 />
             <item
+                name="Download"
+                href="../acquiring.html"/>
+        </menu>
+
+        <menu name="Quick Links">
+            <item
                 name="User Guide"
                 href="userGuide/index.html"
                 />
             <item
+                name="FAQs and HowTos"
+                href="faqs/index.html"
+                />
+            <item
+                name="JavaDocs"
+                href="apidocs/index.html"
+                />
+            <item
                 name="Source Repository"
                 
href="http://svn.apache.org/viewcvs.cgi/struts/core/trunk/?root=Apache-SVN";
                 />
-
-        </menu>
-
-        <menu name="Quick Links">
-            <item
-                    name="Struts"
-                    href="../index.html"/>
             <item
-                    name="Download"
-                    href="../acquiring.html"/>
+                name="Apache Struts"
+                href="../index.html"/>
         </menu>
     </body>
 </project>

Modified: struts/core/trunk/xdocs/userGuide/navigation.xml
URL: 
http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/userGuide/navigation.xml?rev=328867&r1=328866&r2=328867&view=diff
==============================================================================
--- struts/core/trunk/xdocs/userGuide/navigation.xml (original)
+++ struts/core/trunk/xdocs/userGuide/navigation.xml Thu Oct 27 06:00:25 2005
@@ -44,14 +44,17 @@
 
     <menu name="Quick Links">
         <item 
-            name="Struts"                 
-            href="index.html"/>
-        <item
-            name="User and Developer Guides *" 
-            href="userGuide/index.html"/>
-        <item 
             name="FAQs and HowTos"         
             href="faqs/index.html"/>
+       <item
+            name="JavaDocs"
+            href="apidocs/index.html"/>
+       <item
+            name="Source Repository"
+            
href="http://svn.apache.org/viewcvs.cgi/struts/core/trunk/?root=Apache-SVN"/>
+        <item 
+            name="Struts Core"                 
+            href="index.html"/>
     </menu>
   </body>
 </project>

Modified: struts/site/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/index.xml?rev=328867&r1=328866&r2=328867&view=diff
==============================================================================
--- struts/site/trunk/xdocs/index.xml (original)
+++ struts/site/trunk/xdocs/index.xml Thu Oct 27 06:00:25 2005
@@ -32,7 +32,7 @@
     </p>
     
     <p>
-     <b>TU26: Shale: The next Struts?</b>
+     <b>TU26: Shale: The Next Struts??</b>
     </p>
      
     <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to