Author: sebb Date: Fri Apr 29 22:16:52 2016 New Revision: 13475 Log: Fixes
Modified: release/commons/README.html (contents, props changed) Modified: release/commons/README.html ============================================================================== --- release/commons/README.html (original) +++ release/commons/README.html Fri Apr 29 22:16:52 2016 @@ -2,10 +2,9 @@ <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 + Do not download from www.apache.org. + Please use a <a href="http://www.apache.org/dyn/closer.cgi/commons/">nearby mirror site</a> 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> @@ -14,21 +13,26 @@ <p> All of the release distribution packages have been digitally signed (using PGP or GPG) by the ASF committers that constructed - them. There will be an accompanying + them. + <br> + There will be an accompanying <tt><var>distribution</var>.asc</tt> file in the same directory - as the distribution. The PGP/GPG keys can be found at the MIT key - repository and within this project's KEYS file at <a - href="http://www.apache.org/dist/commons/KEYS"><samp>http://www.apache.org/dist/commons/KEYS</samp></a>. + as the distribution. + <br> + The PGP/GPG keys can be found at the MIT key + repository and within this project's KEYS file at + <a href="https://www.apache.org/dist/commons/KEYS"><samp>https://www.apache.org/dist/commons/KEYS</samp></a> </p> -<pre>Always signatures to validate package authenticity, <i>e.g.</i>, +<pre>Always use the signature to validate package authenticity, <i>e.g.</i>, $ pgpk -a KEYS -$ pgpv commons-logging-1.2-bin.tar.gz.asc +$ pgpv <var>commons-logging-1.2-bin.tar.gz</var>.asc <i>or</i>, $ pgp -ka KEYS -$ pgp commons-logging-1.2-bin.tar.gz.asc +$ pgp <var>commons-logging-1.2-bin.tar.gz</var>.asc <i>or</i> -$ gpg --verify commons-logging-1.2-bin.tar.gz.asc +$ gpg --import KEYS +$ gpg --verify <var>commons-logging-1.2-bin.tar.gz</var>.asc <var>commons-logging-1.2-bin.tar.gz</var> </pre> <p> Propchange: release/commons/README.html ------------------------------------------------------------------------------ svn:eol-style = native