mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
246c904b82
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2298 af4574ff-66df-0310-9fd7-8a98e5e911e0
77 lines
2.0 KiB
XML
77 lines
2.0 KiB
XML
<?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-20040606">
|
|
<!ENTITY releasedate "June 6th, 2004">
|
|
<!ENTITY pubdate "2004-06-06">
|
|
<!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"/>
|
|
&general;
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="connect/connect.xml"/>
|
|
&basicnet;
|
|
&server;
|
|
&content;
|
|
&x;
|
|
&kde;
|
|
&gnome;
|
|
&xsoft;
|
|
&multimedia;
|
|
&pst;
|
|
|
|
<!-- End parts -->
|
|
|
|
<!-- Appendices -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/glossary.xml"/>
|
|
|
|
</book>
|