33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?xml version="1.0" encoding="big5"?>
|
|
<!--
|
|
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$
|
|
-->
|
|
|
|
<!-- 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.dma SYSTEM "dma/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 xmlns='http://docbook.org/ns/docbook'/>">
|