[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r18025: {projects} Add hint for gpg frontends, rephrase gpg hint to the user (projects/gettor)
Author: kaner
Date: 2009-01-08 09:10:42 -0500 (Thu, 08 Jan 2009)
New Revision: 18025
Modified:
projects/gettor/gettor_responses.py
Log:
Add hint for gpg frontends, rephrase gpg hint to the user
Modified: projects/gettor/gettor_responses.py
===================================================================
--- projects/gettor/gettor_responses.py 2009-01-08 14:07:05 UTC (rev 18024)
+++ projects/gettor/gettor_responses.py 2009-01-08 14:10:42 UTC (rev 18025)
@@ -93,15 +93,20 @@
Here's your requested software as a zip file. Please unzip the
package and verify the signature.
- Hint: If you're on a machine with GnuPG installed, use the gpg
+ Hint: If your computer has GnuPG installed, use the gpg
commandline tool as follows after unpacking the zip file:
- gpg gpg --verify <packagename>.asc <packagename>
+ gpg --verify <packagename>.asc <packagename>
The output should look somewhat like this:
gpg: Good signature from "Roger Dingledine <arma@xxxxxxx>"
+ If you're not familiar with commandline tools, try looking for
+ a graphical user interface for GnuPG on this website:
+
+ http://www.gnupg.org/related_software/frontends.html
+
Have fun.
""")
package = self.constructMessage(message, source, destination, filename)