[svn] dirmngr - r237 - trunk/doc
svn author wk
cvs at cvs.gnupg.org
Mon Oct 16 18:00:24 CEST 2006
Author: wk
Date: 2006-10-16 18:00:23 +0200 (Mon, 16 Oct 2006)
New Revision: 237
Modified:
trunk/doc/Makefile.am
trunk/doc/dirmngr.texi
Log:
Final fix to aegypten bug 354
Modified: trunk/doc/Makefile.am
===================================================================
--- trunk/doc/Makefile.am 2006-09-11 13:14:42 UTC (rev 236)
+++ trunk/doc/Makefile.am 2006-10-16 16:00:23 UTC (rev 237)
@@ -23,6 +23,8 @@
noinst_PROGRAMS = yat2m
+AM_MAKEFINFOFLAGS = -I $(srcdir) --css-include=/dev/null
+
YAT2M_OPTIONS = -I $(srcdir) \
--release "Dirmngr @PACKAGE_VERSION@" --source "GNU Privacy Guard"
@@ -62,3 +64,12 @@
fi; \
fi
+
+online: dirmngr.html dirmngr.pdf
+ set -e; \
+ echo "Uploading current manuals to www.gnupg.org ..."; \
+ user=werner ; \
+ (cd dirmngr.html && rsync -vr --exclude='.svn' . \
+ $${user}@cvs.gnupg.org:webspace/manuals/dirmngr/ ); \
+ rsync -v dirmngr.pdf $${user}@cvs.gnupg.org:webspace/manuals/
+
Modified: trunk/doc/dirmngr.texi
===================================================================
--- trunk/doc/dirmngr.texi 2006-09-11 13:14:42 UTC (rev 236)
+++ trunk/doc/dirmngr.texi 2006-10-16 16:00:23 UTC (rev 237)
@@ -460,6 +460,15 @@
Lines starting with a @samp{#} are comments.
+Note that as usual all strings entered are expected to be UTF_8 encoded.
+Obviously this will lead to problems if the password has orginally been
+encoded as Latin-1. tehre isno solutionhere than to put such a password
+in the binary encoding into the file (i.e. non-ascii characters won't
+show up readable). at footnote{The @command{gpgconf} tool might be helpful
+for frontends as it allows to edit this configuration file suing percent
+escaped strings.}
+
+
@item --ldaptimeout @var{secs}
@opindex ldaptimeout
Specify the number of seconds to wait for an LDAP query before timing
More information about the Gnupg-commits
mailing list