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/08/22 06:49:26 UTC

svn commit: r234436 - in /struts/site/trunk/xdocs: download.xml mail.xml milestones.xml roadmap.xml

Author: wsmoak
Date: Sun Aug 21 21:49:19 2005
New Revision: 234436

URL: http://svn.apache.org/viewcvs?rev=234436&view=rev
Log:
Removed href attributes from section tags and added anchors.
Fixed link to Struts-User list on Roomity (reported by Vic - netsql at roomity.com)

Modified:
    struts/site/trunk/xdocs/download.xml
    struts/site/trunk/xdocs/mail.xml
    struts/site/trunk/xdocs/milestones.xml
    struts/site/trunk/xdocs/roadmap.xml

Modified: struts/site/trunk/xdocs/download.xml
URL: http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/download.xml?rev=234436&r1=234435&r2=234436&view=diff
==============================================================================
--- struts/site/trunk/xdocs/download.xml (original)
+++ struts/site/trunk/xdocs/download.xml Sun Aug 21 21:49:19 2005
@@ -7,7 +7,8 @@
 
 <body>
 
-    <section name="Downloading Struts" href="downloading">
+    <section name="Downloading Struts">
+    <a name="downloading"/>
 
     <p>
     Use the links below to download Apache Struts from one of our mirrors. You
@@ -16,7 +17,8 @@
     directory.
     </p>
 
-        <section name="Mirror" href="mirror">
+        <section name="Mirror">
+        <a name="mirror"/>
 
         <p>
         [if-any logo]
@@ -51,8 +53,11 @@
 
         </section>
 
-        <section name="Full Releases" href="struts-ga">
-        <subsection name="Struts 1.2.7" href="struts127">
+        <section name="Full Releases">
+        <a name="struts-ga"/>
+
+        <a name="struts127"/>
+        <subsection name="Struts 1.2.7">
 
         <p>
         Struts 1.2.7 is the latest production release of Struts. It is available
@@ -110,7 +115,8 @@
         </ul>
 
         </subsection>
-        <subsection name="Older Versions" href="strutsarchive">
+        <a name="strutsarchive"/>
+        <subsection name="Older Versions">
 
         <p>
         Older versions of Struts are available from the 
@@ -120,7 +126,8 @@
         </subsection>
         </section>
 
-        <section name="Beta Releases" href="struts-beta">
+        <section name="Beta Releases">
+        <a name="struts-beta"/>
 
         <p>
         None currently available.

Modified: struts/site/trunk/xdocs/mail.xml
URL: http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/mail.xml?rev=234436&r1=234435&r2=234436&view=diff
==============================================================================
--- struts/site/trunk/xdocs/mail.xml (original)
+++ struts/site/trunk/xdocs/mail.xml Sun Aug 21 21:49:19 2005
@@ -21,7 +21,8 @@
 
 <body>
 
-<section name="Mailing Lists - Guidelines" href="Guidelines">
+<section name="Mailing Lists - Guidelines">
+<a name="Guidelines"/>
 
 <p>A mailing list is an electronic discussion forum that anyone can
 subscribe to. When someone sends an email message to the mailing list,
@@ -142,7 +143,7 @@
 
 </section>
 
-<section name="Archives" href="Archives">
+<section name="Archives">
 <p>Archives Carrying Struts Lists</p>
 <ul>
 <li><a href="http://mail-archives.apache.org/">ASF Mail Archives</a></li>
@@ -165,7 +166,7 @@
 </ul>
 </section>
 
-<section name="Subscribing" href="Subscribing">
+<section name="Subscribing">
 <p>
 Now that you've read the guidelines (you <em>have</em> read the rest of the page, haven't you?), please subscribe to
 whichever Struts lists are of interest. 
@@ -211,7 +212,7 @@
       <strong>STRUTS-USER Newsgroup</strong> - The User list is also mirrored online,
       so that you can participate <strong>without</strong> subscribing to the regular mailing
       list.<br />
-      [<a href="http://www.proj.com/subscribe.jsp">Struts Newsgroup</a>]<br />
+      [<a href="http://struts_user.roomity.com">Struts User on Roomity</a>]<br />
       This is another way to post to the User list without subscribing to the 
       regular list. <br/>
       </li>

Modified: struts/site/trunk/xdocs/milestones.xml
URL: http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/milestones.xml?rev=234436&r1=234435&r2=234436&view=diff
==============================================================================
--- struts/site/trunk/xdocs/milestones.xml (original)
+++ struts/site/trunk/xdocs/milestones.xml Sun Aug 21 21:49:19 2005
@@ -7,14 +7,16 @@
         <title>Roadmap Milestones - The Apache Struts Web Application Framework</title>
     </properties>
     <body>
-        <section href="milestones" name="Development Milestones">
+        <section name="Development Milestones">
+        <a name="milestones"/>
             <p>
                 These are some general ideas we have about what may happen in the Struts 1.x
                 series. This is a <strong>whiteboard</strong> and everything here is
                 <strong>subject to change</strong>.
             </p>
-
-            <subsection href="struts_1_0" name="Struts 1.0.0 (complete)">
+            
+            <a name="struts_1_0"/>
+            <subsection name="Struts 1.0.0 (complete)">
                 <p>
                     Major refactoring of Struts internals to provide support for modules and a new
                     "config" object series. Bundles Struts Tiles and Struts Validator into main
@@ -23,7 +25,8 @@
                 </p>
             </subsection>
 
-            <subsection href="struts_1_2_4" name="Struts 1.2.4 (complete)">
+            <a name="struts_1_2_4"/>
+            <subsection name="Struts 1.2.4 (complete)">
                 <p>
                     Continued refactorings of the Struts 1.x product series.
                 </p>
@@ -34,20 +37,23 @@
                     </ul>
             </subsection>
 
-            <subsection href="struts_1_2_6" name="Struts 1.2.6 (complete)">
+            <a name="struts_1_2_6"/>
+            <subsection name="Struts 1.2.6 (complete)">
                 <p>
                     Migrated repository to Subversion; update website.
                 </p>
             </subsection>
 
-            <subsection href="struts_1_2_x" name="Struts 1.2.x (pending)">
+            <a name="struts_1_2_x"/>
+            <subsection name="Struts 1.2.x (pending)">
                 <p>
                     Minor enhancements, improvements, and refactorings only, as needed.
                     New features should be added to the 1.3.x series.
                 </p>
             </subsection>
 
-            <subsection href="struts_1_3_x" name="Struts 1.3.x (pending)">
+            <a name="struts_1_3_x"/>
+            <subsection name="Struts 1.3.x (pending)">
                 <p>
                     Evolutionary enhancements to product base, based on existing features or codebases.
                 </p>
@@ -75,7 +81,8 @@
 		        </ul>
             </subsection>
 
-            <subsection href="struts_1_4_x" name="Struts 1.4.x">
+            <a name="struts_1_4_x"/>
+            <subsection name="Struts 1.4.x">
                 <ul>
                     <li>Consider adding support for Portlets by specifying an alternate Request Processor catalog.</li>
 		            <li>Consider combining DTDs.</li>
@@ -84,7 +91,8 @@
                 </ul>
             </subsection>
 
-	        <subsection href="struts_1_5_x" name="Struts 1.5.x">
+            <a name="struts_1_5_x"/>
+	        <subsection  name="Struts 1.5.x">
 		        <ul>
     		        <li>Consider a "smart" action type: executes Action class or ActionCommand interface, as given.</li>
 	    	        <li>Consider a "populate" method on ActionForm.</li>
@@ -92,7 +100,8 @@
 		        </ul>
 	        </subsection>
 
-            <subsection href="struts_1_6_x" name="Struts 1.6.x">
+            <a name="struts_1_6_x"/>
+            <subsection name="Struts 1.6.x">
 		        <ul>
     		        <li>Consider multiple controllers.</li>
 	    	        <li>Consider an alternate configuration file.</li>
@@ -100,7 +109,8 @@
 		        </ul>
 	        </subsection>
 
-            <subsection href="struts_1_x_x" name="Other potential enhancements for the 1.x.x series">
+            <a name="struts_1_x_x"/>
+            <subsection name="Other potential enhancements for the 1.x.x series">
                 <ul>
                     <li>Consider <a href="http://struts.sf.net/struts-cocoon/">Cocoon Plugin</a></li>
                     <li>Consider adopting several popular extensions, including:

Modified: struts/site/trunk/xdocs/roadmap.xml
URL: http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/roadmap.xml?rev=234436&r1=234435&r2=234436&view=diff
==============================================================================
--- struts/site/trunk/xdocs/roadmap.xml (original)
+++ struts/site/trunk/xdocs/roadmap.xml Sun Aug 21 21:49:19 2005
@@ -11,9 +11,11 @@
 
 <body>
 
-<section href="roadmap" name="Development Roadmap">
+<section name="Development Roadmap">
+<a name="roadmap"/>
 
-<subsection href="scope" name="Scope">
+<a name="scope"/>
+<subsection name="Scope">
 
     <p>
     This document outlines some of changes we expect to
@@ -34,7 +36,8 @@
 
     </subsection>
 
-    <subsection href="Bugzilla" name="Bugzilla Queries">
+    <a name="Bugzilla"/>
+    <subsection name="Bugzilla Queries">
 
         <p>
             The Struts development team uses the <a href="http://issues.apache.org/bugzilla">Apache Bug Database</a> (Bugzilla)
@@ -62,7 +65,8 @@
 
     </subsection>
 
-<subsection href="Struts_1_x" name="Struts 1.x">
+<a name="Struts_1_x"/>
+<subsection name="Struts 1.x">
 
     <p>
         Releases in the 1.x series will focus on refactoring of existing functionality, with a
@@ -131,7 +135,8 @@
 
     </subsection>
 
-    <subsection href="Struts_1_3_x" name="Struts 1.3.x and beyond">
+    <a name="Struts_1_3_x"/>
+    <subsection name="Struts 1.3.x and beyond">
 
         <p>
             An outline of the Struts 1.x enhancements proposed here can be found on the
@@ -323,7 +328,8 @@
         </p>
     </subsection>
 
-    <subsection href="Struts_2_0" name="Struts 2.0.x">
+    <a name="Struts_2_0"/> 
+    <subsection name="Struts 2.0.x">
 
     <p>
     Struts 2.x (aka Struts "Next Generation") will include broader enhancements.
@@ -414,7 +420,8 @@
 
 </subsection>
 
-<subsection href="Portlets" name="Portlet (JSR-168) Whiteboard">
+<a name="Portlets"/>
+<subsection name="Portlet (JSR-168) Whiteboard">
     <p>
         There are three major issues with supporting JSR-168 (and I'm sure a bunch of smaller ones as well):
     </p>
@@ -453,7 +460,8 @@
 
 </subsection>
 
-    <subsection href="jsf" name="JavaServer Faces">
+    <a name="jsf"/>
+    <subsection name="JavaServer Faces">
 
         <p>
             Struts is providing support for <a href="http://java.sun.com/j2ee/javaserverfaces/">JavaServer Faces</a>
@@ -483,7 +491,8 @@
          </ul>
     </subsection>
 
-<subsection href="Proposals" name="Relevant Proposals">
+<a name="Proposals"/>
+<subsection name="Relevant Proposals">
 
     <ul>
 



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