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 2019/05/20 14:58:33 UTC

svn commit: r1859566 - in /turbine/site/xdocs: common/wiki.xml fsd.xml index.xml

Author: gk
Date: Mon May 20 14:58:32 2019
New Revision: 1859566

URL: http://svn.apache.org/viewvc?rev=1859566&view=rev
Log:
- fix parser error
- update index reverse list order, orm info and remove, what's removed.

Modified:
    turbine/site/xdocs/common/wiki.xml
    turbine/site/xdocs/fsd.xml
    turbine/site/xdocs/index.xml

Modified: turbine/site/xdocs/common/wiki.xml
URL: http://svn.apache.org/viewvc/turbine/site/xdocs/common/wiki.xml?rev=1859566&r1=1859565&r2=1859566&view=diff
==============================================================================
--- turbine/site/xdocs/common/wiki.xml (original)
+++ turbine/site/xdocs/common/wiki.xml Mon May 20 14:58:32 2019
@@ -31,7 +31,7 @@
 <p>
 <a href="https://cwiki.apache.org/confluence/display/TURBINE/">
 https://cwiki.apache.org/confluence/display/TURBINE/
-<+a>
+</a>
 </p>
 
 <p>
@@ -39,7 +39,7 @@ The Turbine community is using a wiki to
 Wiki's make it easy for people to contribute and improve recorded knowledge.
 Everybody is encouraged to contribute to the wiki project documentation as they
 progress as Turbine users.  If you are new to wiki's, you can introduce yourself
-to them by browsing the first one at <a href="http://c2.com/cgi/wiki">http://c2.com/cgi/wiki</a>.
+to them by browsing the first one at <a href="https://cwiki.apache.org/confluence/display/INFRA/Cwiki">https://cwiki.apache.org/confluence/display/INFRA/Cwiki</a>.
 </p>
 
 </section>

Modified: turbine/site/xdocs/fsd.xml
URL: http://svn.apache.org/viewvc/turbine/site/xdocs/fsd.xml?rev=1859566&r1=1859565&r2=1859566&view=diff
==============================================================================
--- turbine/site/xdocs/fsd.xml (original)
+++ turbine/site/xdocs/fsd.xml Mon May 20 14:58:32 2019
@@ -394,7 +394,10 @@ that all you need to do is get an instan
 connection and go. There is no need to pass around a Connection object. Turbine
 comes with pool implementations for many of the most popular databases. Creating
 your own is quite simple as well, all you need to do is look at the existing
-code and create your own. If you need help or want someone to create one for
+code and create your own. By default <a href="https://db.apache.org/torque/torque-4.0/index.html">Torque</a> 
+is used as ORM-Mapper, find more info 
+<a href="https://db.apache.org/torque/torque-4.0/documentation/orm-reference/index.html">here</a>.
+If you need help or want someone to create one for
 your database, simply ask on the mailing list.
 </p>
 
@@ -408,7 +411,7 @@ good example of this methodology in use.
 </p>
 
 <p>
-The ParameterParser class takes all of the GET/POST/PATH_INFO data and parses it
+The <strong>ParameterParser</strong> class takes all of the GET/POST/PATH_INFO data and parses it
 into a hashtable where it can be easily retrieved in a number of forms with the
 provided get* methods. This is how you can have access to form data that has
 been posted by a users web browser.
@@ -423,12 +426,6 @@ because it will allow you to easily add
 </p>
 
 <p>
-The DateSelector class generates Html popup menus for month/day/year. The beauty
-of this class is that you can provide a date for it to start with and it will
-automaticially generate the Html popups with that date.
-</p>
-
-<p>
 The Mail classes make it easy to send email via the JavaMail API's. These
 classes are just very simple classes and there is not a huge amount of
 functionality here. Essentially they allow you to get the job done and that is

Modified: turbine/site/xdocs/index.xml
URL: http://svn.apache.org/viewvc/turbine/site/xdocs/index.xml?rev=1859566&r1=1859565&r2=1859566&view=diff
==============================================================================
--- turbine/site/xdocs/index.xml (original)
+++ turbine/site/xdocs/index.xml Mon May 20 14:58:32 2019
@@ -78,13 +78,11 @@
     Turbine comes in two shapes which both have their advantages:
 
   <ul>
-    <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><strong><a href="turbine/development/turbine-5.0/">Turbine 5.0</a></strong> is
+    the current development master using Servlet 3.1, Java 8, Log4J2, Velocity 2.  It is already used in some live applications,
+     download it (soon) from one of the <a href="http://www.apache.org/dyn/closer.cgi/turbine/turbine-5.0/">Apache Mirrors</a>.
+    </li>
+   
     <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 
@@ -98,9 +96,13 @@
     via <strong>XML</strong> all the stages for processing a request.
     </li>
     
-  <li><strong><a href="turbine/development/turbine-5.0/">Turbine 5.0</a></strong> is
-    the shape of things to come, which is currently in development: Servlet 3.1, Java 8, Log4J2, Velocity 2 ...
-    </li>
+    <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>
+    
   </ul>
   </p>
 </section>