2002-07-08 04:28:42 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2004-05-09 11:27:29 +08:00
|
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
2004-05-18 10:06:42 +08:00
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
2004-06-14 03:03:42 +08:00
|
|
|
<!ENTITY % general SYSTEM "general/general.ent">
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2004-06-14 03:03:42 +08:00
|
|
|
<!ENTITY version "cvs-20040613">
|
|
|
|
<!ENTITY releasedate "June 13th, 2004">
|
|
|
|
<!ENTITY pubdate "2004-06-13">
|
2004-06-06 04:11:40 +08:00
|
|
|
<!ENTITY blfs-version "cvs">
|
2004-06-14 03:03:42 +08:00
|
|
|
<!ENTITY last-commit "Sun Jun 13 10:08:20 CDT 2004">
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
<!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 % 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;
|
2004-06-10 10:40:59 +08:00
|
|
|
<!-- %preface;
|
2004-06-11 15:06:47 +08:00
|
|
|
%introduction;
|
|
|
|
%postlfs; -->
|
2002-07-08 04:28:42 +08:00
|
|
|
%general;
|
2004-06-14 03:03:42 +08:00
|
|
|
<!-- %connect; -->
|
2004-06-13 13:38:30 +08:00
|
|
|
%basicnet;
|
2002-07-08 04:28:42 +08:00
|
|
|
%server;
|
2004-06-14 03:03:42 +08:00
|
|
|
<!-- %content; -->
|
|
|
|
<!-- %x; -->
|
|
|
|
<!-- %content; -->
|
|
|
|
<!-- %x; -->
|
2002-07-08 04:28:42 +08:00
|
|
|
%kde;
|
|
|
|
%gnome;
|
2004-06-14 05:15:45 +08:00
|
|
|
<!-- %xsoft; -->
|
2002-07-08 04:28:42 +08:00
|
|
|
%multimedia;
|
|
|
|
%pst;
|
2004-06-10 10:40:59 +08:00
|
|
|
<!-- %appendices; -->
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
]>
|
|
|
|
|
|
|
|
<book>
|
|
|
|
|
2004-06-10 10:40:59 +08:00
|
|
|
<!-- 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"/>
|
2004-06-11 15:06:47 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="postlfs/postlfs.xml"/>
|
2004-06-13 06:56:28 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="general/general.xml"/>
|
2004-06-12 09:11:39 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="connect/connect.xml"/>
|
2004-06-12 14:27:56 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="basicnet/basicnet.xml"/>
|
2004-06-13 13:38:30 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="server/server.xml"/>
|
2004-06-13 07:57:50 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="content/content.xml"/>
|
2004-06-14 03:03:42 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x/x.xml"/>
|
2004-06-13 16:05:17 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde/kde.xml"/>
|
2004-06-10 10:40:59 +08:00
|
|
|
&gnome;
|
2004-06-14 05:15:45 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xsoft/xsoft.xml"/>
|
2004-06-10 10:40:59 +08:00
|
|
|
&multimedia;
|
|
|
|
&pst;
|
|
|
|
|
|
|
|
<!-- End parts -->
|
|
|
|
|
|
|
|
<!-- Appendices -->
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/glossary.xml"/>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</book>
|