You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2005/05/22 21:29:49 UTC

svn commit: r171363 - in /jakarta/commons/proper/math/trunk: project.xml xdocs/index.xml xdocs/navigation.xml

Author: psteitz
Date: Sun May 22 12:29:45 2005
New Revision: 171363

URL: http://svn.apache.org/viewcvs?rev=171363&view=rev
Log:
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

Modified:
    jakarta/commons/proper/math/trunk/project.xml
    jakarta/commons/proper/math/trunk/xdocs/index.xml
    jakarta/commons/proper/math/trunk/xdocs/navigation.xml

Modified: jakarta/commons/proper/math/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/math/trunk/project.xml?rev=171363&r1=171362&r2=171363&view=diff
==============================================================================
--- jakarta/commons/proper/math/trunk/project.xml (original)
+++ jakarta/commons/proper/math/trunk/project.xml Sun May 22 12:29:45 2005
@@ -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>

Modified: jakarta/commons/proper/math/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/math/trunk/xdocs/index.xml?rev=171363&r1=171362&r2=171363&view=diff
==============================================================================
--- jakarta/commons/proper/math/trunk/xdocs/index.xml (original)
+++ jakarta/commons/proper/math/trunk/xdocs/index.xml Sun May 22 12:29:45 2005
@@ -28,22 +28,6 @@
 
   <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
     problems not available in the Java programming language or Commons
@@ -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>

Modified: jakarta/commons/proper/math/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/math/trunk/xdocs/navigation.xml?rev=171363&r1=171362&r2=171363&view=diff
==============================================================================
--- jakarta/commons/proper/math/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/math/trunk/xdocs/navigation.xml Sun May 22 12:29:45 2005
@@ -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>



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