blob: 79e83b6e58016136d0a24ed691c4700ddc920cb8 (
plain)
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
70
71
72
73
74
75
76
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY version "cvs-20040612">
<!ENTITY releasedate "June 12th, 2004">
<!ENTITY pubdate "2004-06-12">
<!ENTITY blfs-version "cvs">
<!ENTITY last-commit "Sun Jun 06 10:08:20 CDT 2004">
<!ENTITY % book SYSTEM "book/book.ent">
<!ENTITY % preface SYSTEM "preface/preface.ent">
<!ENTITY % introduction SYSTEM "introduction/introduction.ent">
<!ENTITY % postlfs SYSTEM "postlfs/postlfs.ent">
<!ENTITY % general SYSTEM "general/general.ent">
<!ENTITY % connect SYSTEM "connect/connect.ent">
<!ENTITY % basicnet SYSTEM "basicnet/basicnet.ent">
<!ENTITY % server SYSTEM "server/server.ent">
<!ENTITY % content SYSTEM "content/content.ent">
<!ENTITY % x SYSTEM "x/x.ent">
<!ENTITY % kde SYSTEM "kde/kde.ent">
<!ENTITY % gnome SYSTEM "gnome/gnome.ent">
<!ENTITY % xsoft SYSTEM "xsoft/xsoft.ent">
<!ENTITY % multimedia SYSTEM "multimedia/multimedia.ent">
<!ENTITY % pst SYSTEM "pst/pst.ent">
<!ENTITY % appendices SYSTEM "appendices/appendices.ent">
%book;
<!-- %preface;
%introduction;
%postlfs; -->
%general;
<!-- %connect;
%basicnet;
%server;
%content; -->
%x;
%kde;
%gnome;
%xsoft;
%multimedia;
%pst;
<!-- %appendices; -->
]>
<book>
<!-- Front Matter -->
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="book/bookinfo.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="book/dedication.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="book/preface.xml"/>
<!-- Parts -->
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction/introduction.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="postlfs/postlfs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="general/general.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="connect/connect.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="basicnet/basicnet.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="server/server.xml"/>
<!-- &server; -->
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="content/content.xml"/>
&x;
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde/kde.xml"/>
&gnome;
&xsoft;
&multimedia;
&pst;
<!-- End parts -->
<!-- Appendices -->
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/glossary.xml"/>
</book>
|