Browse Source

Added placeholder for errata page and a temporary link (currently dead).

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6170 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Archaic 20 years ago
parent
commit
b430d2bc97
4 changed files with 20 additions and 0 deletions
  1. 3 0
      chapter01/changelog.xml
  2. 1 0
      general.ent
  3. 15 0
      prologue/errata.xml
  4. 1 0
      prologue/preface.xml

+ 3 - 0
chapter01/changelog.xml

@@ -91,6 +91,9 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>June 25th, 2005 [archaic]: Added placeholder for errata page and
+a temporary link (currently dead).</para></listitem>
+
 <listitem><para>June 25th, 2005 [archaic]: Added "generic-version" and
 "test-results" entities.</para></listitem>
 

+ 1 - 0
general.ent

@@ -12,6 +12,7 @@
 <!ENTITY patches-root "&lfs-root;patches/lfs/svn/trunk/">
 <!ENTITY wiki-root "http://wiki.linuxfromscratch.org/">
 <!ENTITY test-results "http://linuxfromscratch.org/~archaic/logs-&generic-version;/">
+<!ENTITY errata "http://www.linuxfromscratch.org/lfs/view/errata-&generic-version;/">
 
 <!ENTITY buildtime "Approximate build time">
 <!ENTITY diskspace "Required disk space">

+ 15 - 0
prologue/errata.xml

@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 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;
+]>
+<sect1 id="ch-scatter-errata">
+<title>Errata</title>
+<?dbhtml filename="errata.html"?>
+
+<para>PLACEHOLDER</para>
+
+<para>Link to errata page <ulink url="&errata;"/></para>
+
+</sect1>
+

+ 1 - 0
prologue/preface.xml

@@ -13,5 +13,6 @@
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="prerequisites.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="typography.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="organization.xml"/>
+<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="errata.xml"/>
 
 </preface>