Author: bayard
Date: Wed Aug 10 04:52:59 2011
New Revision: 1156026
URL: http://svn.apache.org/viewvc?rev=1156026&view=rev
Log:
More updates to the front page
Modified:
commons/proper/lang/trunk/src/site/xdoc/index.xml
Modified: commons/proper/lang/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/xdoc/index.xml?rev=1156026&r1=1156025&r2=1156026&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/lang/trunk/src/site/xdoc/index.xml Wed Aug 10 04:52:59 2011
@@ -50,9 +50,8 @@ together with various <a href="project-r
The JavaDoc API documents are available online:
</p>
<ul>
-<li>The <a href="api-3.0.1/index.html">current stable release 3.0.1</a></li>
-<li>The <a href="api-2.6/index.html">legacy release 2.6</a></li>
-<li>The <a href="api-2.5/index.html">previous version 2.5</a></li>
+<li>The <a href="api-3.0.1/index.html">current stable release 3.0.1</a> [Java
5.0+]</li>
+<li>The <a href="api-2.6/index.html">legacy release 2.6</a> [Java 1.2+]</li>
<li>Older releases - see the <a href="release-history.html">Release
History</a> page</li>
</ul>
<p>
@@ -61,15 +60,26 @@ The <a href="source-repository.html">sub
</p>
</section>
<!-- ================================================== -->
-<section name="Releases">
+<section name="Release Information">
+<p>The latest stable release of Lang is 3.0.1. You may: </p>
+<ul>
+<li>Download <a
href="http://commons.apache.org/lang/download_lang.cgi">3.0.1</a></li>
+<li>Read the <a href="release-notes/RELEASE-NOTES-3.0.1.txt">3.0.1 release
notes</a></li>
+<li>Examine the <a href="article3_0.html">2.x to 3.0 upgrade notes</a></li>
+<li>Compare major versions via the <a
href="lang2-lang3-clirr-report.html">Lang2 to Lang3 Clirr report</a></li>
+</ul>
+
<p>
-A latest stable and Java 5.0 dependent version is available:
-(<a href="http://commons.apache.org/lang/download_lang.cgi">download 3.0.1</a>)
-(<a href="release-notes/RELEASE-NOTES-3.0.1.txt">3.0.1 release notes</a>) (<a
href="article3_0.html">2.x to 3.0 upgrade notes</a>)
-(<a href="lang2-lang3-clirr-report.html">Lang2 to Lang3 Clirr report</a>). </p>
+Alternatively you can pull it from the central Maven repositories:
+<code>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>3.0.1</version>
+</code>
+</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/">Commons
Lang Archive</a>.
</p>
</section>
<!-- ================================================== -->
@@ -82,8 +92,8 @@ Please remember that the lists are share
so prefix your email by [lang].
</p>
<p>
-Issues may be reported via <a href="issue-tracking.html">ASF JIRA</a>.
-Please read the instructions carefully to submit a useful bug report or
enhancement request.
+Bug reports and enhancements are also welcomed via the <a
href="issue-tracking.html">JIRA</a> issue tracker.
+Please read the instructions carefully.
</p>
</section>
<!-- ================================================== -->