aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/handbook/chapters.ent
blob: 0bcc64c5d7296fb1df8bbbd11b14e67657f3774f (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
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
     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 .xml file is stored.

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

     $FreeBSD$
-->

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

<!-- Part One -->
  <!ENTITY chap.introduction	SYSTEM "introduction/chapter.xml">
  <!ENTITY chap.install		SYSTEM "install/chapter.xml">
  <!ENTITY chap.bsdinstall	SYSTEM "bsdinstall/chapter.xml">
  <!ENTITY chap.basics		SYSTEM "basics/chapter.xml">
  <!ENTITY chap.ports		SYSTEM "ports/chapter.xml">
  <!ENTITY chap.x11		SYSTEM "x11/chapter.xml">

<!-- Part Two -->
  <!ENTITY chap.desktop		SYSTEM "desktop/chapter.xml">
  <!ENTITY chap.multimedia	SYSTEM "multimedia/chapter.xml">
  <!ENTITY chap.kernelconfig	SYSTEM "kernelconfig/chapter.xml">
  <!ENTITY chap.printing	SYSTEM "printing/chapter.xml">
  <!ENTITY chap.linuxemu	SYSTEM "linuxemu/chapter.xml">

<!-- Part Three -->
  <!ENTITY chap.config		SYSTEM "config/chapter.xml">
  <!ENTITY chap.boot		SYSTEM "boot/chapter.xml">
  <!ENTITY chap.security	SYSTEM "security/chapter.xml">
  <!ENTITY chap.jails		SYSTEM "jails/chapter.xml">
  <!ENTITY chap.mac		SYSTEM "mac/chapter.xml">
  <!ENTITY chap.audit		SYSTEM "audit/chapter.xml">
  <!ENTITY chap.disks		SYSTEM "disks/chapter.xml">
  <!ENTITY chap.geom		SYSTEM "geom/chapter.xml">
  <!ENTITY chap.filesystems	SYSTEM "filesystems/chapter.xml">
  <!ENTITY chap.virtualization	SYSTEM "virtualization/chapter.xml">
  <!ENTITY chap.l10n		SYSTEM "l10n/chapter.xml">
  <!ENTITY chap.cutting-edge	SYSTEM "cutting-edge/chapter.xml">
  <!ENTITY chap.dtrace		SYSTEM "dtrace/chapter.xml">

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

<!-- Part Five (appendices) -->
  <!ENTITY chap.mirrors		SYSTEM "mirrors/chapter.xml">
  <!ENTITY chap.mirrors.lastmod.inc         SYSTEM "mirrors.lastmod.inc">
  <!ENTITY chap.mirrors.ftp.index.inc SYSTEM "mirrors.xml.ftp.index.inc">
  <!ENTITY chap.mirrors.ftp.inc	SYSTEM "mirrors.xml.ftp.inc">
  <!ENTITY chap.mirrors.cvsup.index.inc       SYSTEM "mirrors.xml.cvsup.index.inc">
  <!ENTITY chap.mirrors.cvsup.inc	SYSTEM "mirrors.xml.cvsup.inc">
  <!ENTITY chap.bibliography	SYSTEM "bibliography/chapter.xml">
  <!ENTITY chap.eresources	SYSTEM "eresources/chapter.xml">
  <!ENTITY chap.eresources.www.index.inc      SYSTEM "eresources.xml.www.index.inc">
  <!ENTITY chap.eresources.www.inc	SYSTEM "eresources.xml.www.inc">
  <!ENTITY chap.pgpkeys		SYSTEM "pgpkeys/chapter.xml">
  <!ENTITY chap.freebsd-glossary	SYSTEM "../../share/xml/glossary.ent">
  <!ENTITY chap.index		"<index xmlns='http://docbook.org/ns/docbook'/>">

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