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:08:21 UTC

svn commit: r234427 - in /struts/site/trunk/xdocs: acquiring.xml learning.xml using.xml

Author: wsmoak
Date: Sun Aug 21 21:08:11 2005
New Revision: 234427

URL: http://svn.apache.org/viewcvs?rev=234427&view=rev
Log:
Removed href attributes from section tags and added anchors.  Fixed link to javadoc.

Modified:
    struts/site/trunk/xdocs/acquiring.xml
    struts/site/trunk/xdocs/learning.xml
    struts/site/trunk/xdocs/using.xml

Modified: struts/site/trunk/xdocs/acquiring.xml
URL: http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/acquiring.xml?rev=234427&r1=234426&r2=234427&view=diff
==============================================================================
--- struts/site/trunk/xdocs/acquiring.xml (original)
+++ struts/site/trunk/xdocs/acquiring.xml Sun Aug 21 21:08:11 2005
@@ -10,8 +10,8 @@
 </properties>
 
 <body>
-
-    <section name="Acquiring Struts" href="Acquiring">
+    <section name="Acquiring Struts">
+    <a name="Acquiring"/>
 
     <p>
     Struts is available in a binary distribution, a source distribution, and a
@@ -38,7 +38,8 @@
 
 </section>
 
-<section name="Releases and Milestone Builds" href="ReleasesAndMilestones">
+<section name="Releases and Milestone Builds">
+<a name="ReleasesAndMilestones"/>
     <p>
     Releases and milestone builds of Struts are available from the main
     Struts distribution site, or from mirror sites.
@@ -67,7 +68,8 @@
     </ul>
 </section>
 
-<section name="Development Builds" href="DevelopmentBuilds">
+<section name="Development Builds">
+<a name="DevelopmentBuilds"/>
 
     <p>
     The latest <em>development build</em> of Struts is available 
@@ -84,7 +86,8 @@
 
 </section>
 
-<section name="Nightly Builds" href="NightlyBuilds">
+<section name="Nightly Builds">
+<a name="NightlyBuilds"/>
 
     <p>
     For developers who are helping to develop Struts, or who just want "the
@@ -114,7 +117,8 @@
 
 </section>
 
-<section name="Source Code" href="SourceCode">
+<section name="Source Code">
+<a name="SourceCode"/>
 
     <p>
     Access to the source repository for Struts is available through both

Modified: struts/site/trunk/xdocs/learning.xml
URL: http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/learning.xml?rev=234427&r1=234426&r2=234427&view=diff
==============================================================================
--- struts/site/trunk/xdocs/learning.xml (original)
+++ struts/site/trunk/xdocs/learning.xml Sun Aug 21 21:08:11 2005
@@ -10,7 +10,9 @@
 </properties>
 
 <body>
-<section name="Learning About Struts" href="Docs">
+
+<section name="Learning About Struts">
+<a name="Docs"/>
 
     <p>
     The <strong>official documentation</strong> for the framework is provided both 
@@ -23,7 +25,7 @@
     <a href="userGuide/index.html">User and Developer Guides</a>,
     </li>
     <li>
-    <a href="api/index.html">Comprehensive Javadocs</a>,
+    <a href="javadoc.html">Comprehensive Javadocs</a>,
     </li>
     <li>
     <a href="./faqs/index.html">FAQ and Howto Guides</a>,
@@ -137,8 +139,8 @@
 
 </section>
 
-<section name="Struts by Example" href="Examples">
-
+<section name="Struts by Example">
+<a name="Examples"/>
     <p>
         To help you see how it all fits together, several example applications are bundled with the Struts
         distribution:
@@ -190,7 +192,8 @@
 
 </section>
 
-<section name="Learning More About Struts" href="More">
+<section name="Learning More About Struts">
+<a name="More"/>
     <p>
     The Struts <a href="using.html#Lists">Mailing Lists</a> are a treasure trove of 
     useful, interactive information. The user list tends to carry a high 
@@ -243,8 +246,8 @@
 
 </section>
 
-    <section name="Struts Community Resources" href="resources">
-
+    <section name="Struts Community Resources">
+    <a name="resources"/>
     <p>
         Struts has attracted a large and robust community of developers,
         which have created a vast number of Struts related resources.
@@ -271,8 +274,9 @@
     </ul>
 
 </section>
-
-    <section name="Books about Struts" href="books">
+    
+    <section name="Books about Struts">
+    <a name="books"/>
 
        <p>
        The Apache Software Foundation does not provide printed manuals,

Modified: struts/site/trunk/xdocs/using.xml
URL: http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/using.xml?rev=234427&r1=234426&r2=234427&view=diff
==============================================================================
--- struts/site/trunk/xdocs/using.xml (original)
+++ struts/site/trunk/xdocs/using.xml Sun Aug 21 21:08:11 2005
@@ -45,7 +45,8 @@
 
     </section>
 
-    <section name="Reporting Bugs and Feature Requests" href="Bugs">
+    <section name="Reporting Bugs and Feature Requests">
+    <a name="Bugs"/>
 
     <p>
     Tracking of bug reports and enhancement requests for Struts is handled
@@ -63,7 +64,8 @@
 
 </section>
 
-<section name="Contributing Patches to Code or Documentation" href="Patches">
+<section name="Contributing Patches to Code or Documentation">
+<a name="Patches"/>
 
     <p>
     You can upload a proposed <a href="http://jakarta.apache.org/site/source.html#Patches">
@@ -105,7 +107,8 @@
 
 </section>
 
-<section name="Joining the Mailing Lists" href="Lists">
+<section name="Joining the Mailing Lists" >
+<a name="Lists"/>
 
     <p>
     Before joining any Apache mailing list, please be sure to read the
@@ -116,7 +119,8 @@
     
 </section>
 
-<section name="Posting a Question to a Mailing List" href="Questions">
+<section name="Posting a Question to a Mailing List">
+<a name="Questions"/>
 
     <p>
     Before posting a new question, be sure to consult one of the
@@ -132,7 +136,8 @@
 
     </section>
 
-    <section name="Getting Involved" href="Involved">
+    <section name="Getting Involved" >
+    <a name="Involved"/>
 
     <p>
         All work on Struts (and other Apache projects) is provided on an all-volunteer basis.



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