Author: tv Date: Tue Apr 14 17:54:36 2015 New Revision: 8609 Log: Add headers and README
Added: release/commons/jcs/HEADER.html release/commons/jcs/README.html release/commons/jcs/binaries/HEADER.html (with props) release/commons/jcs/binaries/README.html (with props) release/commons/jcs/source/HEADER.html (with props) release/commons/jcs/source/README.html (with props) Added: release/commons/jcs/HEADER.html ============================================================================== --- release/commons/jcs/HEADER.html (added) +++ release/commons/jcs/HEADER.html Tue Apr 14 17:54:36 2015 @@ -0,0 +1,13 @@ +<h1>Index of /dist/commons</h1> + +<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> + Added: release/commons/jcs/README.html ============================================================================== --- release/commons/jcs/README.html (added) +++ release/commons/jcs/README.html Tue Apr 14 17:54:36 2015 @@ -0,0 +1,42 @@ +<h1>Commons-JCS v2.0 beta 1</h1> + +<p> +This is the 2.0 beta 1 release of commons-jcs. +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/jcs/">JCS</a>.</p> + +<p>From the Apache Commons Project<br><a href="http://commons.apache.org/">http://commons.apache.org/</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 (binaries/ or source/). The +signing keys can be found in the distribution directory at <<a +HREF="http://www.apache.org/dist/commons/KEYS"><samp>http://www.apache.org/dist/commons/KEYS</samp></a>>.</p> + +<p><b>Always download the KEYS file directly from the Apache site, never from a mirror site.</b></p> + +<pre>Always test available signatures, <i>e.g.</i>, +$ pgpk -a KEYS +$ pgpv commons-jcs-dist-2.0-beta-1-bin.tar.gz.asc +or, +$ pgp -ka KEYS +$ pgp commons-jcs-dist-2.0-beta-1-bin.tar.gz.asc +or, +$ gpg --import KEYS +$ gpg --verify commons-jcs-dist-2.0-beta-1-bin.tar.gz.asc +</pre> +<p> + Added: release/commons/jcs/binaries/HEADER.html ============================================================================== --- release/commons/jcs/binaries/HEADER.html (added) +++ release/commons/jcs/binaries/HEADER.html Tue Apr 14 17:54:36 2015 @@ -0,0 +1 @@ +link ../HEADER.html \ No newline at end of file Propchange: release/commons/jcs/binaries/HEADER.html ------------------------------------------------------------------------------ svn:special = * Added: release/commons/jcs/binaries/README.html ============================================================================== --- release/commons/jcs/binaries/README.html (added) +++ release/commons/jcs/binaries/README.html Tue Apr 14 17:54:36 2015 @@ -0,0 +1 @@ +link ../README.html \ No newline at end of file Propchange: release/commons/jcs/binaries/README.html ------------------------------------------------------------------------------ svn:special = * Added: release/commons/jcs/source/HEADER.html ============================================================================== --- release/commons/jcs/source/HEADER.html (added) +++ release/commons/jcs/source/HEADER.html Tue Apr 14 17:54:36 2015 @@ -0,0 +1 @@ +link ../HEADER.html \ No newline at end of file Propchange: release/commons/jcs/source/HEADER.html ------------------------------------------------------------------------------ svn:special = * Added: release/commons/jcs/source/README.html ============================================================================== --- release/commons/jcs/source/README.html (added) +++ release/commons/jcs/source/README.html Tue Apr 14 17:54:36 2015 @@ -0,0 +1 @@ +link ../README.html \ No newline at end of file Propchange: release/commons/jcs/source/README.html ------------------------------------------------------------------------------ svn:special = *