2005-09-29 Marcus Brinkmann <marcus@g10code.de>
[gnupg.git] / doc / gnupg.texi
blobefa54bd141fb88b0ee6066e9e045132774099e00
1 \input texinfo                      @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename gnupg.info
4 @include version.texi
5 @settitle Using the GNU Privacy Guard
7 @c A couple of macros with no effect on texinfo
8 @c but used by the yat2m processor. 
9 @macro manpage {a}
10 @end macro
11 @macro mansect {a}
12 @end macro
13 @macro manpause 
14 @end macro
15 @macro mancont
16 @end macro
18 @c Create a separate index for command line options.
19 @defcodeindex op
20 @c Merge the standard indexes into a single one.
21 @syncodeindex fn cp
22 @syncodeindex vr cp
23 @syncodeindex ky cp
24 @syncodeindex pg cp
25 @syncodeindex tp cp
26 @c %**end of header
27 @copying
28 This is the @cite{The GNU Privacy Guard Manual} (version
29 @value{VERSION}, @value{UPDATED}).
31 @iftex
32 Published by the Free Software Foundation@*
33 59 Temple Place - Suite 330@*
34 Boston, MA 02111-1307 USA
35 @end iftex
37 Copyright @copyright{} 2002, 2004, 2005 Free Software Foundation, Inc.
39 @quotation
40 Permission is granted to copy, distribute and/or modify this document
41 under the terms of the GNU General Public License as published by the
42 Free Software Foundation; either version 2 of the License, or (at your
43 option) any later version. The text of the license can be found in the
44 section entitled ``Copying''.
45 @end quotation
46 @end copying
49 @dircategory GNU Utilities
50 @direntry
51 * gpg: (gnupg).            OpenPGP encryption and signing tool.
52 * gpgsm: (gnupg).          S/MIME encryption and signing tool.
53 @end direntry
57 @c Printing stuff taken from gcc.
59 @macro gnupgtabopt{body}
60 @code{\body\}
61 @end macro
62 @macro gnupgoptlist{body}
63 @smallexample
64 \body\
65 @end smallexample
66 @end macro
67 @c Makeinfo handles the above macro OK, TeX needs manual line breaks;
68 @c they get lost at some point in handling the macro.  But if @macro is
69 @c used here rather than @alias, it produces double line breaks.
70 @iftex
71 @alias gol = *
72 @end iftex
73 @ifnottex
74 @macro gol
75 @end macro
76 @end ifnottex
80 @c Titlepage
82 @setchapternewpage odd
83 @titlepage
84 @title Using the GNU Privacy Guard
85 @subtitle Version @value{VERSION}
86 @subtitle @value{UPDATED}
88 @sp 6
90 @image{gnupg-badge-openpgp,8cm,,The GnuPG Logo}
92 @sp 6
94 @author Werner Koch (@email{wk@@gnupg.org})
96 @page
97 @vskip 0pt plus 1filll
98 @insertcopying
99 @end titlepage
101 @ifnothtml
102 @summarycontents
103 @contents
104 @page
105 @end ifnothtml
107 @ifnottex
108 @node Top
109 @top 
110 @insertcopying
112 This manual documents how to use the GNU Privacy Guard system as well as
113 the administration and the architecture.
114 @end ifnottex
116 @menu
117 * Invoking GPG::        Using the OpenPGP protocol.
118 * Invoking GPGSM::      Using the S/MIME protocol.
119 * Invoking GPG-AGENT::  How to launch the secret key daemon.
120 * Invoking SCDAEMON::   How to handle Smartcards.
122 * Helper Tools::        Description of small helper tools
124 * System Notes::        Notes pertaining to certain OSes.
125 * Debugging::           How to solve problems
126 * Assuan::              Description of the Assuan protocol.
127 * Copying::             GNU General Public License says
128                         how you can copy and share GnuPG
129 * Contributors::        People who have contributed to GnuPG.
131 * Glossary::            Short descrition of used terms.
132 * Option Index::        Index to command line options.
133 * Index::               Index of concepts and symbol names.
134 @end menu
136 @ifhtml
138 @center @image{gnupg-badge-openpgp,6cm,,The GnuPG Logo}
140 @end ifhtml
143 @ifhtml
144 @page
145 @summarycontents
146 @contents
147 @end ifhtml
150 @include gpg.texi
151 @include gpgsm.texi
152 @include gpg-agent.texi
153 @include scdaemon.texi
155 @include tools.texi
157 @include sysnotes.texi
159 @include debugging.texi
161 @include assuan.texi
162 @include gpl.texi
164 @include contrib.texi
166 @c ---------------------------------------------------------------------
167 @c Indexes
168 @c ---------------------------------------------------------------------
170 @include glossary.texi
172 @node Option Index
173 @unnumbered Option Index
175 @printindex op
177 @node Index
178 @unnumbered Index
180 @printindex cp
182 @c ---------------------------------------------------------------------
183 @c Epilogue
184 @c ---------------------------------------------------------------------
186 @bye