Author: archaic Date: 2005-06-25 10:13:35 -0600 (Sat, 25 Jun 2005) New Revision: 6170
Added: trunk/BOOK/prologue/errata.xml Modified: trunk/BOOK/chapter01/changelog.xml trunk/BOOK/general.ent trunk/BOOK/prologue/preface.xml Log: Added placeholder for errata page and a temporary link (currently dead). Modified: trunk/BOOK/chapter01/changelog.xml =================================================================== --- trunk/BOOK/chapter01/changelog.xml 2005-06-25 15:41:34 UTC (rev 6169) +++ trunk/BOOK/chapter01/changelog.xml 2005-06-25 16:13:35 UTC (rev 6170) @@ -91,6 +91,9 @@ </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> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-06-25 15:41:34 UTC (rev 6169) +++ trunk/BOOK/general.ent 2005-06-25 16:13:35 UTC (rev 6170) @@ -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"> Added: trunk/BOOK/prologue/errata.xml =================================================================== --- trunk/BOOK/prologue/errata.xml 2005-06-25 15:41:34 UTC (rev 6169) +++ trunk/BOOK/prologue/errata.xml 2005-06-25 16:13:35 UTC (rev 6170) @@ -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> + Modified: trunk/BOOK/prologue/preface.xml =================================================================== --- trunk/BOOK/prologue/preface.xml 2005-06-25 15:41:34 UTC (rev 6169) +++ trunk/BOOK/prologue/preface.xml 2005-06-25 16:13:35 UTC (rev 6170) @@ -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> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
