[Pgp-tools-commit] r62 - web
Thijs Kinkhorst
kink-guest at costa.debian.org
Wed Jun 8 19:37:47 UTC 2005
Author: kink-guest
Date: 2005-06-08 19:37:47 +0000 (Wed, 08 Jun 2005)
New Revision: 62
Modified:
web/index.php
Log:
update website
Modified: web/index.php
===================================================================
--- web/index.php 2005-06-08 18:11:17 UTC (rev 61)
+++ web/index.php 2005-06-08 19:37:47 UTC (rev 62)
@@ -9,15 +9,16 @@
<h1><a name="desc">PGP Tools</a></h1>
-<p>
-PGP Tools is a collection for all kinds of pgp related things, including signing scripts, party preparation scripts etc.
+<p>PGP Tools is a collection for all kinds of pgp related things,
+including signing scripts, party preparation scripts etc.</p>
-If you're interested in accessing the development tree, just checkout the repository via <a href="http://subversion.tigris.org/">Subversion</a>:
+<p>If you're interested in accessing the development tree, just
+checkout the repository via <a href="http://subversion.tigris.org/">Subversion</a>:
<blockquote>
<code>svn co svn://svn.debian.org/pgp-tools/trunk/ pgp-tools</code>
</blockquote>
or, if you want to browse it then visit
-<a href="http://svn.debian.org/wsvn/pgp-tools/trunk/">svn on the web</a>.
+<a href="http://svn.debian.org/wsvn/pgp-tools/trunk/">svn on the web</a>.</p>
<h2>caff -- CA - fire and forget</h2>
@@ -26,17 +27,21 @@
keyids on the command line, fetches them from a keyserver and calls
GnuPG so that you can sign it. It then mails each key to all its
email addresses - only including the one UID that we send to in each
-mail.
+mail.</p>
-<h2>gpg-key2ps -- creates postscript document with gpg key fingerprints</h2>
+<h2>gpg-key2ps -- convert fingerprints to PostScript</h2>
+<p>This script will output a PostScript file which has your Key-ID, UIDs
+and fingerprint nicely formatted for printing paper slips to take with
+you to a signing-party.</p>
+
<h2>gpg-mailkeys -- sign and mail keys</h2>
<p>
Given one or more key-ids, gpg-mailkeys mails these keys to their owners. You
use this after you've signed them. By default, the mails contain a standard
text and your name and address as the From (as determined by the sendmail
-command).
+command).</p>
<h2>gpgsigs -- annotate list of GnuPG keys with already done signatures</h2>
@@ -44,10 +49,19 @@
gpgsigs was written to assist the user in signing keys during a keysigning
party. It takes as input a file containing keys in gpg --list-keys format
and prepends every line with a tag indicating if the user has already signed
-that uid.
+that uid.</p>
- <hr>
- Last modified: <? echo date( "r.", getlastmod() ); ?>
+<h2>Debian Package</h2>
+<p>
+In Debian, these tools are included in the
+<a href="http://packages.debian.org/signing-party">signing-party</a>
+package. The <tt>gpg-key2ps</tt> and <tt>gpg-mailkeys</tt> tools are
+included in Debian <i>woody</i> and <i>sarge</i>. <tt>caff</tt> and
+<tt>gpgsigs</tt> are added as of <i>etch</i> (and <i>sid</i>).</p>
+
+ <hr><p><address>
+ Last modified: <? echo date( "r.", getlastmod() ); ?></address>
+
</body>
</html>
More information about the Pgp-tools-commit
mailing list