aboutsummaryrefslogtreecommitdiff
path: root/de_DE.ISO8859-1/books/developers-handbook/chapters.ent
blob: d38cfa115492c1c1c6425a1a59e03852e9fcd275 (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
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
     The FreeBSD Documentation Project
     The FreeBSD German Documentation Project

     Creates entities for each chapter in the FreeBSD Developer's
     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 .xml file is stored.

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

     $FreeBSD$
     $FreeBSDde: de-docproj/books/developers-handbook/chapters.ent,v 1.3 2009/02/21 19:12:23 jkois Exp $
     basiert auf: 1.23
-->

<!-- Part one -->
<!ENTITY chap.introduction		SYSTEM "introduction/chapter.xml">
<!ENTITY chap.tools			SYSTEM "tools/chapter.xml">
<!ENTITY chap.secure			SYSTEM "secure/chapter.xml">
<!ENTITY chap.l10n                      SYSTEM "l10n/chapter.xml">
<!ENTITY chap.policies                  SYSTEM "policies/chapter.xml">
<!ENTITY chap.testing                   SYSTEM "testing/chapter.xml">

<!-- Part two - IPC -->
<!ENTITY chap.sockets			SYSTEM "sockets/chapter.xml">
<!ENTITY chap.ipv6			SYSTEM "ipv6/chapter.xml">

<!-- Part three - Kernel -->
<!ENTITY chap.kernelbuild		SYSTEM "kernelbuild/chapter.xml">
<!ENTITY chap.kerneldebug		SYSTEM "kerneldebug/chapter.xml">

<!-- Part five - Architectures -->
<!ENTITY chap.x86			SYSTEM "x86/chapter.xml">

<!-- Part six - Appendices -->
<!ENTITY chap.index "<index/>">