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 2006/04/24 04:52:55 UTC

svn commit: r396389 - in /struts: action/trunk/apps/src/site/site.xml action/trunk/src/site/site.xml action/trunk/src/site/xdoc/javadoc.xml site/src/site/site.xml site/src/site/xdoc/javadoc.xml

Author: wsmoak
Date: Sun Apr 23 19:52:54 2006
New Revision: 396389

URL: http://svn.apache.org/viewcvs?rev=396389&view=rev
Log:
Reworked the website menus and Javadoc links.

Added:
    struts/action/trunk/src/site/xdoc/javadoc.xml   (with props)
Modified:
    struts/action/trunk/apps/src/site/site.xml
    struts/action/trunk/src/site/site.xml   (contents, props changed)
    struts/site/src/site/site.xml
    struts/site/src/site/xdoc/javadoc.xml

Modified: struts/action/trunk/apps/src/site/site.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/src/site/site.xml?rev=396389&r1=396388&r2=396389&view=diff
==============================================================================
--- struts/action/trunk/apps/src/site/site.xml (original)
+++ struts/action/trunk/apps/src/site/site.xml Sun Apr 23 19:52:54 2006
@@ -28,12 +28,28 @@
         </menu>
         
         <menu name="Apps">
-            <item
-                    name="Cookbook"
-                    href="struts-cookbook/"/>
-            <item
-                    name="Mailreader"
-                    href="struts-mailreader/"/>
+        
+            <item   name="Struts Blank"
+                    href="struts-blank/index.html" />
+                    
+            <item   name="Struts Cookbook"
+                    href="struts-cookbook/index.html" />
+                    
+            <item   name="Struts Examples"
+                    href="struts-examples/index.html" />
+
+            <item   name="Struts Faces 1"
+                    href="struts-faces-example1/index.html" />
+
+            <item   name="Struts Faces 2"
+                    href="struts-faces-example2/index.html" />
+
+            <item   name="Struts Mailreader"
+                    href="struts-mailreader/index.html" />
+
+            <item   name="Struts EL Exercise Taglib"
+                    href="strutsel-exercise-taglib/index.html" />
+
         </menu>
         
         ${modules}

Modified: struts/action/trunk/src/site/site.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/src/site/site.xml?rev=396389&r1=396388&r2=396389&view=diff
==============================================================================
--- struts/action/trunk/src/site/site.xml (original)
+++ struts/action/trunk/src/site/site.xml Sun Apr 23 19:52:54 2006
@@ -49,8 +49,8 @@
                     href="faqs/index.html"
                     />
             <item
-                    name="JavaDocs"
-                    href="apidocs/index.html"
+                    name="Javadoc"
+                    href="javadoc.html"
                     />
             <item
                     name="Release Notes"
@@ -64,6 +64,33 @@
                     name="Apache Struts Home"
                     href="http://struts.apache.org"/>
         </menu>
+        
+        <menu name="Components">
+        
+            <item   name="Struts Action Core"
+                    href="struts-core/index.html" />
+
+            <item   name="Struts Apps"
+                    href="struts-apps/index.html" />
+
+            <item   name="Struts EL"
+                    href="struts-el/index.html" />
+
+            <item   name="Struts Extras"
+                    href="struts-extras/index.html" />
+
+            <item   name="Struts Faces"
+                    href="struts-faces/index.html" />
+
+            <item   name="Struts Scripting"
+                    href="struts-scripting/index.html" />
+
+            <item   name="Struts Taglib"
+                    href="struts-taglib/index.html" />
+
+        </menu>
+
+        ${modules}
         ${reports}
     </body>
 </project>

Propchange: struts/action/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: struts/action/trunk/src/site/xdoc/javadoc.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/src/site/xdoc/javadoc.xml?rev=396389&view=auto
==============================================================================
--- struts/action/trunk/src/site/xdoc/javadoc.xml (added)
+++ struts/action/trunk/src/site/xdoc/javadoc.xml Sun Apr 23 19:52:54 2006
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<!--
+Copyright 2006 The Apache Software Foundation
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!--
+// ======================================================================== 78
+-->
+<document>
+
+   <properties>
+      <title>Struts Action - Javadoc</title>
+   </properties>
+
+   <body>
+
+      <section name="Struts Action Javadoc">
+
+         <ul>
+            <li>
+               <a href="struts-core/apidocs/index.html" target="_blank">
+               Struts Action Core</a></li>
+            <li>
+               <a href="struts-el/apidocs/index.html" target="_blank">
+               Struts EL</a></li>
+            <li>
+               <a href="struts-extras/apidocs/index.html" target="_blank">
+               Struts Extras</a></li>
+            <li>
+               <a href="struts-faces/apidocs/index.html" target="_blank">
+               Struts Faces</a></li>
+            <li>
+               <a href="struts-scripting/apidocs/index.html" target="_blank">
+               Struts Scripting</a></li>
+            <li>
+               <a href="struts-taglib/apidocs/index.html" target="_blank">
+               Struts Taglib</a></li>
+         </ul>
+
+      </section>
+
+   </body>
+</document>

Propchange: struts/action/trunk/src/site/xdoc/javadoc.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/action/trunk/src/site/xdoc/javadoc.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: struts/site/src/site/site.xml
URL: http://svn.apache.org/viewcvs/struts/site/src/site/site.xml?rev=396389&r1=396388&r2=396389&view=diff
==============================================================================
--- struts/site/src/site/site.xml (original)
+++ struts/site/src/site/site.xml Sun Apr 23 19:52:54 2006
@@ -78,19 +78,12 @@
         </menu>
 
         <menu name="Extensions">
-            <item name="EL" href="http://struts.apache.org/struts-el/index.html"/>
-            <item name="Extras" href="http://struts.apache.org/struts-extras/index.html"/>
-            <item name="Flow" href="http://struts.apache.org/struts-flow/index.html"/>
-            <item name="JSF Integration" href="http://struts.apache.org/struts-faces/index.html"/>
-            <item name="JSP Taglib" href="http://struts.apache.org/struts-taglib/index.html"/>
-            <item name="Scripting" href="http://struts.apache.org/struts-scripting/index.html"/>
             <item name="Tiles" href="http://struts.apache.org/struts-tiles/index.html"/>
             <item name="Other Extensions"
                   href="http://wiki.apache.org/struts/StrutsExtensions"/>
         </menu>
 
         <menu name="Subprojects">
-            <item name="Applications" href="http://struts.apache.org/struts-apps/index.html"/>
             <item name="Sandbox" href="http://struts.apache.org/struts-sandbox/index.html"/>
         </menu>
 

Modified: struts/site/src/site/xdoc/javadoc.xml
URL: http://svn.apache.org/viewcvs/struts/site/src/site/xdoc/javadoc.xml?rev=396389&r1=396388&r2=396389&view=diff
==============================================================================
--- struts/site/src/site/xdoc/javadoc.xml (original)
+++ struts/site/src/site/xdoc/javadoc.xml Sun Apr 23 19:52:54 2006
@@ -29,36 +29,14 @@
             <table>
                 <tr>
                     <th>
-                        <a href="struts-action/apidocs/index.html">Struts
+                        <a href="struts-action/javadoc.html">Struts
                             Action Framework</a>
                     </th>
                 </tr>
-                <!--
-                <tr>
-                  <th><a href="struts-apps/apidocs/index.html">Struts Applications</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-flow/apidocs/index.html">Struts
-                            Flow</a>
-                    </th>
-                </tr>
                 <tr>
                     <th>
-                        <a href="struts-faces/apidocs/index.html">Struts JSF
-                            Integration Library</a>
+                        <a href="struts-shale/index.html#Shale_Documentation">
+                        Struts Shale Framework</a>
                     </th>
                 </tr>
                 <tr>
@@ -69,69 +47,12 @@
                 </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>
-                    <th>
                         <a href="struts-tiles/apidocs/index.html">Struts
                             Tiles</a>
                     </th>
                 </tr>
             </table>
             <br/>
-            <table>
-                <tr>
-                    <th>
-                        <a href="struts-shale/shale-core/apidocs/index.html">
-                            Shale Core Library</a>
-                    </th>
-                </tr>
-                <tr>
-                    <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="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>



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