1GPGSIGS(1) User Contributed Perl Documentation GPGSIGS(1)
2
3
4
6 gpgsigs - annotate list of GnuPG keys with already done signatures
7
9 gpgsigs [options] keyid[,keyid[,...]] keytxt [outfile]
10
12 gpgsigs was written to assist the user in signing keys during a
13 keysigning party. It takes as input a file containing keys in "gpg
14 --list-keys" format and prepends every line with a tag indicating if
15 the user has already signed that uid. When the file contains "ALGO
16 Checksum:" lines and placeholders ("__ __"), the checksum is inserted.
17 ALGO can be set to the following algorithms: MD5 SHA1 SHA256 or
18 RIPEMD160.
19
21 -r Call gpg --recv-keys before creating the output.
22
23 -f charset
24 Convert keytxt from charset. The default is ISO-8859-1.
25
26 -t charset
27 Convert UIDs to charset. The default is derived from LC_ALL,
28 LC_CTYPE, and LANG, and if all these are unset, the default is
29 ISO-8859-1.
30
31 --refresh
32 Refresh the UID lists per key from gpg. Useful when UIDs were added
33 or revoked since the input text was generated.
34
35 --latex
36 Generate LaTeX output, including photo IDs. Implies --refresh.
37 Note: This writes eps files to the current directory.
38
39 keyid
40 Use this keyid (8 or 16 byte) for annotation. Multiple keyids can
41 be separated by a comma (,).
42
43 keytxt
44 Read input from keytxt.
45
46 outfile
47 Write output to outfile. Default is stdout.
48
50 The following key signing parties are using gpgsigs:
51
52 http://www.palfrader.org/ksp-lt2k4.html
53
54 http://www.palfrader.org/ksp-lt2k5.html
55
57 GnuPG is known to change its output format quite often. This version
58 has been tested with gpg 1.2.5 and gpg 1.4.1. YMMV.
59
61 gpg(1), caff(1).
62
63 http://pgp-tools.alioth.debian.org/
64
66 (c) 2004 Uli Martens <uli@youam.net>
67
68 (c) 2004, 2005 Peter Palfrader <peter@palfrader.org>
69
70 (c) 2004, 2005, 2006, 2007 Christoph Berg <cb@df7cb.de>
71
73 All rights reserved.
74
75 Redistribution and use in source and binary forms, with or without
76 modification, are permitted provided that the following conditions are
77 met:
78
79 1. Redistributions of source code must retain the above copyright
80 notice, this list of conditions and the following disclaimer.
81
82 2. Redistributions in binary form must reproduce the above copyright
83 notice, this list of conditions and the following disclaimer in the
84 documentation and/or other materials provided with the distribution.
85
86 3. The name of the author may not be used to endorse or promote
87 products derived from this software without specific prior written
88 permission.
89
90 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
91 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
92 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
93 DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
94 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
95 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
96 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
97 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
98 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
99 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
100 POSSIBILITY OF SUCH DAMAGE.
101
102
103
104perl v5.12.1 2010-02-11 GPGSIGS(1)