Fix web site.

"Commons Rng" -> "Apache Commons RNG".
Correct "Overview" page.


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/3c4bdd4b
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/3c4bdd4b
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/3c4bdd4b

Branch: refs/heads/1.0-release
Commit: 3c4bdd4bbcdccf55cc3d1ac64763f4e193cae901
Parents: 10d4ec6
Author: Gilles <er...@apache.org>
Authored: Mon Sep 12 01:00:52 2016 +0200
Committer: Gilles <er...@apache.org>
Committed: Mon Sep 12 01:00:52 2016 +0200

----------------------------------------------------------------------
 pom.xml                        |  7 +++++--
 src/site/apt/userguide/rng.apt |  8 ++++----
 src/site/site.xml              |  8 ++++----
 src/site/xdoc/index.xml        | 36 +++++++-----------------------------
 4 files changed, 20 insertions(+), 39 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/3c4bdd4b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 614a48b..c792240 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,10 +28,10 @@
   <artifactId>commons-rng</artifactId>
   <packaging>jar</packaging>
   <version>1.0-SNAPSHOT</version>
-  <name>Apache Commons Rng</name>
+  <name>Apache Commons RNG</name>
 
   <inceptionYear>2016</inceptionYear>
-  <description>The Apache Commons Rng project provides implementations of 
random numbers generators.</description>
+  <description>The Apache Commons RNG project provides implementations of 
random numbers generators.</description>
 
   <url>http://commons.apache.org/proper/commons-rng/</url>
 
@@ -66,6 +66,9 @@
     <contributor>
       <name>Artem Barger</name>
     </contributor>
+    <contributor>
+      <name>Rob Tompkins</name>
+    </contributor>
   </contributors>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/3c4bdd4b/src/site/apt/userguide/rng.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/userguide/rng.apt b/src/site/apt/userguide/rng.apt
index d9eb847..086a048 100644
--- a/src/site/apt/userguide/rng.apt
+++ b/src/site/apt/userguide/rng.apt
@@ -16,12 +16,12 @@
 ~~
 
   -----------------------------
-  The Commons Rng User Guide
+  The Apache Commons RNG User Guide
   -----------------------------
 
 1. Usage overview
 
-  <<<Commons Rng>>> provides generators of random sequences of numbers.
+  <<<Commons RNG>>> provides generators of random sequences of numbers.
   Please refer to the {{{../apidocs/index.html}Javadoc}} for details on
   the API illustrated by the following examples.
 
@@ -501,11 +501,11 @@ RandomSource.restoreState(rngNew, stateNew);
 
 5. Dependencies
 
-  Commons Rng requires JDK 1.6+ and has no runtime dependencies.
+  Apache Commons RNG requires JDK 1.6+ and has no runtime dependencies.
 
 6. License
 
-  Commons Rng is distributed under the terms of the
+  Apache Commons RNG is distributed under the terms of the
   {{{http://www.apache.org/licenses/LICENSE-2.0}Apache License, Version 2.0}}.
 
   This product includes software developed by other third parties and

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/3c4bdd4b/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index b5f4ad3..b38068f 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -15,15 +15,15 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<project name="Rng">
+<project name="RNG">
   <bannerRight>
-    <name>Commons Rng</name>
+    <name>Apache Commons RNG</name>
     <src>/images/commons_rng.small.png</src>
     <href>/index.html</href>
   </bannerRight>
 
   <body>
-    <menu name="Rng">
+    <menu name="RNG">
       <item name="Overview" href="/index.html"/>
       <item name="Downloads" 
href="http://commons.apache.org/rng/download_rng.cgi"/>
       <item name="Latest API docs (development)" href="apidocs/index.html"/>
@@ -33,7 +33,7 @@
       <item name="Source Repository (current)" 
          href="http://git-wip-us.apache.org/repos/asf/commons-rng.git"/>
       <!-- <item name="Wiki"   -->
-      <!--       href="http://wiki.apache.org/commons/Rng"/> -->
+      <!--       href="http://wiki.apache.org/commons/RNG"/> -->
       <item name="Developers Guide" href="/developers.html"/>
     </menu>
     

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/3c4bdd4b/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index ffdfd92..cadd8ec 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -20,46 +20,24 @@
 <document>
 
   <properties>
-    <title>Commons Rng</title>
+    <title>Commons RNG</title>
   </properties>
 
   <body>
 
-    <section name="Commons Rng: Random numbers generators" href="summary">
+    <section name="Apache Commons RNG: Random Numbers Generators" 
href="summary">
       <p>
-        Commons Rng provides implementations of pseudo-random numbers 
generators.
+        Commons RNG provides implementations of pseudo-random numbers 
generators.
       </p>
     </section>
 
-    <section name="Download Rng">
+    <section name="Download Apache Commons RNG">
       <subsection name="Releases">
         <p>
-          <i>There isn't any release yet.</i>
+          Download the
+          <a href="http://commons.apache.org/rng/download_rng.cgi";>
+            Latest Release</a> of Apache Commons RNG.
         </p>
-
-        <p>
-          Work is currently performed actively towards release 1.0:
-          <a href="https://issues.apache.org/jira/browse/RNG-6";>See our 
issue-tracking system.</a>
-        </p>
-
-        <p>
-          <b>Interested people are most welcome to review the API for this 
important milestone:</b>
-          Source code is available from <a href="./source-repository.html">a 
git repository at Apache</a>
-          or from its <a 
href="https://github.com/apache/commons-rng";>Github</a> mirror.
-        </p>
-
-        <p>
-          <b>"Beta-testers" are welcome to test the library</b> by downloading 
the
-          <a 
href="https://repository.apache.org/content/repositories/snapshots/org/apache/commons/commons-rng/1.0-SNAPSHOT/";>
-            <i><b>unofficial 1.0-SNAPSHOT JAR</b></i>
-          </a> that is generated through <a 
href="https://builds.apache.org/view/Apache%20Commons/job/Commons_Rng/";>continuous
 integration</a>.
-        </p>
-
-        <!-- <p> -->
-        <!--   Download the  -->
-        <!--   <a href="http://commons.apache.org/rng/download_rng.cgi";> -->
-        <!--     Latest Release</a> of Commons Rng. -->
-        <!-- </p> -->
       </subsection>
     </section>
 

Reply via email to