You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2012/11/01 11:30:04 UTC

svn commit: r1404538 - /mina/site/trunk/content/ftpserver/

Author: elecharny
Date: Thu Nov  1 10:30:03 2012
New Revision: 1404538

URL: http://svn.apache.org/viewvc?rev=1404538&view=rev
Log:
Fixing the boxing for FtpServer gpg command

Modified:
    mina/site/trunk/content/ftpserver/download_1.0.0-M2.mdtext
    mina/site/trunk/content/ftpserver/download_1.0.0-M3.mdtext
    mina/site/trunk/content/ftpserver/download_1.0.0-M4.mdtext
    mina/site/trunk/content/ftpserver/download_1.0.0-RC1.mdtext
    mina/site/trunk/content/ftpserver/download_1.0.0-RC2.mdtext
    mina/site/trunk/content/ftpserver/download_1.0.0.mdtext
    mina/site/trunk/content/ftpserver/download_1.0.1.mdtext
    mina/site/trunk/content/ftpserver/download_1.0.2.mdtext
    mina/site/trunk/content/ftpserver/download_1.0.3.mdtext
    mina/site/trunk/content/ftpserver/download_1.0.4.mdtext
    mina/site/trunk/content/ftpserver/download_1.0.5.mdtext
    mina/site/trunk/content/ftpserver/download_1.0.6.mdtext

Modified: mina/site/trunk/content/ftpserver/download_1.0.0-M2.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver/download_1.0.0-M2.mdtext?rev=1404538&r1=1404537&r2=1404538&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver/download_1.0.0-M2.mdtext (original)
+++ mina/site/trunk/content/ftpserver/download_1.0.0-M2.mdtext Thu Nov  1 10:30:03 2012
@@ -42,18 +42,18 @@ It is essential that you verify the inte
 2. Download the asc signature file for the relevant distribution
 3. Verify the signatures using the following commands, depending on your use of PGP or GPG:
 
-	$ pgpk -a KEYS
-	$ pgpv ftpserver-1.0.0-M2.tar.gz.asc
+		$ pgpk -a KEYS
+		$ pgpv ftpserver-1.0.0-M2.tar.gz.asc
 
-or 
+	or 
 
-	$ pgp -ka KEYS
-	$ pgp ftpserver-1.0.0-M2.tar.gz.asc
+		$ pgp -ka KEYS
+		$ pgp ftpserver-1.0.0-M2.tar.gz.asc
 
-or
+	or
 
-	$ gpg --import KEYS
-	$ gpg --verify ftpserver-1.0.0-M2.tar.gz.asc
+		$ gpg --import KEYS
+		$ gpg --verify ftpserver-1.0.0-M2.tar.gz.asc
 
 Alternatively, you can verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in most Linux and Unix distributions. It is also available as part of GNU Textutils. Windows users can utilize any of the following md5 programs:
 

Modified: mina/site/trunk/content/ftpserver/download_1.0.0-M3.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver/download_1.0.0-M3.mdtext?rev=1404538&r1=1404537&r2=1404538&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver/download_1.0.0-M3.mdtext (original)
+++ mina/site/trunk/content/ftpserver/download_1.0.0-M3.mdtext Thu Nov  1 10:30:03 2012
@@ -42,18 +42,18 @@ It is essential that you verify the inte
 2. Download the asc signature file for the relevant distribution
 3. Verify the signatures using the following commands, depending on your use of PGP or GPG:
 
-	$ pgpk -a KEYS
-	$ pgpv ftpserver-1.0.0-M3.tar.gz.asc
+		$ pgpk -a KEYS
+		$ pgpv ftpserver-1.0.0-M3.tar.gz.asc
 
-or 
+	or 
 
-	$ pgp -ka KEYS
-	$ pgp ftpserver-1.0.0-M3.tar.gz.asc
+		$ pgp -ka KEYS
+		$ pgp ftpserver-1.0.0-M3.tar.gz.asc
 
-or
+	or
 
-	$ gpg --import KEYS
-	$ gpg --verify ftpserver-1.0.0-M3.tar.gz.asc
+		$ gpg --import KEYS
+		$ gpg --verify ftpserver-1.0.0-M3.tar.gz.asc
 
 Alternatively, you can verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in most Linux and Unix distributions. It is also available as part of GNU Textutils. Windows users can utilize any of the following md5 programs:
 

Modified: mina/site/trunk/content/ftpserver/download_1.0.0-M4.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver/download_1.0.0-M4.mdtext?rev=1404538&r1=1404537&r2=1404538&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver/download_1.0.0-M4.mdtext (original)
+++ mina/site/trunk/content/ftpserver/download_1.0.0-M4.mdtext Thu Nov  1 10:30:03 2012
@@ -42,18 +42,18 @@ It is essential that you verify the inte
 2. Download the asc signature file for the relevant distribution
 3. Verify the signatures using the following commands, depending on your use of PGP or GPG:
 
-	$ pgpk -a KEYS
-	$ pgpv ftpserver-1.0.0-M4.tar.gz.asc
+		$ pgpk -a KEYS
+		$ pgpv ftpserver-1.0.0-M4.tar.gz.asc
 
-or 
+	or 
 
-	$ pgp -ka KEYS
-	$ pgp ftpserver-1.0.0-M4.tar.gz.asc
+		$ pgp -ka KEYS
+		$ pgp ftpserver-1.0.0-M4.tar.gz.asc
 
-or
+	or
 
-	$ gpg --import KEYS
-	$ gpg --verify ftpserver-1.0.0-M4.tar.gz.asc
+		$ gpg --import KEYS
+		$ gpg --verify ftpserver-1.0.0-M4.tar.gz.asc
 
 Alternatively, you can verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in most Linux and Unix distributions. It is also available as part of GNU Textutils. Windows users can utilize any of the following md5 programs:
 

Modified: mina/site/trunk/content/ftpserver/download_1.0.0-RC1.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver/download_1.0.0-RC1.mdtext?rev=1404538&r1=1404537&r2=1404538&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver/download_1.0.0-RC1.mdtext (original)
+++ mina/site/trunk/content/ftpserver/download_1.0.0-RC1.mdtext Thu Nov  1 10:30:03 2012
@@ -42,18 +42,18 @@ It is essential that you verify the inte
 2. Download the asc signature file for the relevant distribution
 3. Verify the signatures using the following commands, depending on your use of PGP or GPG:
 
-	$ pgpk -a KEYS
-	$ pgpv ftpserver-1.0.0-RC1.tar.gz.asc
+		$ pgpk -a KEYS
+		$ pgpv ftpserver-1.0.0-RC1.tar.gz.asc
 
-or 
+	or 
 
-	$ pgp -ka KEYS
-	$ pgp ftpserver-1.0.0-RC1.tar.gz.asc
+		$ pgp -ka KEYS
+		$ pgp ftpserver-1.0.0-RC1.tar.gz.asc
 
-or
+	or
 
-	$ gpg --import KEYS
-	$ gpg --verify ftpserver-1.0.0-RC1.tar.gz.asc
+		$ gpg --import KEYS
+		$ gpg --verify ftpserver-1.0.0-RC1.tar.gz.asc
 
 Alternatively, you can verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in most Linux and Unix distributions. It is also available as part of GNU Textutils. Windows users can utilize any of the following md5 programs:
 

Modified: mina/site/trunk/content/ftpserver/download_1.0.0-RC2.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver/download_1.0.0-RC2.mdtext?rev=1404538&r1=1404537&r2=1404538&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver/download_1.0.0-RC2.mdtext (original)
+++ mina/site/trunk/content/ftpserver/download_1.0.0-RC2.mdtext Thu Nov  1 10:30:03 2012
@@ -43,18 +43,18 @@ It is essential that you verify the inte
 2. Download the asc signature file for the relevant distribution
 3. Verify the signatures using the following commands, depending on your use of PGP or GPG:
 
-	$ pgpk -a KEYS
-	$ pgpv ftpserver-1.0.0-RC2.tar.gz.asc
+		$ pgpk -a KEYS
+		$ pgpv ftpserver-1.0.0-RC2.tar.gz.asc
 
-or 
+	or 
 
-	$ pgp -ka KEYS
-	$ pgp ftpserver-1.0.0-RC2.tar.gz.asc
+		$ pgp -ka KEYS
+		$ pgp ftpserver-1.0.0-RC2.tar.gz.asc
 
-or
+	or
 
-	$ gpg --import KEYS
-	$ gpg --verify ftpserver-1.0.0-RC2.tar.gz.asc
+		$ gpg --import KEYS
+		$ gpg --verify ftpserver-1.0.0-RC2.tar.gz.asc
 
 Alternatively, you can verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in most Linux and Unix distributions. It is also available as part of GNU Textutils. Windows users can utilize any of the following md5 programs:
 

Modified: mina/site/trunk/content/ftpserver/download_1.0.0.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver/download_1.0.0.mdtext?rev=1404538&r1=1404537&r2=1404538&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver/download_1.0.0.mdtext (original)
+++ mina/site/trunk/content/ftpserver/download_1.0.0.mdtext Thu Nov  1 10:30:03 2012
@@ -43,18 +43,18 @@ It is essential that you verify the inte
 2. Download the asc signature file for the relevant distribution
 3. Verify the signatures using the following commands, depending on your use of PGP or GPG:
 
-	$ pgpk -a KEYS
-	$ pgpv ftpserver-1.0.0.tar.gz.asc
+		$ pgpk -a KEYS
+		$ pgpv ftpserver-1.0.0.tar.gz.asc
 
-or 
+	or 
 
-	$ pgp -ka KEYS
-	$ pgp ftpserver-1.0.0.tar.gz.asc
+		$ pgp -ka KEYS
+		$ pgp ftpserver-1.0.0.tar.gz.asc
 
-or
+	or
 
-	$ gpg --import KEYS
-	$ gpg --verify ftpserver-1.0.0.tar.gz.asc
+		$ gpg --import KEYS
+		$ gpg --verify ftpserver-1.0.0.tar.gz.asc
 
 Alternatively, you can verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in most Linux and Unix distributions. It is also available as part of GNU Textutils. Windows users can utilize any of the following md5 programs:
 

Modified: mina/site/trunk/content/ftpserver/download_1.0.1.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver/download_1.0.1.mdtext?rev=1404538&r1=1404537&r2=1404538&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver/download_1.0.1.mdtext (original)
+++ mina/site/trunk/content/ftpserver/download_1.0.1.mdtext Thu Nov  1 10:30:03 2012
@@ -42,18 +42,18 @@ It is essential that you verify the inte
 2. Download the asc signature file for the relevant distribution
 3. Verify the signatures using the following commands, depending on your use of PGP or GPG:
 
-	$ pgpk -a KEYS
-	$ pgpv ftpserver-1.0.1.tar.gz.asc
+		$ pgpk -a KEYS
+		$ pgpv ftpserver-1.0.1.tar.gz.asc
 
-or 
+	or 
 
-	$ pgp -ka KEYS
-	$ pgp ftpserver-1.0.1.tar.gz.asc
+		$ pgp -ka KEYS
+		$ pgp ftpserver-1.0.1.tar.gz.asc
 
-or
+	or
 
-	$ gpg --import KEYS
-	$ gpg --verify ftpserver-1.0.1.tar.gz.asc
+		$ gpg --import KEYS
+		$ gpg --verify ftpserver-1.0.1.tar.gz.asc
 
 Alternatively, you can verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in most Linux and Unix distributions. It is also available as part of GNU Textutils. Windows users can utilize any of the following md5 programs:
 

Modified: mina/site/trunk/content/ftpserver/download_1.0.2.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver/download_1.0.2.mdtext?rev=1404538&r1=1404537&r2=1404538&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver/download_1.0.2.mdtext (original)
+++ mina/site/trunk/content/ftpserver/download_1.0.2.mdtext Thu Nov  1 10:30:03 2012
@@ -43,18 +43,18 @@ It is essential that you verify the inte
 2. Download the asc signature file for the relevant distribution
 3. Verify the signatures using the following commands, depending on your use of PGP or GPG:
 
-	$ pgpk -a KEYS
-	$ pgpv ftpserver-1.0.2.tar.gz.asc
+		$ pgpk -a KEYS
+		$ pgpv ftpserver-1.0.2.tar.gz.asc
 
-or 
+	or 
 
-	$ pgp -ka KEYS
-	$ pgp ftpserver-1.0.2.tar.gz.asc
+		$ pgp -ka KEYS
+		$ pgp ftpserver-1.0.2.tar.gz.asc
 
-or
+	or
 
-	$ gpg --import KEYS
-	$ gpg --verify ftpserver-1.0.2.tar.gz.asc
+		$ gpg --import KEYS
+		$ gpg --verify ftpserver-1.0.2.tar.gz.asc
 
 Alternatively, you can verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in most Linux and Unix distributions. It is also available as part of GNU Textutils. Windows users can utilize any of the following md5 programs:
 

Modified: mina/site/trunk/content/ftpserver/download_1.0.3.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver/download_1.0.3.mdtext?rev=1404538&r1=1404537&r2=1404538&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver/download_1.0.3.mdtext (original)
+++ mina/site/trunk/content/ftpserver/download_1.0.3.mdtext Thu Nov  1 10:30:03 2012
@@ -43,18 +43,18 @@ It is essential that you verify the inte
 2. Download the asc signature file for the relevant distribution
 3. Verify the signatures using the following commands, depending on your use of PGP or GPG:
 
-	$ pgpk -a KEYS
-	$ pgpv ftpserver-1.0.3.tar.gz.asc
+		$ pgpk -a KEYS
+		$ pgpv ftpserver-1.0.3.tar.gz.asc
 
-or 
+	or 
 
-	$ pgp -ka KEYS
-	$ pgp ftpserver-1.0.3.tar.gz.asc
+		$ pgp -ka KEYS
+		$ pgp ftpserver-1.0.3.tar.gz.asc
 
-or
+	or
 
-	$ gpg --import KEYS
-	$ gpg --verify ftpserver-1.0.3.tar.gz.asc
+		$ gpg --import KEYS
+		$ gpg --verify ftpserver-1.0.3.tar.gz.asc
 
 Alternatively, you can verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in most Linux and Unix distributions. It is also available as part of GNU Textutils. Windows users can utilize any of the following md5 programs:
 

Modified: mina/site/trunk/content/ftpserver/download_1.0.4.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver/download_1.0.4.mdtext?rev=1404538&r1=1404537&r2=1404538&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver/download_1.0.4.mdtext (original)
+++ mina/site/trunk/content/ftpserver/download_1.0.4.mdtext Thu Nov  1 10:30:03 2012
@@ -43,18 +43,18 @@ It is essential that you verify the inte
 2. Download the asc signature file for the relevant distribution
 3. Verify the signatures using the following commands, depending on your use of PGP or GPG:
 
-	$ pgpk -a KEYS
-	$ pgpv ftpserver-1.0.4.tar.gz.asc
+		$ pgpk -a KEYS
+		$ pgpv ftpserver-1.0.4.tar.gz.asc
 
-or 
+	or 
 
-	$ pgp -ka KEYS
-	$ pgp ftpserver-1.0.4.tar.gz.asc
+		$ pgp -ka KEYS
+		$ pgp ftpserver-1.0.4.tar.gz.asc
 
-or
+	or
 
-	$ gpg --import KEYS
-	$ gpg --verify ftpserver-1.0.4.tar.gz.asc
+		$ gpg --import KEYS
+		$ gpg --verify ftpserver-1.0.4.tar.gz.asc
 
 Alternatively, you can verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in most Linux and Unix distributions. It is also available as part of GNU Textutils. Windows users can utilize any of the following md5 programs:
 

Modified: mina/site/trunk/content/ftpserver/download_1.0.5.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver/download_1.0.5.mdtext?rev=1404538&r1=1404537&r2=1404538&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver/download_1.0.5.mdtext (original)
+++ mina/site/trunk/content/ftpserver/download_1.0.5.mdtext Thu Nov  1 10:30:03 2012
@@ -42,18 +42,18 @@ It is essential that you verify the inte
 2. Download the asc signature file for the relevant distribution
 3. Verify the signatures using the following commands, depending on your use of PGP or GPG:
 
-	$ pgpk -a KEYS
-	$ pgpv ftpserver-1.0.5.tar.gz.asc
+		$ pgpk -a KEYS
+		$ pgpv ftpserver-1.0.5.tar.gz.asc
 
-or 
+	or 
 
-	$ pgp -ka KEYS
-	$ pgp ftpserver-1.0.5.tar.gz.asc
+		$ pgp -ka KEYS
+		$ pgp ftpserver-1.0.5.tar.gz.asc
 
-or
+	or
 
-	$ gpg --import KEYS
-	$ gpg --verify ftpserver-1.0.5.tar.gz.asc
+		$ gpg --import KEYS
+		$ gpg --verify ftpserver-1.0.5.tar.gz.asc
 
 Alternatively, you can verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in most Linux and Unix distributions. It is also available as part of GNU Textutils. Windows users can utilize any of the following md5 programs:
 

Modified: mina/site/trunk/content/ftpserver/download_1.0.6.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver/download_1.0.6.mdtext?rev=1404538&r1=1404537&r2=1404538&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver/download_1.0.6.mdtext (original)
+++ mina/site/trunk/content/ftpserver/download_1.0.6.mdtext Thu Nov  1 10:30:03 2012
@@ -43,18 +43,18 @@ It is essential that you verify the inte
 2. Download the asc signature file for the relevant distribution
 3. Verify the signatures using the following commands, depending on your use of PGP or GPG:
 
-	$ pgpk -a KEYS
-	$ pgpv ftpserver-1.0.6.tar.gz.asc
+		$ pgpk -a KEYS
+		$ pgpv ftpserver-1.0.6.tar.gz.asc
 
-or 
+	or 
 
-	$ pgp -ka KEYS
-	$ pgp ftpserver-1.0.6.tar.gz.asc
+		$ pgp -ka KEYS
+		$ pgp ftpserver-1.0.6.tar.gz.asc
 
-or
+	or
 
-	$ gpg --import KEYS
-	$ gpg --verify ftpserver-1.0.6.tar.gz.asc
+		$ gpg --import KEYS
+		$ gpg --verify ftpserver-1.0.6.tar.gz.asc
 
 Alternatively, you can verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in most Linux and Unix distributions. It is also available as part of GNU Textutils. Windows users can utilize any of the following md5 programs: