Author: husted Date: Tue Jul 11 07:25:52 2006 New Revision: 420868 URL: http://svn.apache.org/viewvc?rev=420868&view=rev Log: SITE-8 : Update nighly build reference; delete obsolete 'downloads.xml' page; yet another tweak to index and roadmap.
Removed: struts/site/src/site/xdoc/download.xml Modified: struts/site/src/site/fml/roadmap.fml struts/site/src/site/xdoc/downloads.xml struts/site/src/site/xdoc/index.xml Modified: struts/site/src/site/fml/roadmap.fml URL: http://svn.apache.org/viewvc/struts/site/src/site/fml/roadmap.fml?rev=420868&r1=420867&r2=420868&view=diff ============================================================================== --- struts/site/src/site/fml/roadmap.fml (original) +++ struts/site/src/site/fml/roadmap.fml Tue Jul 11 07:25:52 2006 @@ -178,7 +178,8 @@ Struts 2 has better support for JSF and first-class support for template engines like Velocity and <a href="http://www.freemarker.org/">FreeMarker,</a> - and, optionally, JasperReports. + and, optionally, + <a href="http://www.jaspersoft.com/">JasperReports.</a> </p> <p> Both versions work well with AJAX, but Struts 2 includes an @@ -200,7 +201,7 @@ If you would like to use JSF exclusively, then <a href="http://shale.apache.org/"> Apache Shale</a> - is a good choice. + might be a good choice. Originally a Struts subproject, Shale is now a top-level ASF project. </p> @@ -261,7 +262,7 @@ </li> <li> Better AJAX support - The AJAX theme gives your interactive - applications a jump start. + applications a boost. </li> <li> QuickStart - Many changes can be made on the fly without Modified: struts/site/src/site/xdoc/downloads.xml URL: http://svn.apache.org/viewvc/struts/site/src/site/xdoc/downloads.xml?rev=420868&r1=420867&r2=420868&view=diff ============================================================================== --- struts/site/src/site/xdoc/downloads.xml (original) +++ struts/site/src/site/xdoc/downloads.xml Tue Jul 11 07:25:52 2006 @@ -131,12 +131,8 @@ <ul> <li> - <a href="http://cvs.apache.org/builds/struts/maven/trunk/nightly/struts/"> + <a href="http://people.apache.org/builds/struts/"> Struts Nightly Builds</a> - </li> - <li> - <a href="http://cvs.apache.org/builds/struts/nightly/struts-shale/"> - Shale Nightly Builds</a> </li> </ul> Modified: struts/site/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/struts/site/src/site/xdoc/index.xml?rev=420868&r1=420867&r2=420868&view=diff ============================================================================== --- struts/site/src/site/xdoc/index.xml (original) +++ struts/site/src/site/xdoc/index.xml Tue Jul 11 07:25:52 2006 @@ -50,7 +50,7 @@ </p> <p> - One way to separate concerns in an application is to + One way to separate concerns in a software application is to use a Model-View-Controller (MVC) architecture. The <em>Model</em> represents the business or database code, the <em>View</em> represents the page design code,