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>
|
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
|
||||||
<repository>
|
<repository>
|
||||||
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
|
<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>
|
</repository>
|
||||||
<mailingLists>
|
<mailingLists>
|
||||||
<mailingList>
|
<mailingList>
|
||||||
|
|
|
@ -27,22 +27,6 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<section name="Commons-Math: The Jakarta Mathematics Library" href="summary">
|
<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>
|
<p>
|
||||||
Commons Math is a library of lightweight, self-contained
|
Commons Math is a library of lightweight, self-contained
|
||||||
mathematics and statistics components addressing the most common
|
mathematics and statistics components addressing the most common
|
||||||
|
@ -76,30 +60,18 @@
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</p>
|
</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>
|
||||||
<section name="Download Math">
|
<section name="Download Math">
|
||||||
<subsection name="Releases">
|
<subsection name="Releases">
|
||||||
<p>
|
<p>
|
||||||
The latest release of Commons Math is available for download here:
|
The latest release of Commons Math is available for download
|
||||||
<ul>
|
<a href="http://jakarta.apache.org/site/downloads/downloads_commons-math.cgi">
|
||||||
<li>
|
here</a>
|
||||||
<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>
|
|
||||||
</p>
|
</p>
|
||||||
</subsection>
|
</subsection>
|
||||||
<subsection name="Nightly Builds">
|
<subsection name="Nightly Builds">
|
||||||
<p>
|
<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
|
This is (nearly) the lastest code and so should be treated with
|
||||||
caution!
|
caution!
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -38,6 +38,8 @@
|
||||||
<item name="Developers Guide" href="/developers.html"/>
|
<item name="Developers Guide" href="/developers.html"/>
|
||||||
<item name="Javadoc (1.0 release)" href="api/index.html"/>
|
<item name="Javadoc (1.0 release)" href="api/index.html"/>
|
||||||
<item name="Javadoc (1.1-dev)" href="apidocs/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)"
|
<item name="Wiki (Wish List)"
|
||||||
href="http://wiki.apache.org/jakarta-commons/MathWishList"/>
|
href="http://wiki.apache.org/jakarta-commons/MathWishList"/>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
Loading…
Reference in New Issue