mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
Added placeholder for errata page and a temporary link (currently dead).
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6172 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
9c06f3f1d1
commit
e120b74768
@ -87,6 +87,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>
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
<!ENTITY patches-root "&lfs-root;patches/lfs/svn/testing/">
|
||||
<!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
prologue/errata.xml
Normal file
15
prologue/errata.xml
Normal file
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user