You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/12/10 04:34:22 UTC

svn commit: r355710 - in /struts/site/trunk/xdocs: javadoc.xml navigation.xml volunteers.xml

Author: wsmoak
Date: Fri Dec  9 19:34:15 2005
New Revision: 355710

URL: http://svn.apache.org/viewcvs?rev=355710&view=rev
Log:
Minor documentation updates
- unlinked the Maven-generated project overview page which is incomplete.
- Reformatted and alphabetized entries in the menu and Javadoc index.
- Fixed links.

Modified:
    struts/site/trunk/xdocs/javadoc.xml
    struts/site/trunk/xdocs/navigation.xml
    struts/site/trunk/xdocs/volunteers.xml

Modified: struts/site/trunk/xdocs/javadoc.xml
URL: http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/javadoc.xml?rev=355710&r1=355709&r2=355710&view=diff
==============================================================================
--- struts/site/trunk/xdocs/javadoc.xml (original)
+++ struts/site/trunk/xdocs/javadoc.xml Fri Dec  9 19:34:15 2005
@@ -28,7 +28,7 @@
 <section name="Javadoc">
   <table>
     <tr>
-      <th><a href="struts-core/apidocs/index.html">Struts Action Framework</a></th>
+      <th><a href="struts-action/apidocs/index.html">Struts Action Framework</a></th>
     </tr>
     <!-- 
     <tr>
@@ -36,24 +36,24 @@
     </tr>
     -->
     <tr>
-      <th><a href="struts-bsf/apidocs/index.html">Struts BSF</a></th>
-    </tr>
-    <tr>
       <th><a href="struts-el/apidocs/index.html">Struts EL</a></th>
     </tr>
     <tr>
       <th><a href="struts-extras/apidocs/index.html">Struts Extras</a></th>
     </tr>
     <tr>
-      <th><a href="struts-faces/apidocs/index.html">Struts JSF Integration Library</a></th>
+      <th><a href="struts-flow/apidocs/index.html">Struts Flow</a></th>
     </tr>
     <tr>
-      <th><a href="struts-flow/apidocs/index.html">Struts Flow</a></th>
+      <th><a href="struts-faces/apidocs/index.html">Struts JSF Integration Library</a></th>
     </tr>
     <tr>
       <th><a href="struts-sandbox/apidocs/index.html">Struts Sandbox</a></th>
     </tr>
     <tr>
+      <th><a href="struts-scripting/apidocs/index.html">Struts Scripting</a></th>
+    </tr>
+    <tr>
       <th><a href="struts-taglib/apidocs/index.html">Struts Taglibs</a></th>
     </tr>
     <tr>
@@ -63,35 +63,47 @@
   <br/>
   <table>
     <tr>
-      <th><a href="shale/shale-core/apidocs/index.html">
-          Shale Core Library</a></th>
-    </tr><tr>
-      <th><a href="shale/shale-clay/apidocs/index.html">
-          Shale Clay Plug-In</a></th>
-    </tr><tr>
-      <th><a href="shale/shale-test/apidocs/index.html">
-          Shale Test Framework</a></th>
-    </tr><tr>
-      <th><a href="shale/shale-usecases/apidocs/index.html">
-          Shale Use Cases Sample App</a></th>
+      <th><a href="struts-shale/shale-core/apidocs/index.html">
+          Shale Core Library</a>
+      </th>
     </tr>
     <tr>
-      <th><a href="shale/shale-spring/apidocs/index.html">
+      <th><a href="struts-shale/shale-clay/apidocs/index.html">
+          Shale Clay Plug-In</a>
+      </th>
+    </tr>
+    <tr>
+      <th><a href="struts-shale/shale-test/apidocs/index.html">
+          Shale Test Framework</a>
+      </th>
+    </tr>
+    <tr>
+      <th><a href="struts-shale/shale-usecases/apidocs/index.html">
+          Shale Use Cases Sample App</a>
+      </th>
+    </tr>
+    <tr>
+      <th><a href="struts-shale/shale-spring/apidocs/index.html">
           Shale Spring Integration</a>
       </th>
     </tr>
     <tr>
-      <th><a href="shale/shale-tiles/apidocs/index.html">
+      <th><a href="struts-shale/shale-tiles/apidocs/index.html">
           Shale Tiles Integration</a>
       </th>
     </tr>
+    <tr>
+      <th><a href="struts-shale/shale-mailreader/apidocs/index.html">
+          Shale MailReader</a>
+      </th>
+    </tr>
   </table>
     
 </section>
 
     <section>
       <p class="right">Next:
-          <a href="http://svn.apache.org/viewcvs.cgi/struts/core/trunk/?root=Apache-SVN">
+          <a href="http://svn.apache.org/viewcvs.cgi/struts/action/trunk/?root=Apache-SVN">
           Source Repository</a>
       </p>
     </section>

Modified: struts/site/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/navigation.xml?rev=355710&r1=355709&r2=355710&view=diff
==============================================================================
--- struts/site/trunk/xdocs/navigation.xml (original)
+++ struts/site/trunk/xdocs/navigation.xml Fri Dec  9 19:34:15 2005
@@ -61,12 +61,12 @@
     </menu>
  
     <menu name="Extensions">
-        <item name="Scripting" href="/struts-scripting/index.html"/>
         <item name="EL" href="/struts-el/index.html"/>
         <item name="Extras" href="/struts-extras/index.html"/>
         <item name="Flow" href="/struts-flow/index.html"/>
         <item name="JSF Integration" href="/struts-faces/index.html"/>
         <item name="JSP Taglib" href="/struts-taglib/index.html"/>
+        <item name="Scripting" href="/struts-scripting/index.html"/>
         <item name="Tiles" href="/struts-tiles/index.html"/>
         <item name="Other Extensions" href="http://wiki.apache.org/struts/StrutsExtensions"/>
     </menu>

Modified: struts/site/trunk/xdocs/volunteers.xml
URL: http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/volunteers.xml?rev=355710&r1=355709&r2=355710&view=diff
==============================================================================
--- struts/site/trunk/xdocs/volunteers.xml (original)
+++ struts/site/trunk/xdocs/volunteers.xml Fri Dec  9 19:34:15 2005
@@ -851,7 +851,7 @@
             derive so much value, and decided that one important
             contribution I could make would be to answer questions on
             the Struts user list, among others. Over time, I found myself
-            wanting to add bits and peices to Struts itself, and began
+            wanting to add bits and pieces to Struts itself, and began
             submitting patches.</p>
 
             <p>In October 2005 I was invited to become a committer. My
@@ -860,12 +860,6 @@
             other experimental work that's going on.</p>
 
          </subsection>
-      </section>
-
-      <section>
-        <p class="right">
-          <strong>Next:</strong> <a href="projects-overview.html">Subproject Overview</a>
-         </p>
       </section>
    </body>
 </document>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org