38 lines
1.5 KiB
XML
38 lines
1.5 KiB
XML
<?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 xmlns='http://docbook.org/ns/docbook'/>">
|