gnupg/doc/gnupg.texi

217 lines
4.7 KiB
Plaintext
Raw Normal View History

2003-01-09 14:24:01 +01:00
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename gnupg.info
@include version.texi
@settitle Using the GNU Privacy Guard
2005-09-06 20:42:13 +02:00
@c A couple of macros with no effect on texinfo
@c but used by the yat2m processor.
@macro manpage {a}
@end macro
@macro mansect {a}
@end macro
@macro manpause
@end macro
@macro mancont
@end macro
@c Create a separate index for command line options.
@defcodeindex op
@c Merge the standard indexes into a single one.
@syncodeindex fn cp
@syncodeindex vr cp
@syncodeindex ky cp
@syncodeindex pg cp
@syncodeindex tp cp
@c %**end of header
@copying
2005-09-06 20:42:13 +02:00
This is the @cite{The GNU Privacy Guard Manual} (version
2007-03-08 19:31:56 +01:00
@value{VERSION}, @value{UPDATED-MONTH}).
@iftex
Published by the Free Software Foundation@*
2006-09-20 13:01:49 +02:00
51 Franklin St, Fifth Floor@*
Boston, MA 02110-1301 USA
@end iftex
2003-01-09 14:24:01 +01:00
2007-03-08 19:31:56 +01:00
Copyright @copyright{} 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
@quotation
2003-01-09 14:24:01 +01:00
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU General Public License as published by the
2007-07-04 21:49:40 +02:00
Free Software Foundation; either version 3 of the License, or (at your
option) any later version. The text of the license can be found in the
section entitled ``Copying''.
@end quotation
@end copying
2003-01-09 14:24:01 +01:00
@dircategory GNU Utilities
@direntry
* gpg2: (gnupg). OpenPGP encryption and signing tool.
* gpgsm: (gnupg). S/MIME encryption and signing tool.
2010-06-10 12:39:44 +02:00
* gpg-agent: (gnupg). The secret key daemon.
* dirmngr: (gnupg). X.509 CRL and OCSP server.
* dirmngr-client: (gnupg). X.509 CRL and OCSP client.
@end direntry
2003-01-09 14:24:01 +01:00
@c
@c Printing stuff taken from gcc.
@c
2003-01-09 14:24:01 +01:00
@macro gnupgtabopt{body}
@code{\body\}
@end macro
@macro gnupgoptlist{body}
@smallexample
\body\
@end smallexample
@end macro
@c Makeinfo handles the above macro OK, TeX needs manual line breaks;
@c they get lost at some point in handling the macro. But if @macro is
@c used here rather than @alias, it produces double line breaks.
@iftex
@alias gol = *
@end iftex
@ifnottex
@macro gol
@end macro
@end ifnottex
@c
@c Titlepage
@c
2003-01-09 14:24:01 +01:00
@setchapternewpage odd
@titlepage
@title Using the GNU Privacy Guard
@subtitle Version @value{VERSION}
2007-03-08 19:31:56 +01:00
@subtitle @value{UPDATED-MONTH}
2006-06-20 19:47:10 +02:00
@sp 3
2007-03-08 19:31:56 +01:00
@image{gnupg-logo,16cm,,The GnuPG Logo}
2006-06-20 19:47:10 +02:00
@sp 3
@author Werner Koch (@email{wk@@gnupg.org})
2003-01-09 14:24:01 +01:00
@page
@vskip 0pt plus 1filll
@insertcopying
2003-01-09 14:24:01 +01:00
@end titlepage
@ifnothtml
2003-01-09 14:24:01 +01:00
@summarycontents
@contents
@page
@end ifnothtml
2003-01-09 14:24:01 +01:00
2007-05-08 10:15:55 +02:00
@ifhtml
@center @image{gnupg-logo,6cm,,The GnuPG Logo}
@end ifhtml
@ifnottex
2003-01-09 14:24:01 +01:00
@node Top
@top
@insertcopying
2003-01-09 14:24:01 +01:00
This manual documents how to use the GNU Privacy Guard system as well as
the administration and the architecture.
@end ifnottex
2003-01-09 14:24:01 +01:00
@menu
2006-09-22 20:15:18 +02:00
* Installation:: A short installation guide.
2006-11-11 15:17:09 +01:00
* Invoking GPG-AGENT:: How to launch the secret key daemon.
2010-06-10 12:39:44 +02:00
* Invoking DIRMNGR:: How to launch the CRL and OCSP daemon.
* Invoking GPG:: Using the OpenPGP protocol.
2003-01-09 14:24:01 +01:00
* Invoking GPGSM:: Using the S/MIME protocol.
* Invoking SCDAEMON:: How to handle Smartcards.
2006-09-08 19:02:06 +02:00
* Specify a User ID:: How to Specify a User Id.
2003-01-09 14:24:01 +01:00
* Helper Tools:: Description of small helper tools
2003-01-09 14:24:01 +01:00
2007-05-08 15:59:41 +02:00
* Howtos:: How to do certain things.
* System Notes:: Notes pertaining to certain OSes.
* Debugging:: How to solve problems
2006-09-22 20:15:18 +02:00
2003-01-09 14:24:01 +01:00
* Copying:: GNU General Public License says
how you can copy and share GnuPG
* Contributors:: People who have contributed to GnuPG.
* Glossary:: Short description of terms used.
2003-01-09 14:24:01 +01:00
* Option Index:: Index to command line options.
* Index:: Index of concepts and symbol names.
@end menu
@ifhtml
@page
@summarycontents
@contents
@end ifhtml
2006-09-22 20:15:18 +02:00
@include instguide.texi
2006-11-11 15:17:09 +01:00
@include gpg-agent.texi
2010-06-10 12:39:44 +02:00
@include dirmngr.texi
@include gpg.texi
2003-01-09 14:24:01 +01:00
@include gpgsm.texi
@include scdaemon.texi
2006-09-08 19:02:06 +02:00
@node Specify a User ID
@chapter How to Specify a User Id
@anchor{how-to-specify-a-user-id}
@include specify-user-id.texi
@include tools.texi
2007-05-08 15:59:41 +02:00
@include howtos.texi
@include sysnotes.texi
2003-01-09 14:24:01 +01:00
@include debugging.texi
2003-01-09 14:24:01 +01:00
@include gpl.texi
@include contrib.texi
@c ---------------------------------------------------------------------
@c Indexes
@c ---------------------------------------------------------------------
2004-06-28 09:42:33 +02:00
@include glossary.texi
2003-01-09 14:24:01 +01:00
@node Option Index
@unnumbered Option Index
@printindex op
@node Index
@unnumbered Index
@printindex cp
@c ---------------------------------------------------------------------
@c Epilogue
@c ---------------------------------------------------------------------
2010-06-10 12:39:44 +02:00
@c @node History
@c @unnumbered History
@c
@c Here are the notices from the old dirmngr manual:
@c
@c @itemize
@c @item Using DirMngr, 2002, Steffen Hansen, Klar"alvdalens Datakonsult AB.
@c @item Using DirMngr, 2004, 2005, 2006, 2008 Werner Koch, g10 Code GmbH.
@c @end itemize
@c
2003-01-09 14:24:01 +01:00
@bye