[Pgp-tools-commit] r102 - trunk/caff

Christoph Berg myon-guest at costa.debian.org
Thu Jun 30 18:46:12 UTC 2005


Author: myon-guest
Date: 2005-06-30 18:46:12 +0000 (Thu, 30 Jun 2005)
New Revision: 102

Modified:
   trunk/caff/caff
Log:
* Reorder manpage and insert section headers
* Add myself to authors


Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff	2005-06-30 18:12:08 UTC (rev 101)
+++ trunk/caff/caff	2005-06-30 18:46:12 UTC (rev 102)
@@ -4,6 +4,7 @@
 # $Id$
 #
 # Copyright (c) 2004, 2005 Peter Palfrader <peter at palfrader.org>
+# Copyright (c) 2005 Christoph Berg <cb at df7cb.de>
 #
 # All rights reserved.
 #
@@ -91,14 +92,10 @@
 	$CONFIG{email} = q{peter at palfrader.org};
 	$CONFIG{keyid} = [ qw{DE7AAF6E94C09C7F 62AF4031C82E0039} ];
 
-=head2 Valid keys
+=head2 Required basic settings
 
 =over
 
-=item B<caffhome> [string]
-
-Base directory for the files caff stores.  Default: B<$HOME/.caff/>.
-
 =item B<owner> [string]
 
 Your name.  B<REQUIRED>.
@@ -113,14 +110,13 @@
 in the pruning step.  If you select a key using B<-u> it has to be in
 this list.  B<REQUIRED>.
 
-=item B<export-sig-age> [seconds]
+=head2 General settings
 
-Don't export UIDs by default, on which your latest signature is older
-than this age.  Default: B<24*60*60> (i.e. one day).
+=item B<caffhome> [string]
 
-=item B<keyserver> [string]
+Base directory for the files caff stores.  Default: B<$HOME/.caff/>.
 
-Keyserver to download keys from.  Default: B<subkeys.pgp.net>.
+=head2 GnuPG settings
 
 =item B<gpg> [string]
 
@@ -145,15 +141,39 @@
 
 An additional keyid to encrypt messages to. Default: none.
 
+=head2 Keyserver settings
+
+=item B<keyserver> [string]
+
+Keyserver to download keys from.  Default: B<subkeys.pgp.net>.
+
 =item B<no-download> [boolean]
 
 If true, then skip the step of fetching keys from the keyserver.
 Default: B<0>.
 
+=head2 Signing settings
+
 =item B<no-sign> [boolean]
 
 If true, then skip the signing step. Default: B<0>.
 
+=item B<export-sig-age> [seconds]
+
+Don't export UIDs by default, on which your latest signature is older
+than this age.  Default: B<24*60*60> (i.e. one day).
+
+=head2 Mail settings
+
+=item B<mail> [boolean]
+
+Do not prompt for sending mail, just do it. Default: B<0>.
+
+=item B<no-mail> [boolean]
+
+Do not prompt for sending mail. The messages are still written to
+$CONFIG{caffhome}/keys/. Default: B<0>.
+
 =item B<mail-template> [string]
 
 Email template which is used as the body text for the email sent out.
@@ -183,10 +203,16 @@
 
 =back
 
-=head1 AUTHOR
+=head1 AUTHORS
 
-Peter Palfrader <peter at palfrader.org>
+=over
 
+=item Peter Palfrader <peter at palfrader.org>
+
+=item Christoph Berg <cb at df7cb.de>
+
+=back
+
 =head1 WEBSITE
 
 http://pgp-tools.alioth.debian.org/
@@ -412,7 +438,7 @@
 my $KEYEDIT_DELSUBKEY_PROMPT = '^\[GNUPG:\] GET_BOOL keyedit.remove.subkey';
 
 load_config;
-my $USER_AGENT = "caff $VERSION - (c) 2004, 2005 Peter Palfrader";
+my $USER_AGENT = "caff $VERSION - (c) 2004, 2005 Peter Palfrader et al.";
 
 my $KEYSBASE =  $CONFIG{'caffhome'}.'/keys';
 my $GNUPGHOME = $CONFIG{'caffhome'}.'/gnupghome';
@@ -427,7 +453,7 @@
 
 sub version($) {
 	my ($fd) = @_;
-	print $fd "caff $VERSION - (c) 2004, 2005 Peter Palfrader\n";
+	print $fd "caff $VERSION - (c) 2004, 2005 Peter Palfrader et al.\n";
 };
 
 sub usage($$) {





More information about the Pgp-tools-commit mailing list