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

svn commit: r1667133 - /xmlgraphics/site/trunk/content/batik/install.mdtext

Author: lbernardo
Date: Mon Mar 16 21:03:54 2015
New Revision: 1667133

URL: http://svn.apache.org/r1667133
Log:
fixed missing bin src tags from file names

Modified:
    xmlgraphics/site/trunk/content/batik/install.mdtext

Modified: xmlgraphics/site/trunk/content/batik/install.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/batik/install.mdtext?rev=1667133&r1=1667132&r2=1667133&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/batik/install.mdtext (original)
+++ xmlgraphics/site/trunk/content/batik/install.mdtext Mon Mar 16 21:03:54 2015
@@ -34,19 +34,19 @@ It is essential that you verify the inte
 
 The PGP signatures can be verified using PGP or GPG. First download the [KEYS](http://www.apache.org/dist/xmlgraphics/batik/KEYS) as well as the `asc` signature file for the particular distribution you choose. Make sure you get these files from the [main distribution directory](http://www.apache.org/dist/xmlgraphics/batik/), rather than from a mirror. Then verify the signatures using:
 
-`pgpk -a KEYS pgpv batik-1.8.zip.asc`
+`pgpk -a KEYS pgpv batik-[bin|src]-1.8.zip.asc`
 
 *or*
 
-`pgp -ka KEYS pgp batik-1.8.zip.asc`
+`pgp -ka KEYS pgp batik-[bin|src]-1.8.zip.asc`
 
 *or*
 
-`gpg --import KEYS pgp batik-1.8.zip.asc`
+`gpg --import KEYS pgp batik-[bin|src]-1.8.zip.asc`
 
 *or*
 
-`gpg --import KEYS gpg --verify batik-1.8.zip.asc`
+`gpg --import KEYS gpg --verify batik-[bin|src]-1.8.zip.asc`
 
 Alternatively, you can verify the MD5 signature on the files. A UNIX program called `md5` or `md5sum` is included in many UNIX distributions. It is also available as part of [GNU Textutils](http://www.gnu.org/software/textutils/textutils.html). Windows users can get binary md5 programs from [here](http://www.fourmilab.ch/md5/), [here](http://www.pc-tools.net/win32/freeware/console/), or [here](http://www.slavasoft.com/fsum/).
 



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