You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by se...@apache.org on 2007/05/26 04:37:23 UTC

svn commit: r541849 - in /jakarta/turbine/site: ./ xdocs/ xdocs/common/ xdocs/common/status/ xdocs/further-reading/

Author: seade
Date: Fri May 25 19:37:22 2007
New Revision: 541849

URL: http://svn.apache.org/viewvc?view=rev&rev=541849
Log:
Starting the move to turbine.apache.org.

Modified:
    jakarta/turbine/site/project.xml
    jakarta/turbine/site/xdocs/common/developer-links.xml
    jakarta/turbine/site/xdocs/common/documentation.xml
    jakarta/turbine/site/xdocs/common/further-reading.xml
    jakarta/turbine/site/xdocs/common/powered.xml
    jakarta/turbine/site/xdocs/common/status/02-08-2002.xml
    jakarta/turbine/site/xdocs/common/status/02-22-2002.xml
    jakarta/turbine/site/xdocs/further-reading/index.xml
    jakarta/turbine/site/xdocs/further-reading/j2ee-integration.xml
    jakarta/turbine/site/xdocs/further-reading/pullmodel.xml
    jakarta/turbine/site/xdocs/index.xml
    jakarta/turbine/site/xdocs/news.xml
    jakarta/turbine/site/xdocs/turbine-concepts.xml

Modified: jakarta/turbine/site/project.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/site/project.xml?view=diff&rev=541849&r1=541848&r2=541849
==============================================================================
--- jakarta/turbine/site/project.xml (original)
+++ jakarta/turbine/site/project.xml Fri May 25 19:37:22 2007
@@ -17,12 +17,12 @@
 
 <project>
   <pomVersion>3</pomVersion>
-  <name>Jakarta Turbine</name>
+  <name>Turbine</name>
   <id>turbine-site</id>
   <currentVersion>1.0</currentVersion>
   <organization>
     <name>Apache Software Foundation</name>
-    <url>http://jakarta.apache.org/</url>
+    <url>http://turbine.apache.org/</url>
     <logo>/images/jakarta.png</logo>
   </organization>
   <inceptionYear>2000</inceptionYear>
@@ -36,15 +36,15 @@
     strive to make portions of Turbine easily available for use in other
     applications.
   </description>
-  <url>http://jakarta.apache.org/turbine/</url>
+  <url>http://turbine.apache.org/</url>
   <issueTrackingUrl>http://issues.apache.org/jira/browse/TRB</issueTrackingUrl>
   <siteAddress>people.apache.org</siteAddress>
-  <siteDirectory>/www/jakarta.apache.org/turbine/</siteDirectory>
+  <siteDirectory>/www/turbine.apache.org/</siteDirectory>
 
   <repository>
     <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/turbine/site</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/turbine/site</developerConnection>
-    <url>http://svn.apache.org/viewcvs/jakarta/turbine/site/</url>
+    <url>http://svn.apache.org/viewcvs/turbine/site/</url>
   </repository>
 
   <mailingLists>

Modified: jakarta/turbine/site/xdocs/common/developer-links.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/site/xdocs/common/developer-links.xml?view=diff&rev=541849&r1=541848&r2=541849
==============================================================================
--- jakarta/turbine/site/xdocs/common/developer-links.xml (original)
+++ jakarta/turbine/site/xdocs/common/developer-links.xml Fri May 25 19:37:22 2007
@@ -60,7 +60,7 @@
 </ul>
 
 <p>
-Be free to add your own links.
+Feel free to add your own links.
 </p>
 
 </section>

Modified: jakarta/turbine/site/xdocs/common/documentation.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/site/xdocs/common/documentation.xml?view=diff&rev=541849&r1=541848&r2=541849
==============================================================================
--- jakarta/turbine/site/xdocs/common/documentation.xml (original)
+++ jakarta/turbine/site/xdocs/common/documentation.xml Fri May 25 19:37:22 2007
@@ -44,42 +44,42 @@
       </li>
       <li>
         <b>Turbine 2.3 Release Changes</b>
-        <UL>
+        <ul>
           <li>Describe how Turbine uses Avalon (there is a basic service 
           document, but furtehr details on creating services would be 
           welcome).</li>
-        </UL>
+        </ul>
       </li>
       <li>
         <b>Quick Start Tutorial</b>
-        <UL>
+        <ul>
           <li>Based on a simple sample application</li>
-          <li>May or may not involve a TDK</li>
+          <li>Should most likely involve META</li>
           <li>Currently in the wiki at <a href="http://wiki.apache.org/jakarta-turbine/Turbine2/Tutorial">Turbine2/Tutorial</a></li>
           <li>When stable, move it to xdoc and prepare a release</li>
-        </UL>
+        </ul>
       </li>
       <li>
         <b>Complete User's Guide</b>
-        <UL>
+        <ul>
         <li>Currently in the wiki at <a href="http://wiki.apache.org/jakarta-turbine/Turbine2/UsersGuide">Turbine2/UsersGuide</a></li>
         <li>Eventually in Xdoc, Forrest, or some other format</li>
-        </UL>
+        </ul>
       </li>
       <li>
         <b>Turbine Architecture Diagram</b>
-        <UL>
+        <ul>
         <li>High level diagram of Services, Layouts, Navigations, TurbineServlet, Action, Screens, etc</li>
         <li>Should be a picture showing distinct layers</li>
-        </UL>
+        </ul>
       </li>
       <li>
         <b>Clear Road Map of the Turbine Project</b>
-        <UL>
+        <ul>
           <li>Future Features and Enhancements</li>
           <li>The future of Fulcrum</li>
           <li>Currently in the wiki at <a href="http://wiki.apache.org/jakarta-turbine/Turbine2/Development">Turbine2/Development</a></li>        
-        </UL>
+        </ul>
       </li>
 </ul>
   </subsection>

Modified: jakarta/turbine/site/xdocs/common/further-reading.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/site/xdocs/common/further-reading.xml?view=diff&rev=541849&r1=541848&r2=541849
==============================================================================
--- jakarta/turbine/site/xdocs/common/further-reading.xml (original)
+++ jakarta/turbine/site/xdocs/common/further-reading.xml Fri May 25 19:37:22 2007
@@ -26,7 +26,7 @@
 <section name="Related Jakarta Apache Projects">
 
 <p>
-  <a href="http://jakarta.apache.org/velocity">Velocity</a> is a view 
+  <a href="http://velocity.apache.org/engine/">Velocity</a> is a view 
   technology comparable to JSP) that Turbine officially supports. Many 
   Turbine developers feel Velocity is an excellent alternative
   to JSP for web application development.
@@ -78,11 +78,11 @@
  
 <section name="Viewpoints on JSP">
  
-<!-- p>
+<p>
   On the Velocity site, there is Jon Stevens'
-  <a href="http://jakarta.apache.org/velocity/ymtd/ymtd.html">
+  <a href="http://wiki.apache.org/velocity/YouMakeTheDecision">
   You Make The Decision</a>, which compares Velocity to JSP.
-</p -->
+</p>
 
 <p>
   Then there is Jason Hunter's

Modified: jakarta/turbine/site/xdocs/common/powered.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/site/xdocs/common/powered.xml?view=diff&rev=541849&r1=541848&r2=541849
==============================================================================
--- jakarta/turbine/site/xdocs/common/powered.xml (original)
+++ jakarta/turbine/site/xdocs/common/powered.xml Fri May 25 19:37:22 2007
@@ -90,28 +90,6 @@
    </tr>
    <tr>
     <td>
-     <a href="http://www.xmladvantage.com/">www.xmladvantage.com</a>
-    </td>
-    <td>
-     XML news weblog
-    </td>
-    <td>
-     <a href="mailto:ealtman@xmladvantage.com/">Eric J. Altman</a>
-    </td>
-   </tr>
-   <tr>
-    <td>
-     <a href="http://www.zwut.com.pl/">www.zwut.com.pl</a>
-    </td>
-    <td>
-     A website of the polish subsidiary of Siemens
-    </td>
-    <td>
-     <a href="http://www.e-point.pl/en/">e-point S.A.</a>
-    </td>
-   </tr>
-   <tr>
-    <td>
      <a href="http://www.franchise.com/">www.franchise.com</a>
     </td>
     <td>
@@ -177,17 +155,6 @@
      <a href="http://www.firstlightassociates.co.uk">First Light Associates</a>
     </td>
    </tr>
-   <tr>
-    <td>
-     <a href="http://www.nicemuscle.com">Nice Muscle</a>
-    </td>
-    <td>
-    Bodybuilding supplements and dietary supplements ecommerce site.
-    </td>
-    <td>
-     <a href="http://www.notsleepy.com">Notsleepy Corp.</a>
-    </td>
-   </tr>
   </table>
  </section>
 
@@ -224,19 +191,6 @@
     <td>
      Developer network for Sun Microsystem's open source IDE,
      NetBeans.
-    </td>
-    <td>
-     <a href="http://www.collab.net/">CollabNet</a>
-    </td>
-   </tr>
-   <tr>
-    <td>
-     <a href="http://www.openadaptor.org/">www.openadaptor.org</a>
-    </td>
-    <td>
-     Dresdner Kleinwort Wasserstein Bank OpenAdaptor developer
-     network.  OpenAdaptor is enterprise application integration
-     software.
     </td>
     <td>
      <a href="http://www.collab.net/">CollabNet</a>

Modified: jakarta/turbine/site/xdocs/common/status/02-08-2002.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/site/xdocs/common/status/02-08-2002.xml?view=diff&rev=541849&r1=541848&r2=541849
==============================================================================
--- jakarta/turbine/site/xdocs/common/status/02-08-2002.xml (original)
+++ jakarta/turbine/site/xdocs/common/status/02-08-2002.xml Fri May 25 19:37:22 2007
@@ -131,7 +131,7 @@
 
      <section name="Using DVSL for Documentation">
        <p>
-         <a href="http://jakarta.apache.org/velocity/dvsl">DVSL</a> is now
+         <a href="http://velocity.apache.org/dvsl/devel/">DVSL</a> is now
          being used for the Turbine 3.x documentation as it is more flexible
          and will allow the generation of PDF documents. Work was started in
          the Velocity repository that transformed the xdocs into FOP documents

Modified: jakarta/turbine/site/xdocs/common/status/02-22-2002.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/site/xdocs/common/status/02-22-2002.xml?view=diff&rev=541849&r1=541848&r2=541849
==============================================================================
--- jakarta/turbine/site/xdocs/common/status/02-22-2002.xml (original)
+++ jakarta/turbine/site/xdocs/common/status/02-22-2002.xml Fri May 25 19:37:22 2007
@@ -72,7 +72,7 @@
    <section name="Progress on Maven">
      <p>
        Maven has been coming along quite well. There is now a site to
-       display what Maven can do, take a look <a href="http://jakarta.apache.org/turbine/maven/">here</a>.
+       display what Maven can do, take a look <a href="http://maven.apache.org/">here</a>.
        In a nutshell we have:
      </p>
 

Modified: jakarta/turbine/site/xdocs/further-reading/index.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/site/xdocs/further-reading/index.xml?view=diff&rev=541849&r1=541848&r2=541849
==============================================================================
--- jakarta/turbine/site/xdocs/further-reading/index.xml (original)
+++ jakarta/turbine/site/xdocs/further-reading/index.xml Fri May 25 19:37:22 2007
@@ -71,7 +71,7 @@
     <subsection name="Related Jakarta Apache Projects">    
     <ul>
       <li>
-        <a href="http://jakarta.apache.org/velocity">Velocity</a> -  A view 
+        <a href="http://velocity.apache.org/engine/">Velocity</a> -  A view 
         technology comparable to JSP) that Turbine officially supports. Many 
         Turbine developers feel Velocity is an excellent alternative
         to JSP for web application development.
@@ -108,10 +108,8 @@
      
     <subsection name="Viewpoints on JSP">
     <ul>
-      <!--  This is no longer available.
-      <li><a href="http://wiki.apache.org/jakarta-velocity/YouMakeTheDecision">You Make The Decision</a>
+      <li><a href="http://wiki.apache.org/velocity/YouMakeTheDecision">You Make The Decision</a>
        - John Stevens' article comparing Velocity to JSP.</li>
-      -->
       <li><a href="http://www.servlets.com/soapbox/problems-jsp.html">Problems with JSP</a>
        - Jason Hunters' article discussing common issues with JSP.</li>
     </ul>

Modified: jakarta/turbine/site/xdocs/further-reading/j2ee-integration.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/site/xdocs/further-reading/j2ee-integration.xml?view=diff&rev=541849&r1=541848&r2=541849
==============================================================================
--- jakarta/turbine/site/xdocs/further-reading/j2ee-integration.xml (original)
+++ jakarta/turbine/site/xdocs/further-reading/j2ee-integration.xml Fri May 25 19:37:22 2007
@@ -120,7 +120,7 @@
     <td>
 <p>
 Turbine provides good support for working with JDBC through the <a
-href="http://share.whichever.com/village/">Village API</a>, the <a
+href="http://www.softwareforge.de/projects/village">Village API</a>, the <a
 href="http://db.apache.org/torque/">
 Torque Object Relational Tool</a> and its connection
 pooling facilities. The connection pool is not yet fully J2EE
@@ -138,7 +138,7 @@
 Turbine provides excellent support for using JSP in its model of working
 - which is based on the Model 2 style with enhancements, such as solving
 the Action portion of the Model. However, we <a
-href="http://wiki.apache.org/jakarta-velocity/YouMakeTheDecision">strongly
+href="http://wiki.apache.org/velocity/YouMakeTheDecision">strongly
 suggest</a> that you do not use JSP and seek out other alternatives.
 </p>
     </td>
@@ -162,7 +162,7 @@
     <td>
 <p>
 You can use container managed security if you wish, and Turbine provides you with
-mechanism for application manged security, in case you need them.
+mechanism for application managed security, in case you need them.
 </p>
 <p>
 The main problem with container managed security is that it cannot be managed

Modified: jakarta/turbine/site/xdocs/further-reading/pullmodel.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/site/xdocs/further-reading/pullmodel.xml?view=diff&rev=541849&r1=541848&r2=541849
==============================================================================
--- jakarta/turbine/site/xdocs/further-reading/pullmodel.xml (original)
+++ jakarta/turbine/site/xdocs/further-reading/pullmodel.xml Fri May 25 19:37:22 2007
@@ -33,7 +33,7 @@
 <p>
 This document is to explain a different type of philosophy for working with
 Context based MVC tools like WebMacro (WM) and <a
-href="http://jakarta.apache.org/velocity/">Velocity</a> (V) than I think that
+href="http://velocity.apache.org/engine/">Velocity</a> (V) than I think that
 the Turbine community is used to. The requirement for this philosophy has come
 up recently during <a href="http://scarab.tigris.org/">Scarab</a>
 development and I would like to share and document it with you all. Many thanks

Modified: jakarta/turbine/site/xdocs/index.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/site/xdocs/index.xml?view=diff&rev=541849&r1=541848&r2=541849
==============================================================================
--- jakarta/turbine/site/xdocs/index.xml (original)
+++ jakarta/turbine/site/xdocs/index.xml Fri May 25 19:37:22 2007
@@ -51,7 +51,7 @@
   <p>
     The Turbine core is free of any dependency on a presentation layer 
     technology. Both JavaServer Pages (JSP) and 
-    <a href="http://jakarta.apache.org/velocity/">Velocity</a> are supported 
+    <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 

Modified: jakarta/turbine/site/xdocs/news.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/site/xdocs/news.xml?view=diff&rev=541849&r1=541848&r2=541849
==============================================================================
--- jakarta/turbine/site/xdocs/news.xml (original)
+++ jakarta/turbine/site/xdocs/news.xml Fri May 25 19:37:22 2007
@@ -14,7 +14,7 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-	
+
 <document>
 
 <properties>
@@ -24,6 +24,24 @@
 <body>
 
 <section name="News And Status">
+
+<h4>16 May 2007 - Turbine becomes a top-level project of the ASF</h4>
+<p>
+At the May board meeting of the ASF a resolution to make Turbine a top-level
+project of the ASF was passed.  This means we are leaving the umbrella of
+Jakarta to forge ahead on our own.
+</p>
+<p>
+There will be a period of instability while the site, mailing lists, etc. are
+migrated from jakarta.apache.org to turbine.apache.org, but we hope to sort
+everything out in the near future.
+</p>
+<p>
+You may be interested to know that there has been a fair bit of activity lately
+working towards a 2.3.3 release.  There is still a little more work to do and
+a couple of dependencies we are waiting for, but this is shaping up to be a
+good step forward and long overdue update.  Watch this space.
+</p>
 
 <h4>3. October 2005 - M.E.T.A. 1.3 released!</h4>
 <p>

Modified: jakarta/turbine/site/xdocs/turbine-concepts.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/site/xdocs/turbine-concepts.xml?view=diff&rev=541849&r1=541848&r2=541849
==============================================================================
--- jakarta/turbine/site/xdocs/turbine-concepts.xml (original)
+++ jakarta/turbine/site/xdocs/turbine-concepts.xml Fri May 25 19:37:22 2007
@@ -34,9 +34,7 @@
 <p>We offer an easy-to use development environment using a <a
 href="http://maven.apache.org/">Maven</a>-based <a
 href="meta/">plugin</a> to quickly start developing Turbine
-applications. (There is also a legacy developement environment based
-on Apache, called the <a href="tdk/">TDK (Turbine Development
-Kit)</a>.</p>
+applications.</p>
 
 <p>Of course, the biggest advantage of Turbine is that it is free, and
 all of the source code is available to you, the application
@@ -45,9 +43,9 @@
 <p>A quick guide to Turbine technologies:</p>
 
 <ul>
- <li>Presentation layer - <a href="http://jakarta.apache.org/velocity/">Velocity</a> or JSP</li>
+ <li>Presentation layer - <a href="http://velocity.apache.org/engine/">Velocity</a> or JSP</li>
  <li>Database layer - Turbine uses <a
-     href="http://db.apache.org/torque">Torque</a>, but different OM
+     href="http://db.apache.org/torque/">Torque</a>, but different OM
      layers like <a href="http://db.apache.org/ojb/">OJB</a> or <a
      href="http://www.hibernate.org/">Hibernate</a> are also
      supported.</li>
@@ -85,10 +83,10 @@
 
 <p>
 Turbine's presentation layer can be used with Java Server Pages (JSP)
-or <a href="http://jakarta.apache.org/velocity/">Velocity</a>. Most
+or <a href="http://velocity.apache.org/engine/">Velocity</a>. Most
 Java developers working with web applications have some experience
 with JSP already. We discuss how to choose between <a
-href="http://jakarta.apache.org/velocity/">Velocity</a> and JSP for
+href="http://velocity.apache.org/engine/">Velocity</a> and JSP for
 your project later on this page.
 </p>
 
@@ -200,7 +198,7 @@
 
 <p>
 The View in Turbine is the presentation layer, either <a
-href="http://jakarta.apache.org/velocity/">Velocity</a> or JSP. In
+href="http://velocity.apache.org/engine/">Velocity</a> or JSP. In
 either case, no business logic should be embedded in the View.
 </p>
 
@@ -217,7 +215,7 @@
 Tool objects that expose the business logic and objects of the
 Model to the View. Every page or screen in the View will have access
 to the Tools. If the UI programmers that work on the <a
-href="http://jakarta.apache.org/velocity/">Velocity</a> or JSP files
+href="http://velocity.apache.org/engine/">Velocity</a> or JSP files
 in the View want to move functionality inside the page or between
 pages, they don't need to get the Model developers to change any
 code. This is an extremely effective method of separating presentation
@@ -243,7 +241,7 @@
 Microsystems, and there is a lot of momentum in the marketplace for
 JSP. From reading many anecdotal posts on the Turbine mailing lists,
 most developers that use Turbine prefer <a
-href="http://jakarta.apache.org/velocity/">Velocity</a>.
+href="http://velocity.apache.org/engine/">Velocity</a>.
 </p>
 
 </subsection>
@@ -262,7 +260,7 @@
 href="meta/">Maven Environment for Turbine Applications
 (META)</a>. This helps you setting up, compiling and deploying your
 Turbine application to a web container. We recommend using <a
-href="http://jakarta.apache.org/tomcat/">Apache Tomcat</a> as web
+href="http://tomcat.apache.org/">Apache Tomcat</a> as web
 container. If you want to use the database features of Turbine for
 security and scheduler, you also need a JDBC compliant database,
 e.g. <a href="http://www.mysql.com/">MySQL</a>, <a
@@ -290,7 +288,7 @@
 
 <p>
 The Turbine web site is at <a
-href="http://jakarta.apache.org/turbine/">http://jakarta.apache.org/turbine/</a>.
+href="http://turbine.apache.org/">http://turbine.apache.org/</a>.
 </p>
 
 <p>
@@ -300,7 +298,7 @@
 </p>
 
 <p>Velocity is available from <a
-href="http://jakarta.apache.org/velocity">http://jakarta.apache.org/velocity/</a>. There is also
+href="http://velocity.apache.org/engine/">http://velocity.apache.org/engine/</a>. There is also
 extensive documentation about the Syntax and Usage of the Velocity Template Language available.
 </p>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org