summaryrefslogtreecommitdiffstats
path: root/doc/manual.sgml
blob: 56e8e92b4a52309dc883bfea96ee05853ac386a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
<!entity gnupg	    "GnuPG">
<!entity wwwgnu     "http://www.gnu.org">
<!entity wwwgnupg   "http://www.gnupg.org">
]>
<book>
  <bookinfo>
    <title>The GNU Privacy Guard Manual</title>
    <titleabbrev>GnuPG-Man</titleabbrev>
    <edition>v0.0.0</edition>
    <authorgroup>
      <!-- Replace with your name and delete mine -->
      <author>
	<firstname>Joe</firstname>
	<othername>D.</othername>
	<surname>Foo</surname>
	<authorblurb>
	    <para><email>joe@somewhere</email></para>
	</authorblurb>
      </author>
      <author>
	  <firstname>Werner</firstname>
	  <surname>Koch</surname>
	  <authorblurb>
	      <para><email>wk@gnupg.org</email></para>
	  </authorblurb>
      </author>
    </authorgroup>
    <!-- note, it is possible to give more than 1 year -->
    <copyright><year>1999</year>
	       <holder>Free Software Foundation, Inc.</holder>
    </copyright>
    <!-- We have to check, whether this is the right wording -->
    <legalnotice>
      <para>This manual is free software; you can redistribute
	it and/or modify it under the terms of the GNU General Public
	License as published by the Free Software Foundation; either
	version 2 of the License, or (at your option) any later
	version.</para>

      <para>This manual is distributed in the hope that it will be
	useful, but WITHOUT ANY WARRANTY; without even the implied
	warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
	PURPOSE.  See the GNU General Public License for more
	details.</para>

      <para>You should have received a copy of the GNU General Public
	License along with this program; if not, write to the Free
	Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
	MA 02111-1307 USA</para>

      <para>For more details see the file COPYING in the source
	distribution of &gnupg;.</para>
    </legalnotice>
  </bookinfo>

  <!-- Insert the table of contents -->
  <toc></toc>

<!--*******************************************
    *********  the first chapter  *************
    *******************************************-->
  <chapter id="intro">
    <title>Introduction</title>
    <sect1 id="feedback">
      <title>Feedback</title>
      <!-- Hope we can remove this ;-) -->
      <para>Well, I'm German and I find it hard to express myself in
	English. So if you find some phrases and/or words that I used
	in a wrong way (and you will find them :-) ), please send me a
	mail, to let me correct this. Please send me notes about
	typos, too.
    </sect1>


    <sect1 id="whatis">
	<title>What is &gnupg;</title>
      <para><ulink url="&wwwgnupg;">&gnupg;</> is a tool for digital
	encryption and signing;
	it is part of the <ulink url="&wwwgnu;">GNU Project</>.

      <para>It has these features:
      <itemizedlist>
	<listitem>
	  <para>Exciting feature 1
	</listitem>
	<listitem>
	  <para>Exciting feature 2
	</listitem>
      </itemizedlist>

      <para>How to find out the version of &gnupg;
      <screen>
	<prompt/$/ <userinput>gpg --version</>
      </screen>

    </sect1>

  </chapter>

</book>