Minor site updates
* Changed scm link to point to cgi * Edited down content on main page * Added direct link to svn on nav * Changed download link to point directly to math page git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@171363 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
66f5351b0b
commit
27826c40d4
|
@ -47,7 +47,7 @@
|
|||
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
|
||||
<repository>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
|
||||
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
|
||||
<url>http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/math/trunk/</url>
|
||||
</repository>
|
||||
<mailingLists>
|
||||
<mailingList>
|
||||
|
|
|
@ -27,22 +27,6 @@
|
|||
<body>
|
||||
|
||||
<section name="Commons-Math: The Jakarta Mathematics Library" href="summary">
|
||||
<p>
|
||||
The Java programming language and the math extensions in
|
||||
Commons Lang provide implementations for only the most basic
|
||||
mathematical algorithms. Routine development tasks such as
|
||||
computing basic statistics or solving a system of linear equations
|
||||
require components not available in Java or Commons Lang.
|
||||
</p>
|
||||
<p>
|
||||
Most basic mathematical or statistical algorithms are available in
|
||||
open source implementations, but to assemble a simple set of
|
||||
capabilities one has to use multiple libraries, many of which have
|
||||
more restrictive licensing terms than the ASF. In addition, many
|
||||
of the best open source implementations (e.g. the R statistical
|
||||
package) are either not available in Java or require large support
|
||||
libraries and/or external dependencies to work.
|
||||
</p>
|
||||
<p>
|
||||
Commons Math is a library of lightweight, self-contained
|
||||
mathematics and statistics components addressing the most common
|
||||
|
@ -76,30 +60,18 @@
|
|||
</li>
|
||||
</ol>
|
||||
</p>
|
||||
<subsection name='An Apology To British Users And Developers'>
|
||||
<p>
|
||||
Yes - I know that it should be commons-maths. But think of all the
|
||||
bandwidth saved by losing that 's' ;)
|
||||
</p>
|
||||
</subsection>
|
||||
</section>
|
||||
<section name="Download Math">
|
||||
<subsection name="Releases">
|
||||
<p>
|
||||
The latest release of Commons Math is available for download here:
|
||||
<ul>
|
||||
<li>
|
||||
<a href="http://jakarta.apache.org/site/binindex.cgi#commons-math">
|
||||
1.0 Binary </a></li>
|
||||
<li>
|
||||
<a href="http://jakarta.apache.org/site/sourceindex.cgi#commons-math">
|
||||
1.0 Source </a></li>
|
||||
</ul>
|
||||
The latest release of Commons Math is available for download
|
||||
<a href="http://jakarta.apache.org/site/downloads/downloads_commons-math.cgi">
|
||||
here</a>
|
||||
</p>
|
||||
</subsection>
|
||||
<subsection name="Nightly Builds">
|
||||
<p>
|
||||
Nightly builds are built once a day from the current CVS HEAD.
|
||||
Nightly builds are built once a day from the current SVN HEAD.
|
||||
This is (nearly) the lastest code and so should be treated with
|
||||
caution!
|
||||
</p>
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
<item name="Developers Guide" href="/developers.html"/>
|
||||
<item name="Javadoc (1.0 release)" href="api/index.html"/>
|
||||
<item name="Javadoc (1.1-dev)" href="apidocs/index.html"/>
|
||||
<item name="Source Repository (current)"
|
||||
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/math/trunk"/>
|
||||
<item name="Wiki (Wish List)"
|
||||
href="http://wiki.apache.org/jakarta-commons/MathWishList"/>
|
||||
</menu>
|
||||
|
|
Loading…
Reference in New Issue