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/01/12 05:18:44 UTC

svn commit: r368255 - in /struts: action/trunk/xdocs/learning.xml action/trunk/xdocs/navigation.xml action/trunk/xdocs/userGuide/installation.xml scripting/trunk/xdocs/navigation.xml scripting/trunk/xdocs/source-guide.xml shale/trunk/xdocs/building.xml

Author: wsmoak
Date: Wed Jan 11 20:18:36 2006
New Revision: 368255

URL: http://svn.apache.org/viewcvs?rev=368255&view=rev
Log:
Changed links from acquiring.html to downloads.html after renaming the page.

Modified:
    struts/action/trunk/xdocs/learning.xml
    struts/action/trunk/xdocs/navigation.xml
    struts/action/trunk/xdocs/userGuide/installation.xml
    struts/scripting/trunk/xdocs/navigation.xml
    struts/scripting/trunk/xdocs/source-guide.xml
    struts/shale/trunk/xdocs/building.xml

Modified: struts/action/trunk/xdocs/learning.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/xdocs/learning.xml?rev=368255&r1=368254&r2=368255&view=diff
==============================================================================
--- struts/action/trunk/xdocs/learning.xml (original)
+++ struts/action/trunk/xdocs/learning.xml Wed Jan 11 20:18:36 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-Copyright 1999-2005 The Apache Software Foundation
+Copyright 1999-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
@@ -187,7 +187,7 @@
 
     <p>
         These applications are available for
-        <a href="http://struts.apache.org/acquiring.html">download</a> from
+        <a href="http://struts.apache.org/downloads.html">download</a> from
         the Struts Applications subproject, in both source and binary form.
     </p>
 

Modified: struts/action/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/xdocs/navigation.xml?rev=368255&r1=368254&r2=368255&view=diff
==============================================================================
--- struts/action/trunk/xdocs/navigation.xml (original)
+++ struts/action/trunk/xdocs/navigation.xml Wed Jan 11 20:18:36 2006
@@ -22,7 +22,7 @@
                 />
             <item
                 name="Download"
-                href="../acquiring.html"/>
+                href="../downloads.html"/>
         </menu>
 
         <menu name="Quick Links">

Modified: struts/action/trunk/xdocs/userGuide/installation.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/xdocs/userGuide/installation.xml?rev=368255&r1=368254&r2=368255&view=diff
==============================================================================
--- struts/action/trunk/xdocs/userGuide/installation.xml (original)
+++ struts/action/trunk/xdocs/userGuide/installation.xml Wed Jan 11 20:18:36 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-Copyright 1999-2005 The Apache Software Foundation
+Copyright 1999-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
@@ -73,7 +73,7 @@
   <subsection name="Install a Library Distribution" href="Installing">
 
     <p>First, download a binary distribution of Struts Action Library by following the
-    instructions <a href=".http://struts.apache.org/acquiring.html">here</a>. Then, make sure
+    instructions <a href="http://struts.apache.org/downloads.html">here</a>. Then, make sure
     you have downloaded and installed the
     <a href="#Prerequisites">prerequisite</a> software packages described
     above.</p>
@@ -187,8 +187,8 @@
 
     <p>
     First, download a source distribution of a Struts subproject by following the
-    instructions <a href="http://struts.apache.org/acquiring.html">here</a>. Then, make sure
-    you have downloaded and installed <a href="http://maven.apache.org/maven-1.x/">Apache Maven 1.1</a> 
+    instructions <a href="http://struts.apache.org/downloads.html">here</a>. Then, make sure
+    you have downloaded and installed <a href="http://maven.apache.org/maven-1.x/">Apache Maven 1.0.2</a> 
     </p>
     
     <p>

Modified: struts/scripting/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/struts/scripting/trunk/xdocs/navigation.xml?rev=368255&r1=368254&r2=368255&view=diff
==============================================================================
--- struts/scripting/trunk/xdocs/navigation.xml (original)
+++ struts/scripting/trunk/xdocs/navigation.xml Wed Jan 11 20:18:36 2006
@@ -8,7 +8,7 @@
         <item name="Documentation" href="index.html#documentation"/>
         <item name="User Guide" href="user-guide.html"/>
         <item name="Source Guide" href="source-guide.html"/>
-        <item name="Download" href="http://struts.apache.org/acquiring.html"/>
+        <item name="Download" href="http://struts.apache.org/downloads.html"/>
     </menu>
 
     <menu name="Quick Links">

Modified: struts/scripting/trunk/xdocs/source-guide.xml
URL: http://svn.apache.org/viewcvs/struts/scripting/trunk/xdocs/source-guide.xml?rev=368255&r1=368254&r2=368255&view=diff
==============================================================================
--- struts/scripting/trunk/xdocs/source-guide.xml (original)
+++ struts/scripting/trunk/xdocs/source-guide.xml Wed Jan 11 20:18:36 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-Copyright 1999-2005 The Apache Software Foundation
+Copyright 1999-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
@@ -40,7 +40,7 @@
     <subsection name="Source code layout">
       <a name="layout"/>
          <p>When you unzip the latest release Struts Scripting or check it out from subversion
-         (more help on subversion at the Struts <a href="http://struts.apache.org/acquiring.html#Source_Code">source code</a>), you'll be staring at the following directory structure:
+         (more help on Subversion at the Struts <a href="http://struts.apache.org/downloads.html#Source_Code">source code</a>), you'll be staring at the following directory structure:
          </p>
          <ul>
          <li><code>/src</code> - All source code can be found here</li>

Modified: struts/shale/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/xdocs/building.xml?rev=368255&r1=368254&r2=368255&view=diff
==============================================================================
--- struts/shale/trunk/xdocs/building.xml (original)
+++ struts/shale/trunk/xdocs/building.xml Wed Jan 11 20:18:36 2006
@@ -29,7 +29,7 @@
         source code and the binary libraries.  Alternatively, you can check out
         the source code from the Struts Subversion repository using the
         URLs specified
-        <a href="http://struts.apache.org/acquiring.html#Source_Code">here</a>.</p>
+        <a href="http://struts.apache.org/downloads.html#Source_Code">here</a>.</p>
 
       </subsection>
 



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