You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2007/01/30 23:07:20 UTC

svn commit: r501600 - in /jakarta/commons/proper/lang/trunk/xdocs: index.xml navigation.xml release-history.xml

Author: bayard
Date: Tue Jan 30 14:07:20 2007
New Revision: 501600

URL: http://svn.apache.org/viewvc?view=rev&rev=501600
Log:
Pushing the release history table out to its own page and rolling the frontpage back (somewhat)

Added:
    jakarta/commons/proper/lang/trunk/xdocs/release-history.xml   (with props)
Modified:
    jakarta/commons/proper/lang/trunk/xdocs/index.xml
    jakarta/commons/proper/lang/trunk/xdocs/navigation.xml

Modified: jakarta/commons/proper/lang/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/xdocs/index.xml?view=diff&rev=501600&r1=501599&r2=501600
==============================================================================
--- jakarta/commons/proper/lang/trunk/xdocs/index.xml (original)
+++ jakarta/commons/proper/lang/trunk/xdocs/index.xml Tue Jan 30 14:07:20 2007
@@ -45,6 +45,14 @@
 together with various <a href="maven-reports.html">project reports</a>.
 </p>
 <p>
+The JavaDoc API documents are available online:
+</p>
+<ul>
+<li>The <a href="api-release/index.html">current release 2.3</a></li>
+<li>The <a href="api-2.2/index.html">previous version 2.2</a></li>
+<li>Older releases - see the <a href="release-history.html">Release History</a> page</li>
+</ul>
+<p>
 The <a href="cvs-usage.html">subversion repository</a> can be
 <a href="http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/">browsed</a>.
 </p>
@@ -57,18 +65,8 @@
 (<a href="upgradeto2_3.html">upgrade notes</a>)
 </p>
 
-<table>
-<tr><th>Version</th><th>Release date</th><th>Javadoc</th><th>Release notes</th></tr>
-<tr><td>2.3</td><td>Pending</td><td><a href="api-2.3/">api-2.3</a></td><td><a href="upgradeto2_3.html">release notes for 2.3</a></td></tr>
-<tr><td>2.2</td><td>04/Oct/06</td><td><a href="api-2.2/">api-2.2</a></td><td><a href="upgradeto2_2.html">release notes for 2.2</a></td></tr>
-<tr><td>2.1</td><td>13/Jun/06</td><td><a href="api-2.1/">api-2.1</a></td><td><a href="upgradeto2_1.html">release notes for 2.1</a></td></tr>
-<tr><td>2.0</td><td>02/Sep/03</td><td><a href="api-2.0/">api-2.0</a></td><td><a href="upgradeto2_0.html">release notes for 2.0</a></td></tr>
-<tr><td>1.0.1</td><td>25/Nov/02</td><td><a href="api-1.0.1/">api-1.0.1</a></td><td><a href="http://archive.apache.org/dist/jakarta/commons/lang/old/v1.0.1/RELEASE-NOTES.txt">release notes for 1.0.1</a></td></tr>
-<tr><td>1.0</td><td>04/Oct/02</td><td><a href="api-1.0/">api-1.0</a></td><td><a href="http://archive.apache.org/dist/jakarta/commons/lang/old/v1.0/RELEASE-NOTES.txt">release notes for 1.0</a></td></tr>
-</table>
-
 <p>
-For previous releases, see the <a href="http://archive.apache.org/dist/jakarta/commons/lang/">Apache Archive</a>.
+For information on previous releases, see the <a href="release-history.html">Release History</a> and to download previous releases, see the <a href="http://archive.apache.org/dist/jakarta/commons/lang/">Apache Archive</a>.
 </p>
 </section>
 <!-- ================================================== -->

Modified: jakarta/commons/proper/lang/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/xdocs/navigation.xml?view=diff&rev=501600&r1=501599&r2=501600
==============================================================================
--- jakarta/commons/proper/lang/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/lang/trunk/xdocs/navigation.xml Tue Jan 30 14:07:20 2007
@@ -29,6 +29,7 @@
       <item name="Overview" href="/index.html"/>
       <item name="Download" href="http://jakarta.apache.org/site/downloads/downloads_commons-lang.cgi"/>
       <item name="User guide" href="/userguide.html"/>
+      <item name="Release History" href="/release-history.html"/>
       <item name="Javadoc (2.3 release)" href="api-release/index.html"/>
     </menu>
 

Added: jakarta/commons/proper/lang/trunk/xdocs/release-history.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/xdocs/release-history.xml?view=auto&rev=501600
==============================================================================
--- jakarta/commons/proper/lang/trunk/xdocs/release-history.xml (added)
+++ jakarta/commons/proper/lang/trunk/xdocs/release-history.xml Tue Jan 30 14:07:20 2007
@@ -0,0 +1,40 @@
+<?xml version="1.0"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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>Home</title>
+  <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
+ </properties>
+<body>
+<!-- ================================================== -->
+<section name="Commons Lang Release History">
+
+<table>
+<tr><th>Version</th><th>Release date</th><th>Javadoc</th><th>Release notes</th></tr>
+<tr><td>2.3</td><td>Pending</td><td><a href="api-2.3/">api-2.3</a></td><td><a href="upgradeto2_3.html">release notes for 2.3</a></td></tr>
+<tr><td>2.2</td><td>04/Oct/06</td><td><a href="api-2.2/">api-2.2</a></td><td><a href="upgradeto2_2.html">release notes for 2.2</a></td></tr>
+<tr><td>2.1</td><td>13/Jun/06</td><td><a href="api-2.1/">api-2.1</a></td><td><a href="upgradeto2_1.html">release notes for 2.1</a></td></tr>
+<tr><td>2.0</td><td>02/Sep/03</td><td><a href="api-2.0/">api-2.0</a></td><td><a href="upgradeto2_0.html">release notes for 2.0</a></td></tr>
+<tr><td>1.0.1</td><td>25/Nov/02</td><td><a href="api-1.0.1/">api-1.0.1</a></td><td><a href="http://archive.apache.org/dist/jakarta/commons/lang/old/v1.0.1/RELEASE-NOTES.txt">release notes for 1.0.1</a></td></tr>
+<tr><td>1.0</td><td>04/Oct/02</td><td><a href="api-1.0/">api-1.0</a></td><td><a href="http://archive.apache.org/dist/jakarta/commons/lang/old/v1.0/RELEASE-NOTES.txt">release notes for 1.0</a></td></tr>
+</table>
+
+</section>
+<!-- ================================================== -->
+</body>
+</document>

Propchange: jakarta/commons/proper/lang/trunk/xdocs/release-history.xml
------------------------------------------------------------------------------
    svn:eol-style = native



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