Author: husted
Date: Mon Jan 22 03:46:20 2007
New Revision: 498588

URL: http://svn.apache.org/viewvc?view=rev&rev=498588
Log:
WW-1650 Add link to migration guide and restore AJAX bullet, since they are 
becoming FAQs.

Modified:
    struts/struts2/trunk/src/site/xdoc/index.xml

Modified: struts/struts2/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/xdoc/index.xml?view=diff&rev=498588&r1=498587&r2=498588
==============================================================================
--- struts/struts2/trunk/src/site/xdoc/index.xml (original)
+++ struts/struts2/trunk/src/site/xdoc/index.xml Mon Jan 22 03:46:20 2007
@@ -36,17 +36,23 @@
          </a>
         </li>
         <li>
-         To download Apache Struts 2, visit
+         To download the framework, visit
          <a href="http://struts.apache.org/download.cgi#struts201";>
             Apache Struts Distributions.
          </a>
         </li>
         <li>
-          For more about extensions to Struts 2, visit our 
+          For more about extensions, visit our 
          <a href="http://cwiki.apache.org/S2PLUGINS/home.html";>
             Plugin Registry.
          </a>
-        </li></ul>
+        </li>
+        <li>
+          For more about migrating, visit our 
+         <a href="http://struts.apache.org/2.x/docs/migration-guide.html";>
+            Migration Guide.
+         </a>
+        </li>        </ul>
         </div>
             
         </section>
@@ -72,8 +78,10 @@
                     <strong>Flexible Cancel Buttons</strong> - Go directly to 
a different action on cancel. 
                 </li>
                 <li>
-                    <strong>Easy Spring integration</strong> - 
Struts<sup>2</sup> Actions are Spring-aware. Just 
-                    add Spring beans! (Plexus support is also available.)
+                    <strong>First-class AJAX support</strong> - Add 
interactivity and flexibility with AJAX tags that look and feel just like 
standard Struts tags. 
+                </li>
+                <li>
+                    <strong>Easy Spring integration</strong> - Inject 
dependencies into Actions using Spring without glue code or red tape. (Plexus 
support also available.)
                 </li>
                 <li>
                     <strong>Enhanced Results</strong> - Do more with 
speciality results for JasperReports, JFreeChart, Action chaining, and file 
downloading.  
@@ -88,10 +96,6 @@
                 </li>
                 <!-- Experimental
                 <li>
-                    <strong>First-class AJAX support</strong> - The AJAX theme 
is backed by the popular Dojo Framework. 
-                    AJAX tags look and feel just like standard Struts tags but 
provide greater interactivity and flexibility. 
-                </li>
-                <li>
                     strong>Zero Configuration</strong> - Optionally, replace 
XML configuration with convention and annotation. 
                 </li>
                 -->
@@ -156,7 +160,7 @@
             </p>
             
             <p>
-            To download Apache Struts 2, visit
+            To download the framework, visit
             <a href="http://struts.apache.org/download.cgi#struts201";>
                Apache Struts Distributions
             </a>


Reply via email to