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
|
<?xml version="1.0" standalone="no"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBk XML V4.1.2//EN"
"/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd"
[
<!ENTITY % progeny-entity SYSTEM "../../doctools/progeny.ent">
%progeny-entity;
<!-- External parsed general entities -->
<!ENTITY introduction SYSTEM "introduction.xml">
<!ENTITY architecture SYSTEM "architecture.xml">
<!ENTITY configletchapter SYSTEM "configlet.xml">
<!ENTITY frontend SYSTEM "frontend.xml">
]>
<book>
<bookinfo>
<releaseinfo>$Progeny: book.xml,v 1.17 2002/02/13 18:29:16 epg Exp $</releaseinfo>
<authorgroup>
<author>
<firstname>Jeff</firstname>
<surname>Licquia</surname>
</author>
<author>
<firstname>Eric</firstname>
<surname>Gillespie</surname>
<lineage>Jr.</lineage>
</author>
<author>
<firstname>John</firstname>
<othername role="mi">R.</othername>
<surname>Daily</surname>
</author>
</authorgroup>
<title>Debian Configlets</title>
<copyright>
<year>2002</year>
<year>2001</year>
<holder>&progeny.inc;</holder>
</copyright>
</bookinfo>
<!-- We'll pull in individual chapters as external entities -->
&introduction;
&architecture;
&configletchapter;
&frontend;
<appendix id="ap-api">
<title>API Reference</title> <para>The API reference is <ulink
url="api/index.html">here</ulink>.</para>
</appendix>
</book>
<!-- Local variables: -->
<!-- eval: (sgml-load-dtd "../../doctools/docbook.ced") -->
<!-- End: -->
|