~ubuntu-branches/ubuntu/vivid/signing-party/vivid

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2005-03-05 14:39:24 UTC
  • mfrom: (0.2.1 upstream) (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050305143924-dfj1rff96tksxwhl
Tags: 0.3.0-1
* New maintainer, Simon is moving to co-maintenance.
* New upstream release:
  + Fix missing section number from manpages.
    (fixes Lintian warnings)
  + Add more documentation (README, and in gpg-mailkeys).
  + In gpg-key2ps:
    - Add handling for 'tru' and 'uat' packets. (Closes: #222664)
    - Change env.var PAPERCONF to PAPERSIZE due to changed behaviour since
      libpaper-1.1.13. (Closes: #176245)
    - Truncate too long UIDs so they don't mess up the keys next to them.
      (Closes: #171846)
  + In gpg-mailkeys:
    - Send the key as an attachment. (Closes: #176245)
    - Make gpg-mailkeys messages more customizable. (Closes: #200070)
    - By default, let sendmail determine the From-line (more reliable).
* Update to Standards-Version 3.6.1 (no changes neccessary).
* Depend on libpaper-utils >= 1.1.13.
* Clarify copyright / maintainer documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Signing-Party 0.3.0
 
2
-------------------
 
3
 
 
4
To improve the web of trust, so-called signing parties are held at various
 
5
occasions, where people meet, drink beer and exchange their PGP/GnuPG
 
6
fingerprints. This package contains two scripts useful in conjunction with
 
7
these parties:
 
8
 
 
9
* gpg-key2ps generates a PostScript file with small paper strips that contain
 
10
the output of gpg --list-keys (only prettier). You simply print this file, cut
 
11
the strips at the lines and you're set for the signing party.
 
12
 
 
13
* gpg-mailkeys is used after the party. When you've signed a key, this script
 
14
will send the new signature to the key owner via mail.
 
15
 
 
16
 
 
17
gpg-key2ps
 
18
----------
 
19
 
 
20
Usage: gpg-key2ps [-p papersize] [-r revoked-style] keyid-or-name
 
21
 
 
22
revoked-style is one of:
 
23
  grey   - Print text in grey
 
24
  hide   - Don't show revoked uids
 
25
  note   - Add "(revoked)"
 
26
  show   - List revoked uids normally
 
27
  strike - Strike through lines
 
28
 
 
29
Output is PostScript which can be sent to e.g. the lpr command.
 
30
 
 
31
 
 
32
gpg-mailkeys
 
33
------------
 
34
 
 
35
Given one or more key-id's, gpg-mailkeys mails these keys to their owners. You
 
36
use this after you've signed them. By default, the mails contain a standard
 
37
text and your name and address as the From (as determined by the sendmail
 
38
command).
 
39
 
 
40
You can modify how this script behaves by putting a .gpg-mailkeysrc file in
 
41
your homedir. An example of this file is provided with this document.
 
42
 
 
43
 
 
44
HOWTO keysign
 
45
-------------
 
46
 
 
47
More information about keysigning parties, how they are organized etc, can be
 
48
found here:
 
49
 
 
50
* Debian Keysigning:
 
51
  http://www.debian.org/events/keysigning
 
52
 
 
53
* GPG Keysigning Party HOWTO:
 
54
  http://www.cryptnet.net/fdp/crypto/gpg-party.html
 
55
 
 
56
 
 
57
CREDITS
 
58
-------
 
59
 
 
60
Signing-Party has been originally created and maintained by
 
61
Simon Richter <sjr@debian.org>. Version 0.3.0 has been
 
62
made by Thijs Kinkhorst <kink@squirrelmail.org>.
 
63
 
 
64
Thanks go to Daniel Gebhart and Jeroen van Wolffelaar for
 
65
supplying useful input.
 
66
 
 
67
 
 
68
COPYRIGHT & LICENSE
 
69
-------------------
 
70
 
 
71
Copyright (C) 2001-2005  Simon Richter and Thijs Kinkhorst
 
72
 
 
73
  This program is free software; you can redistribute it and/or modify
 
74
  it under the terms of the GNU General Public License as published by
 
75
  the Free Software Foundation; either version 2 of the License, or
 
76
  (at your option) any later version.
 
77
 
 
78
  This program is distributed in the hope that it will be useful,
 
79
  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
80
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
81
  GNU General Public License for more details.
 
82
 
 
83
  You should have received a copy of the GNU General Public License with
 
84
  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
 
85
  if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 
86
  Suite 330, Boston, MA  02111-1307  USA
 
87