You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2017/11/22 11:41:01 UTC

svn commit: r1816040 - in /turbine/site: README.txt doap/doap_Turbine.rdf pom.xml src/site/site.xml xdocs/board-reports.xml xdocs/examples.xml xdocs/index.xml xdocs/news.xml xdocs/turbine/index.xml

Author: gk
Date: Wed Nov 22 11:41:01 2017
New Revision: 1816040

URL: http://svn.apache.org/viewvc?rev=1816040&view=rev
Log:
- update site to current Turbine 4.0 
- update to parent v4

Modified:
    turbine/site/README.txt
    turbine/site/doap/doap_Turbine.rdf
    turbine/site/pom.xml
    turbine/site/src/site/site.xml
    turbine/site/xdocs/board-reports.xml
    turbine/site/xdocs/examples.xml
    turbine/site/xdocs/index.xml
    turbine/site/xdocs/news.xml
    turbine/site/xdocs/turbine/index.xml

Modified: turbine/site/README.txt
URL: http://svn.apache.org/viewvc/turbine/site/README.txt?rev=1816040&r1=1816039&r2=1816040&view=diff
==============================================================================
--- turbine/site/README.txt (original)
+++ turbine/site/README.txt Wed Nov 22 11:41:01 2017
@@ -8,6 +8,13 @@ into .html files using Maven.
 
 <http://maven.apache.org/>
 
+This is the wrapper site for the released Turbine builds. New/Changed Turbine builds should be added/updated here: 
+- xdocs/index.xml
+- xdocs/news.xml
+- src/site/site.xml
+- doap/doap_Turbine.rdf
+
+
 Once you have the site checked out locally, cd into your
 turbine-site directory and execute:
 

Modified: turbine/site/doap/doap_Turbine.rdf
URL: http://svn.apache.org/viewvc/turbine/site/doap/doap_Turbine.rdf?rev=1816040&r1=1816039&r2=1816040&view=diff
==============================================================================
--- turbine/site/doap/doap_Turbine.rdf (original)
+++ turbine/site/doap/doap_Turbine.rdf Wed Nov 22 11:41:01 2017
@@ -55,6 +55,13 @@ Turbine is developed in an open, partici
         <revision>4.0-M2</revision>
       </Version>
     </release>
+    <release>
+      <Version>
+        <name>Apache Turbine</name>
+        <created>2017-11-10</created>
+        <revision>4.0</revision>
+      </Version>
+    </release>
     <repository>
       <SVNRepository>
         <location rdf:resource="http://svn.apache.org/repos/asf/turbine/core/trunk/"/>

Modified: turbine/site/pom.xml
URL: http://svn.apache.org/viewvc/turbine/site/pom.xml?rev=1816040&r1=1816039&r2=1816040&view=diff
==============================================================================
--- turbine/site/pom.xml (original)
+++ turbine/site/pom.xml Wed Nov 22 11:41:01 2017
@@ -24,7 +24,7 @@
   <parent>
   	<artifactId>turbine-parent</artifactId>
   	<groupId>org.apache.turbine</groupId>
-  	<version>3</version>
+  	<version>4</version>
   </parent>
 
   <groupId>org.apache.turbine</groupId>

Modified: turbine/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/turbine/site/src/site/site.xml?rev=1816040&r1=1816039&r2=1816040&view=diff
==============================================================================
--- turbine/site/src/site/site.xml (original)
+++ turbine/site/src/site/site.xml Wed Nov 22 11:41:01 2017
@@ -52,13 +52,14 @@
         <item name="Frequently Asked Questions (FAQ)" href="http://wiki.apache.org/turbine/Turbine2/FAQ"/>
         <item name="Tutorial"                         href="http://wiki.apache.org/turbine/Turbine2/Tutorial"/>
         <item name="User's Guide"                     href="http://wiki.apache.org/turbine/Turbine2/UsersGuide"/>
-        <item name="Development"                      href="http://wiki.apache.org/turbine/Turbine2/Development"/>
+        <item name="Development"                      href="https://wiki.apache.org/turbine/Turbine5"/>
     </menu>
 
     <menu name="Turbine Releases">
         <item name="Overview"        href="/turbine/index.html"/>
         <item name="Turbine 2.3.3"   href="/turbine/turbine-2.3.3/index.html"/>
         <item name="Turbine 4.0-M2"  href="/turbine/turbine-4.0-M2/index.html"/>
+        <item name="Turbine 4.0"  href="/turbine/turbine-4.0/index.html"/>
     </menu>
 
     <menu name="Turbine Development">

Modified: turbine/site/xdocs/board-reports.xml
URL: http://svn.apache.org/viewvc/turbine/site/xdocs/board-reports.xml?rev=1816040&r1=1816039&r2=1816040&view=diff
==============================================================================
--- turbine/site/xdocs/board-reports.xml (original)
+++ turbine/site/xdocs/board-reports.xml Wed Nov 22 11:41:01 2017
@@ -67,6 +67,9 @@ required to report monthly for the first
 <li><a href="reports/report-2013-08.html">August 2013 Report</a></li>
 </ul>
 
+<p>Find Reports after 2013 in <a href="https://wiki.apache.org/turbine/BoardReports">Turbine Wiki Board Reports</a>.
+</p>
+
 </section>
 
 </body>

Modified: turbine/site/xdocs/examples.xml
URL: http://svn.apache.org/viewvc/turbine/site/xdocs/examples.xml?rev=1816040&r1=1816039&r2=1816040&view=diff
==============================================================================
--- turbine/site/xdocs/examples.xml (original)
+++ turbine/site/xdocs/examples.xml Wed Nov 22 11:41:01 2017
@@ -28,6 +28,14 @@
 
 <section name="Example Apps">
 These are some example apps you can download to learn how to work with Turbine.
+
+<subsection name="Turbine Webapp">
+	<p>With 
+	<a href="https://svn.apache.org/repos/asf/turbine/maven/archetypes/trunk/turbine-webapp-4.0">Turbine Webapp Archetype</a> one can build fast an example app that demonstrates how to use Turbine. It also demonstrates Torque integration, Fulcrum Security and Fulcrum Intake, Fulcrum Json.
+  Find more information in the <a href="https://blogs.apache.org/turbine/">blog</a> in the <a href="https://blogs.apache.org/turbine/entry/maven_archetypes_for_apache_turbine">blog entry "Maven archetypes for Apache Turbine applications - easier startup with Turbine"</a>.
+	</p>
+</subsection>
+
 <subsection name="Antelope">
 	<p>
 	<a href="http://zebra.tigris.org">Antelope</a> is an example app that demonstrates how

Modified: turbine/site/xdocs/index.xml
URL: http://svn.apache.org/viewvc/turbine/site/xdocs/index.xml?rev=1816040&r1=1816039&r2=1816040&view=diff
==============================================================================
--- turbine/site/xdocs/index.xml (original)
+++ turbine/site/xdocs/index.xml Wed Nov 22 11:41:01 2017
@@ -45,8 +45,8 @@
   <p>
     Turbine is an excellent choice for developing applications that make use of a
     services-oriented architecture. Some of the functionality
-    provided with Turbine includes a security management system, a
-    scheduling service, XML-defined form validation server,
+    provided with Turbine includes a security management system (decoupled in Fulcrum Security), a
+    scheduling service, XML-defined form validation server (Fulcrum Intake),
     and an XML-RPC service for web services.  It is a
     simple task to create new services particular to your application.
   </p>
@@ -57,7 +57,7 @@
     <a href="http://velocity.apache.org/engine/">Velocity</a> are supported
     inside Turbine.  For developers already familiar with JSP, or have
     existing JSP tag libraries, Turbine offers support for the Sun standard.
-    Velocity is the favorite view technology of most users of the Turbine
+    <strong>Velocity</strong> is the favorite view technology of most users of the Turbine
     framework; try it out and see if Velocity can help you develop your
     web applications faster and work more easily with non-programming designers.
   </p>
@@ -78,29 +78,32 @@
     Turbine comes in two shapes which both have their advantages:
 
   <ul>
-    <li><a href="turbine/turbine-2.3.3/">Turbine 2.3.3</a> is
-    the version you should use when either migrating from an older version of
-    Turbine or starting a project based on a release version of the Turbine
-    framework.  The <a href="turbine/development/turbine-2.3/">2.3 branch</a>
+    <li><strong><a href="turbine/turbine-2.3.3/">Turbine 2.3.3</a></strong> is 
+    the version you should use when migrating from an older version of
+    Turbine.  The <a href="turbine/development/turbine-2.3/">2.3 branch</a>
     of Turbine has been switched to maintenance mode, however. 
     You can download Turbine 2.3.3 from one of the 
     <a href="http://www.apache.org/dyn/closer.cgi/turbine/turbine-2.3.3/">Apache Mirrors</a></li>
 
-    <li>While <a href="turbine/development/turbine-4.0/">Turbine 4.0</a> is
-    the shape of things to come, for production use
-    we recommend that you stick with the 2.3.x release series. Turbine 4.0 uses
-    different technologies like an <a href="http://avalon.apache.org/">
+    <li><strong><a href="turbine/turbine-4.0/">Turbine 4.0</a></strong> should be the used, if starting a project based 
+    on a release version of the Turbine framework. 
+    Download it from one of the 
+    <a href="http://www.apache.org/dyn/closer.cgi/turbine/turbine-4.0/">Apache Mirrors</a>.
+    Turbine 4.0 uses technologies like an <a href="http://avalon.apache.org/">
     Avalon-based</a> container and decoupled components from the
-    <a href="fulcrum/">Fulcrum</a> sub-project of Turbine (most of benefits of
+    <strong><a href="fulcrum/">Fulcrum</a></strong> sub-project of Turbine (most of the benefits of
     these enhancements are realized in the
     <a href="turbine/turbine-2.3.3/">2.3.3</a> release). One significant
-    change in 4.0 that is unlikely to be back ported to the 2.3 branch is the
-    introduction of a pipeline concept that allows you to define via an XML file
-    all the stages for processing a request.
-    You are encouraged to try out the current 
-    <a href="turbine/turbine-4.0-M2/">Milestone Release 4.0-M2</a>.
-    Download it from one of the 
+    change in 4.0 is the introduction of a pipeline concept that allows you to define
+    via an XML file all the stages for processing a request.
+    It is based on the 
+    <a href="turbine/turbine-4.0-M2/">Milestone Release 4.0-M2</a>, which you may
+    download from one of the 
     <a href="http://www.apache.org/dyn/closer.cgi/turbine/turbine-4.0-M2/">Apache Mirrors</a></li>
+    
+  <li><a href="turbine/development/turbine-4.1/">Turbine 4.1</a> is
+    the shape of things to come...
+    </li>
   </ul>
   </p>
 </section>
@@ -110,9 +113,9 @@
 <p></p>
 <ul>
   <li>
-    <a href="/fulcrum/">Fulcrum</a> is a collection of services originally
+    <a href="/fulcrum/">Fulcrum</a> is by default in use since Turbine 4.x. It is a collection of services originally
     developed as part of Turbine, but now decoupled and usable in any environment
-    that supports <a href="http://wiki.apache.org/excalibur/AvalonFramework">Avalon</a> components.
+    that supports <a href="http://wiki.apache.org/excalibur/AvalonFramework">Avalon</a> components. 
   </li>
 </ul>
 </section>

Modified: turbine/site/xdocs/news.xml
URL: http://svn.apache.org/viewvc/turbine/site/xdocs/news.xml?rev=1816040&r1=1816039&r2=1816040&view=diff
==============================================================================
--- turbine/site/xdocs/news.xml (original)
+++ turbine/site/xdocs/news.xml Wed Nov 22 11:41:01 2017
@@ -27,6 +27,14 @@
 <body>
 
 <section name="News And Status">
+  <h4>10 Nov 2017 - Release of Turbine 4.0</h4>
+  <p>
+    The Turbine Team is proud to announce the 4.0 release of the Turbine Framework.
+    Download source and binary releases through the Apache mirror system at 
+    <a href="http://www.apache.org/dyn/closer.cgi/turbine">the turbine download site</a>.
+    See <a href="/turbine/turbine-4.0/changes-report.html">what's new.</a>
+  </p>
+  
   <h4>22 Dec 2015 - Release of Turbine 4.0-M2 Milestone</h4>
   <p>
     The Turbine Team is proud to announce the 4.0-M2 release of the Turbine Framework.

Modified: turbine/site/xdocs/turbine/index.xml
URL: http://svn.apache.org/viewvc/turbine/site/xdocs/turbine/index.xml?rev=1816040&r1=1816039&r2=1816040&view=diff
==============================================================================
--- turbine/site/xdocs/turbine/index.xml (original)
+++ turbine/site/xdocs/turbine/index.xml Wed Nov 22 11:41:01 2017
@@ -34,7 +34,9 @@
     <subsection name="Turbine 4.0 Release Branch">
     <ul>
       <li><a href="turbine-4.0-M1/">Apache Turbine 4.0 Milestone 1</a></li>
-      <li><a href="development/turbine-4.0/">Apache Turbine 4.0-M2-SNAPSHOT</a> - Current 4.0 Development tree</li>
+      <li><a href="turbine-4.0-M2/">Apache Turbine 4.0 Milestone 2</a></li>
+      <li><a href="development/turbine-4.1/">Apache Turbine 4.1-SNAPSHOT</a> - Current 4.1 Development tree</li>
+      <li><a href="turbine-4.0/">Apache Turbine 4.0</a> - Current 4.0 Development tree</li>
     </ul>
     </subsection>