You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2004/10/28 17:09:18 UTC

cvs commit: jakarta-turbine-site/xdocs/turbine index.xml

henning     2004/10/28 08:09:18

  Modified:    xdocs    download.xml index.xml navigation.xml
  Added:       xdocs/turbine index.xml
  Log:
  Clean up the docs and split the release build trees.
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-turbine-site/xdocs/download.xml
  
  Index: download.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-site/xdocs/download.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- download.xml	31 Mar 2004 01:09:29 -0000	1.4
  +++ download.xml	28 Oct 2004 15:09:17 -0000	1.5
  @@ -26,7 +26,7 @@
   <section name="Getting Started With Turbine">
     <p>
       Currently, the best way to get started with Turbine is to use the
  -    <a href="tdk/index.html">Turbine Development Kit (TDK)</a>.
  +    < a href="meta/index.html">Maven Environment for Turbine Applications (M.E.T.A.)</a>.
     </p>
   </section>
   
  
  
  
  1.25      +3 -3      jakarta-turbine-site/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-site/xdocs/index.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- index.xml	15 Aug 2004 14:55:55 -0000	1.24
  +++ index.xml	28 Oct 2004 15:09:17 -0000	1.25
  @@ -70,17 +70,17 @@
   
   </section>
   
  -<section name="Downloads and Versions">
  +<section name="Versions">
     <p>
       Turbine comes in two shapes which both have their advantages:
   
     <ul>
  -    <li><a href="turbine-2.3/">Turbine 2.3</a> is 
  +    <li><a href="turbine/turbine-2.3/">Turbine 2.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.</li>
   
  -    <li><a href="turbine-2.4/">Turbine 2.4</a> is
  +    <li><a href="turbine/turbine-2.4/">Turbine 2.4</a> is
       the shape of things to come. Turbine 2.4 is using next generation technologies
       like an <a href="http://avalon.apache.org/">Avalon-based</a> container and decoupled
       components from the <a href="fulcrum/">Fulcrum</a> sister project
  
  
  
  1.26      +12 -5     jakarta-turbine-site/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-site/xdocs/navigation.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- navigation.xml	25 Oct 2004 09:06:09 -0000	1.25
  +++ navigation.xml	28 Oct 2004 15:09:17 -0000	1.26
  @@ -22,8 +22,7 @@
   
       <body>
       <links>
  -      <item name="Turbine-2.3"             href="/turbine-2.3/"/>
  -      <item name="Turbine-2.4"             href="/turbine-2.4/"/>
  +      <item name="Turbine"                 href="/turbine/index.html"/>
         <item name="Fulcrum"                 href="/fulcrum/"/>
         <item name="META"                    href="/meta/"/>
         <item name="TDK"                     href="/tdk/"/>
  @@ -55,9 +54,17 @@
           <item name="Development"                      href="http://nagoya.apache.org/wiki/apachewiki.cgi?JakartaTurbine2/Development"/>
       </menu>
   
  -    <menu name="Turbine Documentation">
  -        <item name="Turbine 2.3 Documentation"     href="/turbine-2.3/index.html"/>
  -        <item name="Turbine 2.4 Documentation"     href="/turbine-2.4/index.html"/>
  +    <menu name="Turbine Releases">
  +        <item name="Overview"        href="/turbine/index.html"/>
  +        <item name="Turbine 2.4-M1"  href="/turbine/turbine-2.4-M1/index.html"/>
  +        <item name="Turbine 2.3.1"   href="/turbine/turbine-2.3.1/index.html"/>
  +        <item name="Turbine 2.3"     href="/turbine/turbine-2.3/index.html"/>
  +    </menu>
  +
  +    <menu name="Turbine Development">
  +        <item name="Overview"        href="/turbine/index.html"/>
  +        <item name="Turbine 2.4"     href="/turbine/development/turbine-2.4/index.html"/>
  +        <item name="Turbine 2.3"     href="/turbine/development/turbine-2.3/index.html"/>
       </menu>
   
       <menu name="Turbine Sub Projects">
  
  
  
  1.1                  jakarta-turbine-site/xdocs/turbine/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!--
  Copyright 2001-2004 The Apache Software Foundation
  
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  
      http://www.apache.org/licenses/LICENSE-2.0
  
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
  	
  <document>
  
    <properties>
      <title>Turbine Releases</title>
    </properties>
  
    <body>
  
      <section name="Turbine releases">
      <p>
        These are the current releases of the Turbine project. 
      </p>
  
      <subsection name="Turbine 2.3 Release Branch">
  
      <ul>
        <li><a href="turbine-2.3/">Turbine 2.3</a></li>
        <li><a href="turbine-2.3.1/">Turbine 2.3.1</a></li>
        <li><a href="development/turbine-2.3/">Current 2.3 Development tree</a></li>
      </ul>
  
      </subsection>
  
      <subsection name="Turbine 2.4 Release Branch">
      <ul>
        <li><a href="turbine-2.4-M1/">Turbine 2.4 Milestone 1</a></li>
        <li><a href="development/turbine-2.4/">Current 2.4 Development tree</a></li>
      </ul>
      </subsection>
      </section>
  
      <section name="Historic versions">
      <p>
       These Versions should no longer be used for new developments. They are here for documentation purposes.
      </p>
      <ul>
        <li><a href="turbine-2.1/">Turbine 2.1</a></li>
        <li><a href="turbine-2.2.0/">Turbine 2.2</a></li>
      </ul>
      </section>
    </body>
  </document>
  
  
  

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