You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by bu...@apache.org on 2015/03/16 22:04:02 UTC

svn commit: r944018 - in /websites/staging/xmlgraphics/trunk/content: ./ batik/install.html

Author: buildbot
Date: Mon Mar 16 21:04:01 2015
New Revision: 944018

Log:
Staging update by buildbot for xmlgraphics

Modified:
    websites/staging/xmlgraphics/trunk/content/   (props changed)
    websites/staging/xmlgraphics/trunk/content/batik/install.html

Propchange: websites/staging/xmlgraphics/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 16 21:04:01 2015
@@ -1 +1 @@
-1667131
+1667133

Modified: websites/staging/xmlgraphics/trunk/content/batik/install.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/batik/install.html (original)
+++ websites/staging/xmlgraphics/trunk/content/batik/install.html Mon Mar 16 21:04:01 2015
@@ -200,13 +200,13 @@ $(document).ready(function () {
 <h2 id="verify">Verify releases</h2>
 <p>It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures.</p>
 <p>The PGP signatures can be verified using PGP or GPG. First download the <a href="http://www.apache.org/dist/xmlgraphics/batik/KEYS">KEYS</a> as well as the <code>asc</code> signature file for the particular distribution you choose. Make sure you get these files from the <a href="http://www.apache.org/dist/xmlgraphics/batik/">main distribution directory</a>, rather than from a mirror. Then verify the signatures using:</p>
-<p><code>pgpk -a KEYS pgpv batik-1.8.zip.asc</code></p>
+<p><code>pgpk -a KEYS pgpv batik-[bin|src]-1.8.zip.asc</code></p>
 <p><em>or</em></p>
-<p><code>pgp -ka KEYS pgp batik-1.8.zip.asc</code></p>
+<p><code>pgp -ka KEYS pgp batik-[bin|src]-1.8.zip.asc</code></p>
 <p><em>or</em></p>
-<p><code>gpg --import KEYS pgp batik-1.8.zip.asc</code></p>
+<p><code>gpg --import KEYS pgp batik-[bin|src]-1.8.zip.asc</code></p>
 <p><em>or</em></p>
-<p><code>gpg --import KEYS gpg --verify batik-1.8.zip.asc</code></p>
+<p><code>gpg --import KEYS gpg --verify batik-[bin|src]-1.8.zip.asc</code></p>
 <p>Alternatively, you can verify the MD5 signature on the files. A UNIX program called <code>md5</code> or <code>md5sum</code> is included in many UNIX distributions. It is also available as part of <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>. Windows users can get binary md5 programs from <a href="http://www.fourmilab.ch/md5/">here</a>, <a href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or <a href="http://www.slavasoft.com/fsum/">here</a>.</p>
 <p>We recommend using PGP signatures as they can provide a much higher level of assurance compared with MD5.</p></div>
       </div>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org