You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2003/10/25 07:00:54 UTC

cvs commit: xml-security/doc/site/src/documentation/content/xdocs download.xml

blautenb    2003/10/24 22:00:54

  Modified:    doc/site/src/documentation/content/xdocs download.xml
  Log:
  Fix for new mirror location
  
  Revision  Changes    Path
  1.2       +4 -4      xml-security/doc/site/src/documentation/content/xdocs/download.xml
  
  Index: download.xml
  ===================================================================
  RCS file: /home/cvs/xml-security/doc/site/src/documentation/content/xdocs/download.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- download.xml	15 Mar 2003 08:57:47 -0000	1.1
  +++ download.xml	25 Oct 2003 05:00:54 -0000	1.2
  @@ -31,7 +31,7 @@
   		All distributions are provided with signature <em>.sig</em> files.
   		These contain PGP signatures for the related distribution.
   		You should validate these using the keys found in the
  -		<jump href="http://www.apache.org/dist/xml/security/keys.asc">
  +		<jump href="http://www.apache.org/dist/xml/security/KEYS">
   		  key file</jump> downloaded from the Apache site.
   	  </p>
   	  <p/>
  @@ -43,13 +43,13 @@
   		Verification can be performed using :
   	  </p>
   	  <source>
  -% pgpk -a keys.asc
  +% pgpk -a KEYS
   % pgpv xml-security-bin-1_0_5D2.zip.sig
     <em>or</em>
  -% pgp -ka keys.asc
  +% pgp -ka KEYS
   % pgp xml-security-bin-1_0_5D2.zip.sig
     <em>or</em>
  -% gpg --import keys.asc
  +% gpg --import KEYS
   % gpg --verify xml-security-bin-1_0_5D2.zip.sig
   	  </source>
   	</section>