Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gpgsigs(1) [debian man page]

GPGSIGS(1)						User Contributed Perl Documentation						GPGSIGS(1)

NAME
gpgsigs - annotate list of GnuPG keys with already done signatures SYNOPSIS
gpgsigs [options] keyid[,keyid[,...]] keytxt [outfile] DESCRIPTION
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. When the file contains "ALGO Checksum:" lines and placeholders ("__ __"), the checksum is inserted. ALGO can be set to the following algorithms: MD5 SHA1 SHA256 or RIPEMD160. OPTIONS
-r Call gpg --recv-keys before creating the output. -f charset Convert keytxt from charset. The default is ISO-8859-1. -t charset Convert UIDs to charset. The default is derived from LC_ALL, LC_CTYPE, and LANG, and if all these are unset, the default is ISO-8859-1. --refresh Refresh the UID lists per key from gpg. Useful when UIDs were added or revoked since the input text was generated. --latex Generate LaTeX output, including photo IDs. Implies --refresh. Note: This writes eps files to the current directory. keyid Use this keyid (8 or 16 byte) for annotation. Multiple keyids can be separated by a comma (,). keytxt Read input from keytxt. outfile Write output to outfile. Default is stdout. EXAMPLES
The following key signing parties are using gpgsigs: http://www.palfrader.org/ksp-lt2k4.html http://www.palfrader.org/ksp-lt2k5.html BUGS
GnuPG is known to change its output format quite often. This version has been tested with gpg 1.2.5 and gpg 1.4.1. YMMV. SEE ALSO
gpg(1), caff(1). http://pgp-tools.alioth.debian.org/ AUTHORS AND COPYRIGHT
(c) 2004 Uli Martens <uli@youam.net> (c) 2004, 2005 Peter Palfrader <peter@palfrader.org> (c) 2004, 2005, 2006, 2007 Christoph Berg <cb@df7cb.de> LICENSE
All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. perl v5.12.4 2011-11-01 GPGSIGS(1)

Check Out this Related Man Page

MQdb(3pm)						User Contributed Perl Documentation						 MQdb(3pm)

NAME - MQdb
DESCRIPTION
MQdb.pm is a base toolkit for working with relational databases in the context of a federation of object databases. It provides some base federation support and a variation on an Object-relational-mapped template model. SUMMARY
CONTACT
Jessica Severin <jessica.severin@gmail.com> LICENSE
* Software License Agreement (BSD License) * MappedQueryDB [MQdb] toolkit * copyright (c) 2006-2009 Jessica Severin * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * Neither the name of Jessica Severin nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ''AS IS'' AND ANY * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS BE LIABLE FOR ANY * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. APPENDIX
The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _ perl v5.10.0 2009-05-30 MQdb(3pm)
Man Page