Author: seade Date: Sun Apr 29 22:28:01 2007 New Revision: 533590 URL: http://svn.apache.org/viewvc?view=rev&rev=533590 Log: Tidy up some cruft.
Removed: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/install.xml Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/getting-started.xml jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/how-to-help.xml jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/index.xml jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/navigation.xml Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/getting-started.xml URL: http://svn.apache.org/viewvc/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/getting-started.xml?view=diff&rev=533590&r1=533589&r2=533590 ============================================================================== --- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/getting-started.xml (original) +++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/getting-started.xml Sun Apr 29 22:28:01 2007 @@ -22,6 +22,7 @@ <title>Turbine Getting Started</title> <author email="[EMAIL PROTECTED]">Jon S. Stevens</author> <author email="[EMAIL PROTECTED]">Jason van Zyl</author> + <author email="[EMAIL PROTECTED]">Scott Eade</author> </properties> <body> @@ -36,16 +37,12 @@ </p> <p> -The first thing that you should do is download and install the <a -href="http://jakarta.apache.org/turbine/tdk/">Turbine Developer Kit</a> -(TDK). The TDK has everything that you need to get started with Turbine, -including the <a href="http://jakarta.apache.org/tomcat/">Tomcat Servlet -Engine</a> which is preconfigured to run Turbine. The TDK also has -sample applications as well as scripts that allow you to quickly build -your own application. As time progresses, we will be including more and -more helpful information in the TDK. Please see the -<a href="http://jakarta.apache.org/turbine/tdk/tdk-howto.html">Turbine -Development Kit Howto</a> for more information. +The first thing that you should do is download and install a Servlet Engine (e.g. +<a href="http://tomcat.apache.org/">Apache Tomcat</a> and +<a href="http://maven.apache.org/maven-1.x/">Maven 1</a>. Then take a look at +the documentation for the <a href="http://jakarta.apache.org/turbine/meta/"> +Maven Environment for Turbine Application (M.E.T.A.)</a> plugin - it includes +details of how to set up a Turbine application. </p> </section> @@ -137,8 +134,8 @@ <section name="Further Questions and Comments"> <p> -If you have further questions or comments, please send them to the <a -href="http://jakarta.apache.org/site/mail.html">Turbine Mailing list</a>. +If you have further questions or comments, please send them to the +<a href="mail-lists.html">Turbine Mailing list</a>. </p> </section> Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/how-to-help.xml URL: http://svn.apache.org/viewvc/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/how-to-help.xml?view=diff&rev=533590&r1=533589&r2=533590 ============================================================================== --- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/how-to-help.xml (original) +++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/how-to-help.xml Sun Apr 29 22:28:01 2007 @@ -52,7 +52,7 @@ in the xdocs directory in the source distribution. To submit additional documentation in this form or patches to existing documentation, please create an issue is the - <a href="http://issues.apache.org/scarab/issues">issue tracking system</a> + <a href="http://issues.apache.org/jira/browse/TRB">issue tracking system</a> and attach the patch files (or new files). </li> <li> @@ -74,7 +74,7 @@ The javadocs are another very important form of documentation for the project. Changes to this form of documentation should be in the form of patches. To submit them, create a new issue in the - <a href="http://issues.apache.org/scarab/issues">issue tracking system</a> + <a href="http://issues.apache.org/jira/browse/TRB">issue tracking system</a> and attach your patch(s). </li> </ul> @@ -92,7 +92,7 @@ <p> If you do discover a defect in the Turbine product, please create a defect issue in - the <a href="http://issues.apache.org/scarab/issues">issue tracking system</a> clearly + the <a href="http://issues.apache.org/jira/browse/TRB">issue tracking system</a> clearly discribing the problem. If you can take the time to track down the source of the problem, it would certainly help speed the process of getting it corrected. Of course, actually fixing the problem and attaching a patch to the issue would be greatly appreciated. Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/index.xml URL: http://svn.apache.org/viewvc/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/index.xml?view=diff&rev=533590&r1=533589&r2=533590 ============================================================================== --- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/index.xml (original) +++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/index.xml Sun Apr 29 22:28:01 2007 @@ -43,12 +43,11 @@ <p> A couple example web applications that can benefit from using this - framework include <a - href="http://www.restorationhardware.com/">e-commerce shopping cart - systems</a>, Yahoo style link conservatories and project / <a - href="http://scarab.tigris.org/">bug / issue</a> tracking systems as + framework include e-commerce shopping cart + systems, Yahoo style link conservatories and project / <a + href="http://scarab.tigris.org/">bug/issue</a> tracking systems as well as cool XML integration applications like <a - href="http://jakarta.apache.org/jetspeed/">Jetspeed</a>. + href="http://portals.apache.org/jetspeed-1/">Jetspeed</a>. </p> <p> @@ -85,7 +84,7 @@ high level systems for the web designers to use, but the low level framework is strictly for web engineers. Turbine is not a web application server. It is a tool for building web applications. Your - <a href="http://jakarta.apache.org/tomcat/">servlet engine</a> is your + <a href="http://tomcat.apache.org/">servlet engine</a> is your application server and the application that you develop using this framework is your web application. </p> @@ -98,7 +97,7 @@ <p> Turbine can be integrated with existing <a - href="http://jakarta.apache.org/velocity/">Velocity</a>, <a + href="http://velocity.apache.org/engine/">Velocity</a>, <a href="http://java.sun.com/products/jsp/">Java Server Pages (JSP)</a> and <a href="http://cocoon.apache.org/">Cocoon</a> technologies by specially creating Screens that use Services to parse templates. @@ -135,19 +134,9 @@ <section name="Where do I get releases?"> <p> - The Turbine Development Kit (TDK) is a package that bundles a copy - of Turbine, Tomcat, jar files, documentation and other utilities in - order to help you get started with Turbine as quickly as possible. - Everything is pre-configured and ready to go. To get started, simply - follow the instructions in the TDK download. - </p> - - <p> - You can find released versions of - Turbine, - the <a href="../tdk/index.html">TDK</a>, - and <a href="http://db.apache.org/torque/">Torque</a> from - <a href="http://db.apache.org/torque/status.html">here</a>. + Please refer to the main + <a href="http://jakarta.apache.org/turbine/download.html">Turbine Download + page</a>. </p> </section> @@ -170,7 +159,7 @@ We have a <a href="http://jakarta.apache.org/site/mail.html">Turbine mailing lists</a> for discussion.</li> <li> - You can also access the <a href="cvs-usage.html">Turbine CVS + You can also access the <a href="cvs-usage.html">Turbine SVN repository</a></li> </ul> Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/navigation.xml URL: http://svn.apache.org/viewvc/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/navigation.xml?view=diff&rev=533590&r1=533589&r2=533590 ============================================================================== --- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/navigation.xml (original) +++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/navigation.xml Sun Apr 29 22:28:01 2007 @@ -25,8 +25,7 @@ <links> <item name="Turbine Home" href="http://jakarta.apache.org/turbine/"/> <item name="Fulcrum" href="http://jakarta.apache.org/turbine/fulcrum/"/> - <item name="TDK" href="http://jakarta.apache.org/turbine/tdk/"/> - <item name="JCS" href="http://jakarta.apache.org/turbine/jcs/"/> + <item name="META" href="http://jakarta.apache.org/turbine/meta/"/> </links> <menu name="General Information"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]