public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: gnupg-user.xml
@ 2008-08-04 19:49 Jan Kundrat
  0 siblings, 0 replies; 16+ messages in thread
From: Jan Kundrat @ 2008-08-04 19:49 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         08/08/04 19:49:56

  Modified:             gnupg-user.xml
  Log:
  #233534, we upload a John Doe's key, not the Luis' one :)

Revision  Changes    Path
1.47                 xml/htdocs/doc/en/gnupg-user.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?r1=1.46&r2=1.47

Index: gnupg-user.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- gnupg-user.xml	2 Mar 2008 22:12:09 -0000	1.46
+++ gnupg-user.xml	4 Aug 2008 19:49:56 -0000	1.47
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.46 2008/03/02 22:12:09 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.47 2008/08/04 19:49:56 jkt Exp $ -->
 
 <guide link = "/doc/en/gnupg-user.xml">
 <title>GnuPG Gentoo User Guide</title>
@@ -25,7 +25,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.11</version>
+<version>1.12</version>
 <date>2007-12-29</date>
 
 <chapter>
@@ -368,7 +368,7 @@
 <p>
 Now that you have your key, it is probably a good idea to send it to the world
 key server. There are a lot of keyservers in the world and most of them exchange
-keys between them. Here we are going to send Luis's key to the subkeys.pgp.net
+keys between them. Here we are going to send John Doe's key to the subkeys.pgp.net
 server. This uses HTTP, so if you need to use a proxy for HTTP traffic don't
 forget to set it (<c>export http_proxy=http://proxy_host:port/</c>). The command
 for sending the key is:  <c>gpg --keyserver subkeys.pgp.net --keyserver-options






^ permalink raw reply	[flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: gnupg-user.xml
@ 2008-03-02 22:12 Jan Kundrat
  0 siblings, 0 replies; 16+ messages in thread
From: Jan Kundrat @ 2008-03-02 22:12 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         08/03/02 22:12:09

  Modified:             gnupg-user.xml
  Log:
  #212124, wrong link to upstream's GnuPG Handbook

Revision  Changes    Path
1.46                 xml/htdocs/doc/en/gnupg-user.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?r1=1.45&r2=1.46

Index: gnupg-user.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- gnupg-user.xml	29 Dec 2007 16:29:10 -0000	1.45
+++ gnupg-user.xml	2 Mar 2008 22:12:09 -0000	1.46
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.45 2007/12/29 16:29:10 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.46 2008/03/02 22:12:09 jkt Exp $ -->
 
 <guide link = "/doc/en/gnupg-user.xml">
 <title>GnuPG Gentoo User Guide</title>
@@ -25,7 +25,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.10</version>
+<version>1.11</version>
 <date>2007-12-29</date>
 
 <chapter>
@@ -38,7 +38,7 @@
 This guide assumes that you are familiar with public-key cryptography,
 encryption, and digital signatures. If this is not the case jump to <uri
 link="#doc_chap6">Public Key Cryptography</uri> or take a look at the
-<uri link="http://www.gnupg.org/(en)/documentation/guides.html">GnuPG 
+<uri link="http://www.gnupg.org/documentation/guides.html">GnuPG 
 handbook</uri>, chapter 2, and then come back.
 </p>
 



-- 
gentoo-doc-cvs@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: gnupg-user.xml
@ 2007-12-29 16:29 Sven Vermeulen
  0 siblings, 0 replies; 16+ messages in thread
From: Sven Vermeulen @ 2007-12-29 16:29 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       07/12/29 16:29:10

  Modified:             gnupg-user.xml
  Log:
  Fix typo, thx 2 cam for noticing

Revision  Changes    Path
1.45                 xml/htdocs/doc/en/gnupg-user.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?r1=1.44&r2=1.45

Index: gnupg-user.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- gnupg-user.xml	29 Dec 2007 12:12:42 -0000	1.44
+++ gnupg-user.xml	29 Dec 2007 16:29:10 -0000	1.45
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.44 2007/12/29 12:12:42 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.45 2007/12/29 16:29:10 swift Exp $ -->
 
 <guide link = "/doc/en/gnupg-user.xml">
 <title>GnuPG Gentoo User Guide</title>
@@ -582,7 +582,7 @@
 
 <pre caption="Encrypting files using a password">
 $ <i>gpg --output document.gpg --symmetric document</i>
-<comment>(GnuPG will ask for a passphraze and a passphraze verification)</comment>
+<comment>(GnuPG will ask for a passphrase and a passphrase verification)</comment>
 </pre>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: gnupg-user.xml
@ 2007-12-29 12:12 Sven Vermeulen
  0 siblings, 0 replies; 16+ messages in thread
From: Sven Vermeulen @ 2007-12-29 12:12 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       07/12/29 12:12:42

  Modified:             gnupg-user.xml
  Log:
  #203331 - Add symmetric cypher information to the GnuPG guide

Revision  Changes    Path
1.44                 xml/htdocs/doc/en/gnupg-user.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?r1=1.43&r2=1.44

Index: gnupg-user.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- gnupg-user.xml	23 Sep 2007 03:00:53 -0000	1.43
+++ gnupg-user.xml	29 Dec 2007 12:12:42 -0000	1.44
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.43 2007/09/23 03:00:53 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.44 2007/12/29 12:12:42 swift Exp $ -->
 
 <guide link = "/doc/en/gnupg-user.xml">
 <title>GnuPG Gentoo User Guide</title>
@@ -25,8 +25,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.9</version>
-<date>2007-09-22</date>
+<version>1.10</version>
+<date>2007-12-29</date>
 
 <chapter>
 <title>Introduction</title>
@@ -570,6 +570,24 @@
 </body>
 </section>
 <section>
+<title>Encrypting and decrypting without keys</title>
+<body>
+
+<p>
+It is also possible to encrypt files using passwords instead of keys. Well, the
+password itself will function as the key - it will be used as a <e>symmetric
+cypher</e>. You can encrypt the file using <c>gpg</c>'s <c>--symmetric</c>
+argument; decrypting uses the same command as we talked about before.
+</p>
+
+<pre caption="Encrypting files using a password">
+$ <i>gpg --output document.gpg --symmetric document</i>
+<comment>(GnuPG will ask for a passphraze and a passphraze verification)</comment>
+</pre>
+
+</body>
+</section>
+<section>
 <title>Advanced Features</title>
 <body>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: gnupg-user.xml
@ 2007-09-23  3:00 Josh Saddler
  0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-09-23  3:00 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/09/23 03:00:53

  Modified:             gnupg-user.xml
  Log:
  sylpheed-claws has been masked for removal

Revision  Changes    Path
1.43                 xml/htdocs/doc/en/gnupg-user.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?r1=1.42&r2=1.43

Index: gnupg-user.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- gnupg-user.xml	16 Jul 2007 03:00:25 -0000	1.42
+++ gnupg-user.xml	23 Sep 2007 03:00:53 -0000	1.43
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.42 2007/07/16 03:00:25 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.43 2007/09/23 03:00:53 nightmorph Exp $ -->
 
 <guide link = "/doc/en/gnupg-user.xml">
 <title>GnuPG Gentoo User Guide</title>
@@ -25,8 +25,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.8</version>
-<date>2007-02-20</date>
+<version>1.9</version>
+<date>2007-09-22</date>
 
 <chapter>
 <title>Introduction</title>
@@ -744,18 +744,18 @@
 </body>
 </section>
 <section>
-<title>Sylpheed-Claws</title>
+<title>Claws-Mail</title>
 <body>
 
 <p>
-This is my email reader of choice. It is <e>very</e> fast with big mailboxes, 
-has all the nice features one wants in mail readers and works pretty well with 
-gpg. The only problem is that it does not work with the old PGP signatures, so 
-when you receive those kind of mails you have to hand check the signatures.
+This mail reader is <e>very</e> fast with big mailboxes, has all the nice
+features one wants in mail readers and works pretty well with gpg. The only
+problem is that it does not work with the old PGP signatures, so when you
+receive those kind of mails you have to hand check the signatures.
 </p>
 
 <p>
-To use your gpg key with Sylpheed-Claws just go to the acount configuration and
+To use your gpg key with Claws-Mail just go to the account configuration and
 select the privacy tab. Once there just choose which key to use, probably most 
 users will go with the default key.
 </p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: gnupg-user.xml
@ 2007-07-16  3:00 Josh Saddler
  0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-07-16  3:00 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/07/16 03:00:25

  Modified:             gnupg-user.xml
  Log:
  Proper English, grammar, spelling, and some small GuideXML coding style fixes. No content change.

Revision  Changes    Path
1.42                 xml/htdocs/doc/en/gnupg-user.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?r1=1.41&r2=1.42

Index: gnupg-user.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- gnupg-user.xml	20 Feb 2007 22:07:04 -0000	1.41
+++ gnupg-user.xml	16 Jul 2007 03:00:25 -0000	1.42
@@ -1,10 +1,11 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.41 2007/02/20 22:07:04 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.42 2007/07/16 03:00:25 nightmorph Exp $ -->
 
 <guide link = "/doc/en/gnupg-user.xml">
-<title>GnuPG Gentoo user guide</title>
+<title>GnuPG Gentoo User Guide</title>
+
 <author title="Author">
   <mail link="humpback@gentoo.org">Gustavo Felisberto</mail>
 </author>
@@ -159,12 +160,12 @@
 <p>
 Now enter your key passphrase twice. It is a good idea to use a strong password.
 If someone ever gets hold of your private key and cracks your password, they 
-will be able to send messages signed by "you" making everyone believe the mails 
+will be able to send messages signed by "you", making everyone believe the mails 
 were sent by you.
 </p>
 
 <p>
-Then, GnuPG will generate your key. Moving the mouse or having a mp3 playing in
+Next, GnuPG will generate your key. Moving the mouse or having a mp3 playing in
 the background will help speed up the process because it generates random data.
 </p>
 
@@ -379,7 +380,7 @@
 <p>
 You can also send other people's keys that you have signed to the keyserver. We
 could send Luis Pinto's key to the keyserver. This way someone who trusts
-your key can use the signature that you have placed there to trust Luis' key.
+your key can use the signature that you have placed there to trust Luis's key.
 </p>
 
 </body>
@@ -391,7 +392,7 @@
 <p>
 Now we are going to search for Gustavo Felisberto's key and add it to the
 keyring of John Doe (just in case you did not notice Gustavo Felisberto is the
-author this guide :) ).
+author this guide :)).
 </p>
 
 <pre caption="Searching keys from keyservers">
@@ -432,10 +433,10 @@
 <body>
 
 <p>
-There are cases, when working with certain applications, where you use your GPG
-key very frequently, which means that you have to type your passphrase a lot of
+Sometimes working with certain applications requires you to use your GPG key
+very frequently, which means that you have to type your passphrase a lot of
 times. Several applications used to support a passphrase caching mechanism to
-make life easier for users, this however disallowed sharing this cache across
+make life easier for users. However, this disallowed sharing this cache across
 programs (how secure would that be?) and forced applications to reinvent the
 wheel over and over again.
 </p>
@@ -593,9 +594,9 @@
 <p>
 Another nice command is <c>gpg --refresh-keys</c>. This will contact the
 keyserver defined in the options file and refresh public keys in your local key
-ring from there, searching for revoked keys, new id's, new signatures on keys. 
-You should probably run this once or twice a month so that if someone revokes
-his key you will be notified.
+ring from there, searching for revoked keys, new IDs, and new signatures on
+keys.  You should probably run this once or twice a month so that if someone
+revokes his key you will be notified.
 </p>
 
 </body>
@@ -610,14 +611,14 @@
 
 <p>
 95% of the time you will use GnuPG with email, signing/encrypting your outgoing
-messages and reading signed/encrypted messages. So it is only fair that i talk
+messages and reading signed/encrypted messages. So it is only fair that I talk
 about that first.
 </p>
 
 <p>
 There are two ways two sign/encrypt a email with GnuPG, the old way and the new
 way :). In the old way messages would appear in plain text, with no possible
-formatting and attached files would be unsigned/unencrypted, here is an example
+formatting and attached files would be unsigned/unencrypted. Here is an example
 of a message signed the old way:
 </p>
 
@@ -637,7 +638,7 @@
 </pre>
 
 <p>
-Messages this way are no good in todays world, where we have nice GUI's and
+Messages this way are no good in today's world, where we have nice GUIs and
 email readers that understand html.
 </p>
 
@@ -645,7 +646,7 @@
 To solve this an addition to the MIME (Multipurpose Internet Mail Extensions)
 was created. This adds a field to the email that tells the mail reader that the 
 full content of the message is signed and/or encrypted. The problem with this 
-is that not all mail readers support this. And some even mess the content, 
+is that not all mail readers support this. And some even mess up the content; 
 Microsoft's Outlook is famous for not working with this.
 </p>
 
@@ -674,7 +675,7 @@
 <p>
 Now you can see the key managing window. From here we see our good key for John
 Doe. The two trusted keys for Gustavo and Luis, and the untrusted key for Daniel
-Robbins ( I still have not given him a call to check his fingerprint :) ).
+Robbins (I still have not given him a call to check his fingerprint :)).
 </p>
 
 </body>
@@ -772,17 +773,17 @@
 <p>
 The concept of public key cryptography was originally devised by Whitfield
 Diffie and Martin Hellman in 1976. When I first heard the words "public key" and
-"cryptography" in the same sentence back in '93 I tought to myself that it would
-be impossible to do such a thing. In those days there was no Internet (well
-there was, but not for me) so I went to the public library and asked for books
-on Cryptography. I must say that I was 16 at the time so the clerk there looked
-to me in astonishment and brought me a book for children on substitution cyphers
-(those where you change a letter for another like the famous Caesar Cypher or
-ROT-13 (Tragbb Ebpxf, naq lbh xabj vg vf tbbq orpnhfr lbh ner ernqvat guvf
-qbp.), (emerge rotix if you cannot read the preceding text)). I was very upset
-with this and started to search for more info. It is good to have mathematicians
-in the family, because as soon as I talked to one of them I was introduced to a
-new world.
+"cryptography" in the same sentence back in '93 I thought to myself that it
+would be impossible to do such a thing. In those days there was no Internet
+(well there was, but not for me) so I went to the public library and asked for
+books on Cryptography. I must say that I was 16 at the time so the clerk there
+looked to me in astonishment and brought me a book for children on substitution
+cyphers (those where you change a letter for another like the famous Caesar
+Cypher or ROT-13 (Tragbb Ebpxf, naq lbh xabj vg vf tbbq orpnhfr lbh ner ernqvat
+guvf qbp.), (<c>emerge rotix</c> if you cannot read the preceding text)). I was
+very upset with this and started to search for more info. It is good to have
+mathematicians in the family, because as soon as I talked to one of them I was
+introduced to a new world.
 </p>
 
 <p>
@@ -838,12 +839,12 @@
 protocol. For even more info go to the public library and grab a copy of the
 <uri link="http://www.cacr.math.uwaterloo.ca/hac/">"Handbook of Applied
 Cryptography"</uri> by Alfred J. Menezes, Paul C. van Oorschot and Scott A.
-Vanstone,  also this book is available online for free at the above site.
+Vanstone. This book is also available online for free at the above site.
 </p>
 
 <p>
 One consequence of the above is that if you cypher a message to me, and you
-loose the original uncypherd message you will no longer be able to retrieve it
+loose the original uncyphered message you will no longer be able to retrieve it
 from the cyphered version.
 </p>
 
@@ -865,14 +866,14 @@
 when you cypher a message to me you sign it with your private key so that, when
 I receive it, I can first use your public key to check your signature and then
 use my private key to decypher the message. As you can see we could not do
-that in the setup i described before.
+that in the setup I described before.
 </p>
 
 <p>
-Also very important, to sign messages you don't have to cypher them before. So
-like that you can create messages that can be read by anyone, but that come with
-your "branding". And if any single character is changed in the message it can
-(and will) be detected.
+It's also very important to sign messages so that you don't have to cypher them
+beforehand. Now you can create messages that can be read by anyone, but that
+come with your "branding". And if any single character is changed in the message
+it can (and will) be detected.
 </p>
 
 </body>
@@ -882,20 +883,20 @@
 <body>
 
 <p>
-But lets say that I have no previous contact with you until you send me a
-message, how do I get your public key, and how do I really know it is yours?
+But let's say that I have no previous contact with you until you send me a
+message: how do I get your public key, and how do I really know it is yours?
 </p>
 
 <p>
 To solve this problem public Key Servers were created. When you create your key
-pair (Public and Private key) you send your public key to the key server. After
+pair (Public and Private key), you send your public key to the key server. After
 this everyone can retrieve your key from there. This solves the problem of
 finding the key. But how do I really know that that key is the author's key? For
 this another concept must be introduced, and that is key signing:
 </p>
 
 <p>
-Key signing means that, if I have the public key of another person, and I know 
+Key signing means that if I have the public key of another person, and I know 
 <e>for sure</e> that it is really that persons key (it is my personal friend, 
 someone I know in real life, etc.) I can sign that public key and send it to 
 keyservers, that way I am telling the world: "This key really belongs to the 
@@ -904,20 +905,20 @@
 </p>
 
 <p>
-This can sometimes be confusing so lets see a real world situation
+This can sometimes be confusing so let's see a real world situation.
 </p>
 
 <p>
 Let's imagine a 3 person situation: John, Mary, and Lisa. John is a good
 friend of Mary but does not know Lisa; Lisa is a good friend of Mary but
 does not know John. One day Lisa sends John a signed email. John will fetch
-Lisa's  Public Key from the keyserver and test the message, if all went ok he
+Lisa's Public Key from the keyserver and test the message, if all went ok he
 will see that whoever wrote that message also created that key. But how do I
 know it was really the person it claims to be?
 </p>
 
 <p>
-He then see's that it is signed by Mary, which he can check because he already
+He then sees that it is signed by Mary, which he can check because he already
 has Mary's key and he trusts that key. With this ring of trust he continues to
 conclude that the email he received was really written by Lisa.
 </p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: gnupg-user.xml
@ 2006-07-08  2:50 Lukasz Damentko
  0 siblings, 0 replies; 16+ messages in thread
From: Lukasz Damentko @ 2006-07-08  2:50 UTC (permalink / raw
  To: gentoo-doc-cvs

rane        06/07/08 02:50:13

  Modified:             gnupg-user.xml
  Log:
  adding a lacking apostrophe

Revision  Changes    Path
1.38                 xml/htdocs/doc/en/gnupg-user.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.38&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.38&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml.diff?r1=1.37&r2=1.38&cvsroot=gentoo

Index: gnupg-user.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- gnupg-user.xml	27 May 2006 14:42:46 -0000	1.37
+++ gnupg-user.xml	8 Jul 2006 02:50:13 -0000	1.38
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.37 2006/05/27 14:42:46 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.38 2006/07/08 02:50:13 rane Exp $ -->
 
 <guide link = "/doc/en/gnupg-user.xml">
 <title>GnuPG Gentoo user guide</title>
@@ -938,7 +938,7 @@
 I had some problems with photos in keys. Check the version you are using. If
 you have GnuPG 1.2.1-r1 and up you are probably OK, older versions may have
 problems. Also most keyservers don't like keys with photos, so you are better
-if you dont add photos.
+if you don't add photos.
 </p>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: gnupg-user.xml
@ 2006-05-27 14:42 Xavier Neys
  0 siblings, 0 replies; 16+ messages in thread
From: Xavier Neys @ 2006-05-27 14:42 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       06/05/27 14:42:46

  Modified:             gnupg-user.xml
  Log:
  #131065 remove gpg-agent, gnupg-1.9.20 goes stable

Revision  Changes    Path
1.37                 xml/htdocs/doc/en/gnupg-user.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.37&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.37&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml.diff?r1=1.36&r2=1.37&cvsroot=gentoo

Index: gnupg-user.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- gnupg-user.xml	13 May 2006 22:31:29 -0000	1.36
+++ gnupg-user.xml	27 May 2006 14:42:46 -0000	1.37
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.36 2006/05/13 22:31:29 vapier Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.37 2006/05/27 14:42:46 neysx Exp $ -->
 
 <guide link = "/doc/en/gnupg-user.xml">
 <title>GnuPG Gentoo user guide</title>
@@ -24,8 +24,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.6</version>
-<date>2006-05-13</date>
+<version>1.7</version>
+<date>2006-05-27</date>
 
 <chapter>
 <title>Introduction</title>
@@ -449,8 +449,9 @@
 </p>
 
 <p>
-Gentoo provides a few GPG agent applications. <c>app-crypt/gpg-agent</c> can be
-considered the reference one, and will be the one we'll use in this document.
+Gentoo provides a few GPG agent applications. The <c>app-crypt/gnupg-1.9.*</c>
+package contains what could be considered the reference one, and will be the
+one we'll use in this document.
 </p>
 
 </body>
@@ -460,15 +461,15 @@
 <body>
 
 <p>
-You should install <c>gpg-agent</c>, obviously, and also <c>pinentry</c>, which
-is the helper application that gpg-agent uses to request the passphrase in a
-graphical window. It comes in three flavors: it can popup a window using the
-gtk+, Qt, or curses library (depending on the USE flag you set when emerging
-it).
+You should install <c>gnupg-1.9.*</c>, which includes <c>gpg-agent</c>, and
+<c>pinentry</c>. <c>pinentry</c> is the helper application that gpg-agent uses
+to request the passphrase in a graphical window. It comes in three flavors: it
+can popup a window using the gtk+, Qt, or curses library (depending on the USE
+flag you set when emerging it).
 </p>
 
 <pre caption="Installing gpg-agent and pinentry">
-# <i>emerge gpg-agent pinentry</i>
+# <i>emerge \>=gnupg-1.9.20 pinentry</i>
 </pre>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: gnupg-user.xml
@ 2006-05-13 22:31 vapier
  0 siblings, 0 replies; 16+ messages in thread
From: vapier @ 2006-05-13 22:31 UTC (permalink / raw
  To: gentoo-doc-cvs

vapier      06/05/13 22:31:29

  Modified:             gnupg-user.xml
  Log:
  add a link to upstream KMail/PGP howto

Revision  Changes    Path
1.36                 xml/htdocs/doc/en/gnupg-user.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.36&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.36&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml.diff?r1=1.35&r2=1.36&cvsroot=gentoo

Index: gnupg-user.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- gnupg-user.xml	26 Feb 2006 13:40:19 -0000	1.35
+++ gnupg-user.xml	13 May 2006 22:31:29 -0000	1.36
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.35 2006/02/26 13:40:19 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.36 2006/05/13 22:31:29 vapier Exp $ -->
 
 <guide link = "/doc/en/gnupg-user.xml">
 <title>GnuPG Gentoo user guide</title>
@@ -24,8 +24,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.5</version>
-<date>2006-02-26</date>
+<version>1.6</version>
+<date>2006-05-13</date>
 
 <chapter>
 <title>Introduction</title>
@@ -730,6 +730,12 @@
 GpgME-based backend remains grayed out, KMail is not working properly.
 </p>
 
+<p>
+If you still are unable to get KMail to behave, please see the 
+<uri link="http://kmail.kde.org/kmail-pgpmime-howto.html">KMail PGP HowTo</uri> 
+page for more information.
+</p>
+
 </body>
 </section>
 <section>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: gnupg-user.xml
@ 2006-02-26 13:40 Xavier Neys
  0 siblings, 0 replies; 16+ messages in thread
From: Xavier Neys @ 2006-02-26 13:40 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       06/02/26 13:40:19

  Modified:    xml/htdocs/doc/en gnupg-user.xml
  Log:
  #123989 Link to wikipedia instead of hack.gr

Revision  Changes    Path
1.35      +5 -5      xml/htdocs/doc/en/gnupg-user.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.35&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.35&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml.diff?r1=1.34&r2=1.35&cvsroot=gentoo

Index: gnupg-user.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- gnupg-user.xml	10 Jan 2006 05:00:32 -0000	1.34
+++ gnupg-user.xml	26 Feb 2006 13:40:19 -0000	1.35
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.34 2006/01/10 05:00:32 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.35 2006/02/26 13:40:19 neysx Exp $ -->
 
 <guide link = "/doc/en/gnupg-user.xml">
 <title>GnuPG Gentoo user guide</title>
@@ -24,8 +24,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.4</version>
-<date>2006-01-09</date>
+<version>1.5</version>
+<date>2006-02-26</date>
 
 <chapter>
 <title>Introduction</title>
@@ -823,8 +823,8 @@
 
 <p>
 In practice this is not 100% accurate with reality, but will give a good idea to
-the newcomer. For more information check hack.gr on the <uri
-link="http://www.hack.gr/users/dij/crypto/overview/diffie.html">Diffie-Hellman</uri>
+the newcomer. For more information, check Wikipedia on the <uri
+link="http://en.wikipedia.org/wiki/Diffie-Hellman">Diffie-Hellman</uri>
 protocol. For even more info go to the public library and grab a copy of the
 <uri link="http://www.cacr.math.uwaterloo.ca/hac/">"Handbook of Applied
 Cryptography"</uri> by Alfred J. Menezes, Paul C. van Oorschot and Scott A.



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: gnupg-user.xml
@ 2006-01-10  5:00 Lukasz Damentko
  0 siblings, 0 replies; 16+ messages in thread
From: Lukasz Damentko @ 2006-01-10  5:00 UTC (permalink / raw
  To: gentoo-doc-cvs

rane        06/01/10 05:00:33

  Modified:    xml/htdocs/doc/en gnupg-user.xml
  Log:
  fixed typo, something which is left from the division is a remainder, not a reminder

Revision  Changes    Path
1.34      +2 -2      xml/htdocs/doc/en/gnupg-user.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.34&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.34&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml.diff?r1=1.33&r2=1.34&cvsroot=gentoo

Index: gnupg-user.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- gnupg-user.xml	9 Jan 2006 14:03:27 -0000	1.33
+++ gnupg-user.xml	10 Jan 2006 05:00:32 -0000	1.34
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.33 2006/01/09 14:03:27 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.34 2006/01/10 05:00:32 rane Exp $ -->
 
 <guide link = "/doc/en/gnupg-user.xml">
 <title>GnuPG Gentoo user guide</title>
@@ -783,7 +783,7 @@
 Definitions:
 
 1- A prime number is a positive integer number greater than one that is only
-divisible by 1 and itself (the reminder of the division is 0).
+divisible by 1 and itself (the remainder of the division is 0).
 The first 8 prime numbers are 2,3,5,7,11,13,17,19
 
 Theorem (No proof here)



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: gnupg-user.xml
@ 2006-01-09 14:03 Lukasz Damentko
  0 siblings, 0 replies; 16+ messages in thread
From: Lukasz Damentko @ 2006-01-09 14:03 UTC (permalink / raw
  To: gentoo-doc-cvs

rane        06/01/09 14:03:27

  Modified:    xml/htdocs/doc/en gnupg-user.xml
  Log:
  prime numbers are >1

Revision  Changes    Path
1.33      +4 -4      xml/htdocs/doc/en/gnupg-user.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.33&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.33&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml.diff?r1=1.32&r2=1.33&cvsroot=gentoo

Index: gnupg-user.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- gnupg-user.xml	9 Jan 2006 13:52:25 -0000	1.32
+++ gnupg-user.xml	9 Jan 2006 14:03:27 -0000	1.33
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.32 2006/01/09 13:52:25 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.33 2006/01/09 14:03:27 rane Exp $ -->
 
 <guide link = "/doc/en/gnupg-user.xml">
 <title>GnuPG Gentoo user guide</title>
@@ -24,7 +24,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.3</version>
+<version>1.4</version>
 <date>2006-01-09</date>
 
 <chapter>
@@ -782,8 +782,8 @@
 <pre caption="Mathematical Concepts">
 Definitions:
 
-1- A prime number is a positive integer number that is only divisible by 1 and 
-itself (the reminder of the division is 0).
+1- A prime number is a positive integer number greater than one that is only
+divisible by 1 and itself (the reminder of the division is 0).
 The first 8 prime numbers are 2,3,5,7,11,13,17,19
 
 Theorem (No proof here)



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: gnupg-user.xml
@ 2006-01-09 13:52 Lukasz Damentko
  0 siblings, 0 replies; 16+ messages in thread
From: Lukasz Damentko @ 2006-01-09 13:52 UTC (permalink / raw
  To: gentoo-doc-cvs

rane        06/01/09 13:52:25

  Modified:    xml/htdocs/doc/en gnupg-user.xml
  Log:
  1 is not a prime number

Revision  Changes    Path
1.32      +4 -4      xml/htdocs/doc/en/gnupg-user.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.32&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.32&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml.diff?r1=1.31&r2=1.32&cvsroot=gentoo

Index: gnupg-user.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- gnupg-user.xml	29 Nov 2005 21:57:36 -0000	1.31
+++ gnupg-user.xml	9 Jan 2006 13:52:25 -0000	1.32
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.31 2005/11/29 21:57:36 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.32 2006/01/09 13:52:25 rane Exp $ -->
 
 <guide link = "/doc/en/gnupg-user.xml">
 <title>GnuPG Gentoo user guide</title>
@@ -24,8 +24,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.2</version>
-<date>2005-11-29</date>
+<version>1.3</version>
+<date>2006-01-09</date>
 
 <chapter>
 <title>Introduction</title>
@@ -784,7 +784,7 @@
 
 1- A prime number is a positive integer number that is only divisible by 1 and 
 itself (the reminder of the division is 0).
-The first 8 prime numbers are 1,2,3,5,7,11,13,17
+The first 8 prime numbers are 2,3,5,7,11,13,17,19
 
 Theorem (No proof here)
 1- For any non prime positive integer it is possible to break it as the product



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: gnupg-user.xml
@ 2005-11-29 21:57 Jan Kundrat
  0 siblings, 0 replies; 16+ messages in thread
From: Jan Kundrat @ 2005-11-29 21:57 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         05/11/29 21:57:36

  Modified:    xml/htdocs/doc/en gnupg-user.xml
  Log:
  http://subkeys.pgp.net should use port 11371 for web interface, tx to enderson for pointing that out

Revision  Changes    Path
1.31      +7 -5      xml/htdocs/doc/en/gnupg-user.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.31&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.31&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml.diff?r1=1.30&r2=1.31&cvsroot=gentoo

Index: gnupg-user.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- gnupg-user.xml	8 Nov 2005 12:41:58 -0000	1.30
+++ gnupg-user.xml	29 Nov 2005 21:57:36 -0000	1.31
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.30 2005/11/08 12:41:58 flammie Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.31 2005/11/29 21:57:36 jkt Exp $ -->
 
 <guide link = "/doc/en/gnupg-user.xml">
 <title>GnuPG Gentoo user guide</title>
@@ -20,10 +20,12 @@
 communication.
 </abstract>
 
+<!-- The content of this document is licensed under the CC-BY-SA license -->
+<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.1</version>
-<date>2005-10-13</date>
+<version>1.2</version>
+<date>2005-11-29</date>
 
 <chapter>
 <title>Introduction</title>
@@ -582,8 +584,8 @@
 Search for the above two lines and uncomment them. With this any time GnuPG
 needs to check a signature and it does not find the public key on the local
 keyring it will contact the key server at <uri 
-link="http://subkeys.pgp.net/">subkeys.pgp.net</uri> and will try to fetch it
-from there.
+link="http://subkeys.pgp.net:11371/">subkeys.pgp.net</uri> and will try to fetch
+it from there.
 </p>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: gnupg-user.xml
@ 2005-11-08 12:41 Flammie Pirinen
  0 siblings, 0 replies; 16+ messages in thread
From: Flammie Pirinen @ 2005-11-08 12:41 UTC (permalink / raw
  To: gentoo-doc-cvs

flammie     05/11/08 12:41:58

  Modified:    xml/htdocs/doc/en gnupg-user.xml
  Log:
  s/encript/encrypt/g, English spelling fix, thanks to RiverRat for reporting
  NO CONTENT CHANGE

Revision  Changes    Path
1.30      +5 -5      xml/htdocs/doc/en/gnupg-user.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.30&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.30&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml.diff?r1=1.29&r2=1.30&cvsroot=gentoo

Index: gnupg-user.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- gnupg-user.xml	13 Oct 2005 20:15:23 -0000	1.29
+++ gnupg-user.xml	8 Nov 2005 12:41:58 -0000	1.30
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.29 2005/10/13 20:15:23 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.30 2005/11/08 12:41:58 flammie Exp $ -->
 
 <guide link = "/doc/en/gnupg-user.xml">
 <title>GnuPG Gentoo user guide</title>
@@ -605,15 +605,15 @@
 <body>
 
 <p>
-95% of the time you will use GnuPG with email, signing/encripting your outgoing
-messages and reading signed/encripted messages. So it is only fair that i talk
+95% of the time you will use GnuPG with email, signing/encrypting your outgoing
+messages and reading signed/encrypted messages. So it is only fair that i talk
 about that first.
 </p>
 
 <p>
-There are two ways two sign/encript a email with GnuPG, the old way and the new
+There are two ways two sign/encrypt a email with GnuPG, the old way and the new
 way :). In the old way messages would appear in plain text, with no possible
-formatting and attached files would be unsigned/unencripted, here is an example
+formatting and attached files would be unsigned/unencrypted, here is an example
 of a message signed the old way:
 </p>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: gnupg-user.xml
@ 2005-10-13 20:15 Jan Kundrat
  0 siblings, 0 replies; 16+ messages in thread
From: Jan Kundrat @ 2005-10-13 20:15 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         05/10/13 20:15:23

  Modified:    xml/htdocs/doc/en gnupg-user.xml
  Log:
  #109151, use subkeys.pgp.net instead of pgp.mit.edu
  (+ fixed a typo as well)

Revision  Changes    Path
1.29      +14 -14    xml/htdocs/doc/en/gnupg-user.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.29&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.29&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml.diff?r1=1.28&r2=1.29&cvsroot=gentoo

Index: gnupg-user.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- gnupg-user.xml	4 May 2005 16:46:21 -0000	1.28
+++ gnupg-user.xml	13 Oct 2005 20:15:23 -0000	1.29
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.28 2005/05/04 16:46:21 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.29 2005/10/13 20:15:23 jkt Exp $ -->
 
 <guide link = "/doc/en/gnupg-user.xml">
 <title>GnuPG Gentoo user guide</title>
@@ -22,8 +22,8 @@
 
 <license/>
 
-<version>1.0.13</version>
-<date>2005-05-04</date>
+<version>1.1</version>
+<date>2005-10-13</date>
 
 <chapter>
 <title>Introduction</title>
@@ -34,7 +34,7 @@
 <p>
 This guide assumes that you are familiar with public-key cryptography,
 encryption, and digital signatures. If this is not the case jump to <uri
-link="#doc_chap6">Public Key Cryptography</uri> or take a look at the  
+link="#doc_chap6">Public Key Cryptography</uri> or take a look at the
 <uri link="http://www.gnupg.org/(en)/documentation/guides.html">GnuPG 
 handbook</uri>, chapter 2, and then come back.
 </p>
@@ -42,9 +42,9 @@
 <p>
 This guide will teach you how to install GnuPG, how to create your key pair, how
 to add keys to your keyring, how to submit your public key to a key server and
-how to sign,encrypt,verify or decode messages you send or receive. You will also
-learn how to encrypt files on your local computer to prevent people from reading
-their contents.
+how to sign, encrypt, verify or decode messages you send or receive. You will
+also learn how to encrypt files on your local computer to prevent people from
+reading their contents.
 </p>
 
 </body>
@@ -364,10 +364,10 @@
 <p>
 Now that you have your key, it is probably a good idea to send it to the world
 key server. There are a lot of keyservers in the world and most of them exchange
-keys between them. Here we are going to send Luis's key to the pgp.mit.edu
+keys between them. Here we are going to send Luis's key to the subkeys.pgp.net
 server. This uses HTTP, so if you need to use a proxy for HTTP traffic don't
 forget to set it (<c>export http_proxy=http://proxy_host:port/</c>). The command
-for sending the key is:  <c>gpg --keyserver pgp.mit.edu --keyserver-options
+for sending the key is:  <c>gpg --keyserver subkeys.pgp.net --keyserver-options
 honor-http-proxy --send-key 75447B14</c> where <c>75447B14</c> is the key ID. 
 If you don't need a HTTP proxy you can remove the <e>--keyserver-options 
 honor-http-proxy</e>.
@@ -392,8 +392,8 @@
 </p>
 
 <pre caption="Searching keys from keyservers">
-$ <i>gpg --keyserver pgp.mit.edu --keyserver-options honor-http-proxy --search-keys humpback@felisberto.net</i>
-gpg: searching for "humpback@felisberto.net" from HKP server pgp.mit.edu
+$ <i>gpg --keyserver subkeys.pgp.net --keyserver-options honor-http-proxy --search-keys humpback@felisberto.net</i>
+gpg: searching for "humpback@felisberto.net" from HKP server subkeys.pgp.net
 Keys 1-5 of 5 for "humpback@felisberto.net"
 (1)Gustavo Felisberto (apt-get install anarchy) &lt;humpback@felisberto.net&gt; 1024
   created 2002-12-06, key B9F2D52A
@@ -406,7 +406,7 @@
 (5)Gustavo Adolfo Silva Ribeiro Felisberto &lt;humpback@altavista.net&gt; 1024
   created 1998-06-14, key AE02AF87
   Enter number(s), N)ext, or Q)uit &gt;<i>1</i>
-gpg: requesting key B9F2D52A from HKP keyserver pgp.mit.edu
+gpg: requesting key B9F2D52A from HKP keyserver subkeys.pgp.net
 gpg: key B9F2D52A: public key imported
 gpg: Total number processed: 1
 gpg:               imported: 1
@@ -574,7 +574,7 @@
 </p>
 
 <pre caption="~/.gnupg/gpg.conf">
-#keyserver x-hkp://pgp.mit.edu
+#keyserver x-hkp://subkeys.pgp.net
 #keyserver-options auto-key-retrieve include-disabled include-revoked
 </pre>
 
@@ -582,7 +582,7 @@
 Search for the above two lines and uncomment them. With this any time GnuPG
 needs to check a signature and it does not find the public key on the local
 keyring it will contact the key server at <uri 
-link="http://pgp.mit.edu">pgp.mit.edu</uri> and will try to fetch it
+link="http://subkeys.pgp.net/">subkeys.pgp.net</uri> and will try to fetch it
 from there.
 </p>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2008-08-04 19:49 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-04 19:49 [gentoo-doc-cvs] cvs commit: gnupg-user.xml Jan Kundrat
  -- strict thread matches above, loose matches on Subject: below --
2008-03-02 22:12 Jan Kundrat
2007-12-29 16:29 Sven Vermeulen
2007-12-29 12:12 Sven Vermeulen
2007-09-23  3:00 Josh Saddler
2007-07-16  3:00 Josh Saddler
2006-07-08  2:50 Lukasz Damentko
2006-05-27 14:42 Xavier Neys
2006-05-13 22:31 vapier
2006-02-26 13:40 Xavier Neys
2006-01-10  5:00 Lukasz Damentko
2006-01-09 14:03 Lukasz Damentko
2006-01-09 13:52 Lukasz Damentko
2005-11-29 21:57 Jan Kundrat
2005-11-08 12:41 Flammie Pirinen
2005-10-13 20:15 Jan Kundrat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox