Author: erans
Date: Sat Sep 10 15:34:08 2016
New Revision: 15290

Log:
Create home for "Commons Rng" distribution files.

Added:
    release/commons/rng/
    release/commons/rng/HEADER.html   (with props)
    release/commons/rng/README.html   (with props)
    release/commons/rng/binaries/
    release/commons/rng/binaries/HEADER.html   (with props)
    release/commons/rng/binaries/README.html   (with props)
    release/commons/rng/source/
    release/commons/rng/source/HEADER.html   (with props)
    release/commons/rng/source/README.html   (with props)

Added: release/commons/rng/HEADER.html
==============================================================================
--- release/commons/rng/HEADER.html (added)
+++ release/commons/rng/HEADER.html Sat Sep 10 15:34:08 2016
@@ -0,0 +1,14 @@
+<h2>Apache Commons Project Distributions</h2>
+
+<p>
+ The most recent source and binary releases for the Apache Commons project are 
available from this directory listing.
+ For older releases, please use the <a 
href="http://archive.apache.org/dist/commons/";>archives</a>.
+</p>
+
+<h2>Important Notices</h2>
+
+<ul>
+ <li><a href="#mirrors">Download from your nearest mirror site!</a></li>
+ <li><a href="#sig">PGP/GPG Signatures</a></li>
+</ul>
+

Propchange: release/commons/rng/HEADER.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/commons/rng/README.html
==============================================================================
--- release/commons/rng/README.html (added)
+++ release/commons/rng/README.html Sat Sep 10 15:34:08 2016
@@ -0,0 +1,71 @@
+<h1>Commons Rng 1.0</h1>
+
+<p>
+  This is version 1.0 of the Commons Rng library.
+  It is available in both binary and source distributions.
+</p>
+
+
+<p><font color="red" size="+2">Note:</font>
+  The tar files in the distribution use GNU tar extensions
+  and must be untarred with a GNU compatible version of tar. The version
+  of tar on Solaris and Mac OS X will not work with these files.
+</p>
+
+<a name="changes"><h2>Changes</h2></a>
+
+<p>The changes in this release are detailed in the release notes.</p>
+
+<p>
+  Thank you for using <a href="http://commons.apache.org/rng/";>Commons Rng</a>
+  from the <a href="http://commons.apache.org/";>Apache Commons Project</a>.
+</p>
+
+<h2><a name="mirrors">Download from your
+    <a href="http://www.apache.org/dyn/closer.cgi/commons/";>nearest mirror 
site!</a></a></h2>
+
+<p>
+    Do not download from www.apache.org.
+    Please use a mirror site to help us save apache.org bandwidth.
+    <a href="http://www.apache.org/dyn/closer.cgi/commons/";>
+      Go here to find your nearest mirror.</a>
+</p>
+
+<a name="sig"><h2>Signatures</h2></a>
+
+<p>
+  Many of the files have been digitally signed using GnuPG.
+  If so, there will be an accompanying <samp><em>file</em>.asc</samp>
+  signature file in the same directory as the file (<samp>binaries/</samp>
+  or <samp>source/<samp>).
+  The signing keys can be found in the distribution directory:
+  <a 
href="http://www.apache.org/dist/commons/KEYS";>http://www.apache.org/dist/commons/KEYS</a>
+</p>
+
+<p>
+  <b>Always download the KEYS file directly from the Apache site, never from a 
mirror site.</b>
+</p>
+
+<p>
+  Always test available signatures, <i>e.g.</i>,
+
+<pre>
+$ pgpk -a KEYS
+$ pgpv commons-rng.1.0.tar.gz.asc
+</pre>
+
+  or
+
+<pre>
+$ pgp -ka KEYS
+$ pgp commons-rng.1.0.tar.gz.asc
+</pre>
+
+  or
+
+<pre>
+$ gpg --import KEYS
+$ gpg --verify commons-rng.1.0.tar.gz.asc
+</pre>
+
+</p>

Propchange: release/commons/rng/README.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/commons/rng/binaries/HEADER.html
==============================================================================
--- release/commons/rng/binaries/HEADER.html (added)
+++ release/commons/rng/binaries/HEADER.html Sat Sep 10 15:34:08 2016
@@ -0,0 +1 @@
+link ../HEADER.html
\ No newline at end of file

Propchange: release/commons/rng/binaries/HEADER.html
------------------------------------------------------------------------------
    svn:special = *

Added: release/commons/rng/binaries/README.html
==============================================================================
--- release/commons/rng/binaries/README.html (added)
+++ release/commons/rng/binaries/README.html Sat Sep 10 15:34:08 2016
@@ -0,0 +1 @@
+link ../README.html
\ No newline at end of file

Propchange: release/commons/rng/binaries/README.html
------------------------------------------------------------------------------
    svn:special = *

Added: release/commons/rng/source/HEADER.html
==============================================================================
--- release/commons/rng/source/HEADER.html (added)
+++ release/commons/rng/source/HEADER.html Sat Sep 10 15:34:08 2016
@@ -0,0 +1 @@
+link ../HEADER.html
\ No newline at end of file

Propchange: release/commons/rng/source/HEADER.html
------------------------------------------------------------------------------
    svn:special = *

Added: release/commons/rng/source/README.html
==============================================================================
--- release/commons/rng/source/README.html (added)
+++ release/commons/rng/source/README.html Sat Sep 10 15:34:08 2016
@@ -0,0 +1 @@
+link ../README.html
\ No newline at end of file

Propchange: release/commons/rng/source/README.html
------------------------------------------------------------------------------
    svn:special = *


Reply via email to