aboutsummaryrefslogtreecommitdiff
path: root/de_DE.ISO8859-1/books/handbook/chapters.ent
blob: 0270fe996e20d27f895c7134ee14dcc3f9f00ca1 (plain) (blame)
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
     Die Entities fuer jedes Kapitel im FreeBSD Handbuch.
     Jede Entity heisst chap.foo, wobei foo der Name des ID-Attributes
     dieses Kapitels ist und dem Verzeichnis, in dem die entsprechende
     .sgml Datei liegt, entspricht.

     Kapitel sollten in der Reihenfolge aufgelistet sein, in der auf sie
     referenziert wird.

     $FreeBSD$
     $FreeBSDde: de-docproj/books/handbook/chapters.ent,v 1.34 2011/10/08 16:47:33 jkois Exp $
     basiert auf: 1.40
-->

<!ENTITY % not.published "INCLUDE">

<!ENTITY % chap.introduction "IGNORE">
<!ENTITY % chap.install "IGNORE">
<!ENTITY % chap.bsdinstall "IGNORE">
<!ENTITY % chap.basics "IGNORE">
<!ENTITY % chap.ports "IGNORE">
<!ENTITY % chap.config "IGNORE">
<!ENTITY % chap.boot "IGNORE">
<!ENTITY % chap.users "IGNORE">
<!ENTITY % chap.kernelconfig "IGNORE">
<!ENTITY % chap.security "IGNORE">
<!ENTITY % chap.jails "IGNORE">
<!ENTITY % chap.mac "IGNORE">
<!ENTITY % chap.audit "IGNORE">
<!ENTITY % chap.printing "IGNORE">
<!ENTITY % chap.disks "IGNORE">
<!ENTITY % chap.geom "IGNORE">
<!ENTITY % chap.vinum "IGNORE">
<!ENTITY % chap.x11 "IGNORE">
<!ENTITY % chap.l10n "IGNORE">
<!ENTITY % chap.multimedia "IGNORE">
<!ENTITY % chap.desktop "IGNORE">
<!ENTITY % chap.serialcomms "IGNORE">
<!ENTITY % chap.ppp-and-slip "IGNORE">
<!ENTITY % chap.network-servers "IGNORE">
<!ENTITY % chap.firewalls "IGNORE">
<!ENTITY % chap.advanced-networking "IGNORE">
<!ENTITY % chap.mail "IGNORE">
<!ENTITY % chap.cutting-edge "IGNORE">
<!ENTITY % chap.linuxemu "IGNORE">
<!ENTITY % chap.mirrors "IGNORE">
<!ENTITY % chap.mirrors.ftp.inc "INCLUDE">
<!ENTITY % chap.mirrors.cvsup.inc "INCLUDE">
<!ENTITY % chap.bibliography "IGNORE">
<!ENTITY % chap.eresources "IGNORE">
<!ENTITY % chap.eresources.www.inc "INCLUDE">
<!ENTITY % chap.pgpkeys "IGNORE">
<!ENTITY % chap.index "IGNORE">
<!ENTITY % chap.freebsd-glossary "IGNORE">
<!ENTITY % chap.filesystems "IGNORE">
<!ENTITY % chap.dtrace "IGNORE">
<!ENTITY % chap.colophon "IGNORE">

<!ENTITY chap.preface		SYSTEM "preface/preface.sgml">
<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> %pgpkeys;

<!-- Teil Eins -->
<![%chap.introduction;[
  <!ENTITY chap.introduction	SYSTEM "introduction/chapter.sgml">
]]>
<![%chap.install;[
  <!ENTITY chap.install		SYSTEM "install/chapter.sgml">
]]>
<![%chap.bsdinstall;[
  <!ENTITY chap.bsdinstall	SYSTEM "bsdinstall/chapter.sgml">
]]>
<![%chap.basics;[
  <!ENTITY chap.basics		SYSTEM "basics/chapter.sgml">
]]>
<![%chap.ports;[
  <!ENTITY chap.ports		SYSTEM "ports/chapter.sgml">
]]>
<![%chap.x11;[
  <!ENTITY chap.x11		SYSTEM "x11/chapter.sgml">
]]>

<!-- Teil Zwei -->
<![%chap.desktop;[
  <!ENTITY chap.desktop		SYSTEM "desktop/chapter.sgml">
]]>
<![%chap.multimedia;[
  <!ENTITY chap.multimedia	SYSTEM "multimedia/chapter.sgml">
]]>
<![%chap.kernelconfig;[
  <!ENTITY chap.kernelconfig	SYSTEM "kernelconfig/chapter.sgml">
]]>
<![%chap.printing;[
  <!ENTITY chap.printing	SYSTEM "printing/chapter.sgml">
]]>
<![%chap.linuxemu;[
  <!ENTITY chap.linuxemu	SYSTEM "linuxemu/chapter.sgml">
]]>

<!-- Teil Drei -->
<![%chap.config;[
  <!ENTITY chap.config		SYSTEM "config/chapter.sgml">
]]>
<![%chap.boot;[
  <!ENTITY chap.boot		SYSTEM "boot/chapter.sgml">
]]>
<![%chap.users;[
  <!ENTITY chap.users		SYSTEM "users/chapter.sgml">
]]>
<![%chap.security;[
  <!ENTITY chap.security	SYSTEM "security/chapter.sgml">
]]>
<![%chap.jails;[
  <!ENTITY chap.jails		SYSTEM "jails/chapter.sgml">
]]>
<![%chap.mac;[
  <!ENTITY chap.mac		SYSTEM "mac/chapter.sgml">
]]>
<![%chap.audit;[
  <!ENTITY chap.audit		SYSTEM "audit/chapter.sgml">
]]>
<![%chap.disks;[
  <!ENTITY chap.disks		SYSTEM "disks/chapter.sgml">
]]>
<![%chap.geom;[
  <!ENTITY chap.geom		SYSTEM "geom/chapter.sgml">
]]>
<![%chap.filesystems;[
  <!ENTITY chap.filesystems	SYSTEM "filesystems/chapter.sgml">
]]>
<![%chap.vinum;[
  <!ENTITY chap.vinum		SYSTEM "vinum/chapter.sgml">
]]>
<![%chap.virtualization;[
  <!ENTITY chap.virtualization	SYSTEM "virtualization/chapter.sgml">
]]>
<![%chap.l10n;[
  <!ENTITY chap.l10n		SYSTEM "l10n/chapter.sgml">
]]>
<![%chap.cutting-edge;[
  <!ENTITY chap.cutting-edge	SYSTEM "cutting-edge/chapter.sgml">
]]>
<![%chap.dtrace;[
  <!ENTITY chap.dtrace		SYSTEM "dtrace/chapter.sgml">
]]>

<!-- Teil Vier -->
<![%chap.serialcomms;[
  <!ENTITY chap.serialcomms	SYSTEM "serialcomms/chapter.sgml">
]]>
<![%chap.ppp-and-slip;[
  <!ENTITY chap.ppp-and-slip	SYSTEM "ppp-and-slip/chapter.sgml">
]]>
<![%chap.mail;[
  <!ENTITY chap.mail		SYSTEM "mail/chapter.sgml">
]]>
<![%chap.network-servers;[
  <!ENTITY chap.network-servers	SYSTEM "network-servers/chapter.sgml">
]]>
<![%chap.firewalls;[
  <!ENTITY chap.firewalls	SYSTEM "firewalls/chapter.sgml">
]]>
<![%chap.advanced-networking;[
  <!ENTITY chap.advanced-networking	SYSTEM "advanced-networking/chapter.sgml">
]]>

<!-- Teil Fuenf (Anhang) -->
<![%chap.mirrors;[
  <!ENTITY chap.mirrors		SYSTEM "mirrors/chapter.sgml">
]]>
<![%chap.mirrors.ftp.inc;[
  <!ENTITY chap.mirrors.ftp.inc	SYSTEM "mirrors.sgml.ftp.inc">
]]>
<![%chap.mirrors.cvsup.inc;[
  <!ENTITY chap.mirrors.cvsup.inc	SYSTEM "mirrors.sgml.cvsup.inc">
]]>
<![%chap.bibliography;[
  <!ENTITY chap.bibliography	SYSTEM "bibliography/chapter.sgml">
]]>
<![%chap.eresources;[
  <!ENTITY chap.eresources	SYSTEM "eresources/chapter.sgml">
]]>
<![%chap.eresources.www.inc;[
  <!ENTITY chap.eresources.www.inc	SYSTEM "eresources.sgml.www.inc">
]]>
<![%chap.pgpkeys;[
  <!ENTITY chap.pgpkeys		SYSTEM "pgpkeys/chapter.sgml">
]]>
<![%chap.freebsd-glossary;[
  <!ENTITY chap.freebsd-glossary	"&freebsd-glossary;">
]]>
<![%chap.index;[
  <!ENTITY chap.index		SYSTEM "index.sgml">
]]>

<!ENTITY chap.colophon	SYSTEM "colophon.sgml">

<!-- IGNORE cases -->

<!-- Teil Eins -->
<!ENTITY chap.introduction	"">
<!ENTITY chap.install		"">
<!ENTITY chap.basics		"">
<!ENTITY chap.ports		"">
<!ENTITY chap.x11		"">

<!-- Teil Zwei -->
<!ENTITY chap.desktop		"">
<!ENTITY chap.multimedia	"">
<!ENTITY chap.kernelconfig	"">
<!ENTITY chap.printing		"">
<!ENTITY chap.linuxemu		"">

<!-- Teil Drei -->
<!ENTITY chap.config		"">
<!ENTITY chap.boot		"">
<!ENTITY chap.users		"">
<!ENTITY chap.security		"">
<!ENTITY chap.jails		"">
<!ENTITY chap.mac		"">
<!ENTITY chap.audit		"">
<!ENTITY chap.disks		"">
<!ENTITY chap.geom		"">
<!ENTITY chap.filesystems	"">
<!ENTITY chap.vinum		"">
<!ENTITY chap.virtualization	"">
<!ENTITY chap.l10n		"">
<!ENTITY chap.cutting-edge	"">
<!ENTITY chap.dtrace		"">

<!-- Teil Vier -->
<!ENTITY chap.serialcomms	"">
<!ENTITY chap.ppp-and-slip	"">
<!ENTITY chap.mail		"">
<!ENTITY chap.network-servers	"">
<!ENTITY chap.firewalls		"">
<!ENTITY chap.advanced-networking	"">

<!-- Teil Fuenf (Anhang) -->
<!ENTITY chap.mirrors		"">
<!ENTITY chap.mirrors.ftp.inc	"">
<!ENTITY chap.mirrors.cvsup.inc	"">
<!ENTITY chap.bibliography	"">
<!ENTITY chap.eresources	"">
<!ENTITY chap.eresources.www.inc	"">
<!ENTITY chap.pgpkeys		"">
<!ENTITY chap.freebsd-glossary	"">
<!ENTITY chap.index		"">