diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-01-11 12:02:10 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-01-11 12:02:10 +0000 |
commit | 13a9dc2d62c5a1fa1c354cdfa54ce18c8f5ff67f (patch) | |
tree | 8e3cf55efdc215bd3300c1f8ea799ded1cb88ff1 /chapter01/chapter01.xml | |
parent | 895a63773759de2d1a063fea24b3dc53a53f79ec (diff) |
Indented chapter01 except changelog.xml.
Renamed administrativa.xml to resources.xml.
Standarized the ID values.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7265 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/chapter01.xml')
-rw-r--r-- | chapter01/chapter01.xml | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/chapter01/chapter01.xml b/chapter01/chapter01.xml index 15019e65d..3906cf0aa 100644 --- a/chapter01/chapter01.xml +++ b/chapter01/chapter01.xml @@ -1,17 +1,20 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ +<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> + <chapter id="chapter-intro" xreflabel="Chapter 1"> -<?dbhtml dir="chapter01"?> -<title>Introduction</title> -<?dbhtml filename="chapter01.html"?> + <?dbhtml dir="chapter01"?> + <?dbhtml filename="chapter01.html"?> + + <title>Introduction</title> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="how.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="changelog.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="administrativa.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="askforhelp.xml"/> -<!--<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="livecd.xml"/>--> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="how.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="changelog.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="resources.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="askforhelp.xml"/> + <!--<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="livecd.xml"/>--> </chapter> |