1SIG2DOT(1) General Commands Manual SIG2DOT(1)
2
3
4
6 sig2dot - creates a .dot file from a GPG signature listing
7
9 sig2dot [OPTIONS] < input-file > output-file
10
12 This manual page documents briefly the sig2dot command. Sig2dot parses
13 the output of "gpg --list-sigs" and produces a .dot file that can be
14 used as input to a graphing program.
15
17 sig2dot accepts the following options:
18
19 -b Black and white / do not colorize.
20
21 -d <date> Render graph as it appeared on <date> (ignores more
22 recent signatures). Date must be in the format
23 "YYYY-MM-DD". Will also ignore keys that have since
24 been revoked.
25
26 -s <html-file-name>
27 Produces a sory HTML statistics file with the number of
28 signatures per node.
29
30 -a Graph all keys, even if they do not have a signature
31
32 -r <key-revoked-string>
33 Sets the text for the key-revoked string used by GnuPG.
34 The default is what is used in the English version.
35 This parameter can be set for versions of GnuPG localā
36 ized to other languages. Default: "[revoked".
37
38
39 -t <title> Sets the title for the graph generated. Default:
40 "Keyring Statistics".
41
42 -u <user-not-found-string>
43 Sets the text for the user-not-found string used
44 by GnuPG. The default is what is used in the
45 English version. This parameter can be set for
46 versions of GnuPG localized to other languages.
47 Default: "[user id not found]".
48
49 -q Be quiet.
50
51 -h Print help and exit.
52
53 -v Print version and exit.
54
56 gpg --list-sigs | sig2dot > sigs.dot
57 springgraph < sigs.dot > sigs.png
58
60 springgraph(1) gnupg(1)
61
63 Darxus@ChaosReigns.com with modifications by Kevin Rosenberg.
64 Versions 0.35 and later are by Christoph Berg <cb@df7cb.de>.
65 This manual page was written by Kevin M. Rosenberg
66 <kmr@debian.org>, for the Debian GNU/Linux system (but may be
67 used by others).
68
69
70
71 May 31, 2006 SIG2DOT(1)