Upgrading the front page for 3.0 beta. Note that the 3.0 draft changelog needs creating

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@967180 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2010-07-23 17:51:08 +00:00
parent ef2a37a3ba
commit dec41e7510
1 changed files with 14 additions and 9 deletions

View File

@ -26,15 +26,14 @@ limitations under the License.
<p> <p>
The standard Java libraries fail to provide enough methods for The standard Java libraries fail to provide enough methods for
manipulation of its core classes. The <em>Lang</em> Component provides manipulation of its core classes. Apache Commons Lang provides
these extra methods. these extra methods.
</p> </p>
<p> <p>
The <em>Lang</em> Component provides a host of helper utilities for the java.lang API, notably Lang provides a host of helper utilities for the java.lang API, notably
String manipulation methods, basic numerical methods, object reflection, creation and serialization, String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization
and System properties. Additionally it contains an inheritable enum type, an exception structure that and System properties. Additionally it contains basic enhancements to java.util.Date and a series of utilities dedicated to help with
supports multiple types of nested-Exceptions, basic enhancements to java.util.Date and a series of utilities dedicated to help with
building methods, such as hashCode, toString and equals. building methods, such as hashCode, toString and equals.
</p> </p>
</section> </section>
@ -48,7 +47,8 @@ together with various <a href="project-reports.html">project reports</a>.
The JavaDoc API documents are available online: The JavaDoc API documents are available online:
</p> </p>
<ul> <ul>
<li>The <a href="api-release/index.html">current release 2.5</a></li> <li>The <a href="apidocs/index.html">beta release 3.0-beta</a></li>
<li>The <a href="api-2.5/index.html">current stable release 2.5</a></li>
<li>The <a href="api-2.4/index.html">previous version 2.4</a></li> <li>The <a href="api-2.4/index.html">previous version 2.4</a></li>
<li>Older releases - see the <a href="release-history.html">Release History</a> page</li> <li>Older releases - see the <a href="release-history.html">Release History</a> page</li>
</ul> </ul>
@ -60,9 +60,14 @@ The <a href="source-repository.html">subversion repository</a> can be
<!-- ================================================== --> <!-- ================================================== -->
<section name="Releases"> <section name="Releases">
<p> <p>
The latest version 2.5, is JDK 1.3 compatible - A beta version of the next release is available -
<a href="http://commons.apache.org/lang/download_lang.cgi">Download now!</a> (<a href="http://commons.apache.org/lang/download_lang.cgi">download</a>)
(<a href="upgradeto2_5.html">upgrade notes</a>). </p> (<a href="upgradeto3_0.html">draft changelog</a>) (<a href="article3_0.html">draft upgrade notes</a>). </p>
<p>
The latest stable version 2.5, is JDK 1.3 compatible -
(<a href="http://commons.apache.org/lang/download_lang.cgi">download</a>)
(<a href="upgradeto2_5.html">changelog</a>) (<a href="article2_5.html">upgrade notes</a>). </p>
<p> <p>
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/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/commons/lang/">Apache Archive</a>.