aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--general.ent1
-rw-r--r--prologue/errata.xml15
-rw-r--r--prologue/preface.xml1
4 files changed, 20 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 61d861519..295d3db03 100644
--- a/chapter01/changelog.xml
+++ b/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>
diff --git a/general.ent b/general.ent
index d9ed812ac..61c1013b0 100644
--- a/general.ent
+++ b/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">
diff --git a/prologue/errata.xml b/prologue/errata.xml
new file mode 100644
index 000000000..03b4ee180
--- /dev/null
+++ b/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>
+
diff --git a/prologue/preface.xml b/prologue/preface.xml
index d86134484..79659f1d2 100644
--- a/prologue/preface.xml
+++ b/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>