aboutsummaryrefslogtreecommitdiff
path: root/hu_HU.ISO8859-2/books/handbook/chapters.ent
blob: 80098633752da6ae2ba5992e1b5986f72c08c809 (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
<?xml version="1.0" encoding="ISO8859-2"?>
<!--
     Creates entities for each chapter in the FreeBSD Handbook. Each entity
     is named chap.foo, where foo is the value of the id attribute on that
     chapter, and corresponds to the name of the directory in which that
     chapter's .sgml file is stored.

     Chapters should be listed in the order in which they are referenced.

     The FreeBSD Documentation Project
     The FreeBSD Hungarian Documentation Project

     $FreeBSD$
	 %SOURCE%    en_US.ISO8859-1/books/handbook/chapters.ent
     %SRCID%     1.39
-->

<!ENTITY % not.published "INCLUDE">

<!ENTITY % chap.introduction "IGNORE">
<!ENTITY % chap.install "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.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.advanced-networking "IGNORE">
<!ENTITY % chap.firewalls "IGNORE">
<!ENTITY % chap.network-servers "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.mac "IGNORE">
<!ENTITY % chap.audit "IGNORE">
<!ENTITY % chap.filesystems "IGNORE">
<!ENTITY % chap.dtrace "IGNORE">

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

<!-- Part One -->
<![%chap.introduction;[
  <!ENTITY chap.introduction	SYSTEM "introduction/chapter.sgml">
]]>
<![%chap.install;[
  <!ENTITY chap.install		SYSTEM "install/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">
]]>

<!-- Part Two -->
<![%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">
]]>

<!-- Part Three -->
<![%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">
]]>

<!-- Part Four -->
<![%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">
]]>

<!-- Part Five (appendices) -->
<![%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 -->

<!-- Part One -->
<!ENTITY chap.introduction	"">
<!ENTITY chap.install		"">
<!ENTITY chap.basics		"">
<!ENTITY chap.ports		"">
<!ENTITY chap.x11		"">

<!-- Part Two -->
<!ENTITY chap.desktop		"">
<!ENTITY chap.multimedia	"">
<!ENTITY chap.kernelconfig	"">
<!ENTITY chap.printing		"">
<!ENTITY chap.linuxemu		"">

<!-- Part Three -->
<!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		"">

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

<!-- Part Five (appendices) -->
<!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		"">