Changeset 966c6512


Ignore:
Timestamp:
12/04/2004 12:06:14 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
a811dff0
Parents:
2aee5500
Message:
  • (chapter04/*.xml) RELAX NG validation fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4350 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • chapter04/aboutlfs.xml

    r2aee5500 r966c6512  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 [
     2<!DOCTYPE section [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
    44  %general-entities;
    55]>
    6 <sect1 id="prepare-aboutlfs">
    7 <title>About $LFS</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xml:id="prepare-aboutlfs">
     8<info><title>About $LFS</title></info>
    89<?dbhtml filename="aboutlfs.html"?>
    910
     
    3132</para>
    3233
    33 </sect1>
     34</section>
  • chapter04/aboutsbus.xml

    r2aee5500 r966c6512  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 [
     2<!DOCTYPE section [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
    44  %general-entities;
    55]>
    6 <sect1 id="prepare-aboutsbus">
    7 <title>About SBUs</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xmlns:xlink="http://www.w3.org/1999/xlink"
     8         xml:id="prepare-aboutsbus">
     9<info><title>About SBUs</title></info>
    810<?dbhtml filename="aboutsbus.html"?>
    911
     
    4042
    4143<para>If you wish to see actual timings for specific machines, have a look at
    42 <ulink url="&lfs-root;~bdubbs/"/>.</para>
     44<uri xlink:href="&lfs-root;~bdubbs/"/>.</para>
    4345
    44 </sect1>
     46</section>
  • chapter04/abouttestsuites.xml

    r2aee5500 r966c6512  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 [
     2<!DOCTYPE section [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
    44  %general-entities;
    55]>
    6 <sect1 id="prepare-abouttestsuites">
    7 <title>About the test suites</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xmlns:xlink="http://www.w3.org/1999/xlink"
     8         xml:id="prepare-abouttestsuites">
     9<info><title>About the test suites</title></info>
    810<?dbhtml filename="abouttestsuites.html"?>
    911
     
    3941
    4042<para>Sometimes package test suites will give false failures. You can
    41 consult the LFS Wiki at <ulink url="&wiki-root;"/> to verify that these
     43consult the LFS Wiki at <uri xlink:href="&wiki-root;"/> to verify that these
    4244failures are normal. This applies to all tests throughout the book.</para>
    4345
    44 </sect1>
     46</section>
  • chapter04/addinguser.xml

    r2aee5500 r966c6512  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 [
     2<!DOCTYPE section [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
    44  %general-entities;
    55]>
    6 <sect1 id="ch-tools-addinguser">
    7 <title>Adding the user lfs</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xml:id="ch-tools-addinguser">
     8<info><title>Adding the user lfs</title></info>
    89<?dbhtml filename="addinguser.html"?>
    910
     
    7677start a <emphasis>login</emphasis> shell.</para>
    7778
    78 </sect1>
     79</section>
  • chapter04/chapter04.xml

    r2aee5500 r966c6512  
    44  %general-entities;
    55]>
    6 <chapter id="chapter-final-preps" xreflabel="Chapter 4">
     6<chapter xmlns="http://docbook.org/docbook-ng"
     7         xmlns:xi="http://www.w3.org/2003/XInclude"
     8         xml:id="chapter-final-preps" xreflabel="Chapter 4">
    79<?dbhtml dir="chapter04"?>
    8 <title>Final Preparations</title>
     10<info><title>Final Preparations</title></info>
    911<?dbhtml filename="chapter04.html"?>
    1012
    11 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="aboutlfs.xml"/>
    12 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingtoolsdir.xml"/>
    13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="addinguser.xml"/>
    14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="settingenviron.xml"/>
    15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="aboutsbus.xml"/>
    16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="abouttestsuites.xml"/>
     13<xi:include href="aboutlfs.xml"/>
     14<xi:include href="creatingtoolsdir.xml"/>
     15<xi:include href="addinguser.xml"/>
     16<xi:include href="settingenviron.xml"/>
     17<xi:include href="aboutsbus.xml"/>
     18<xi:include href="abouttestsuites.xml"/>
    1719
    1820</chapter>
  • chapter04/creatingtoolsdir.xml

    r2aee5500 r966c6512  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 [
     2<!DOCTYPE section [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
    44  %general-entities;
    55]>
    6 <sect1 id="ch-tools-creatingtoolsdir">
    7 <title>Creating the $LFS/tools directory</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xml:id="ch-tools-creatingtoolsdir">
     8<info><title>Creating the $LFS/tools directory</title></info>
    89<?dbhtml filename="creatingtoolsdir.html"?>
    910
     
    4445the LFS partition).</para>
    4546
    46 </sect1>
     47</section>
  • chapter04/settingenviron.xml

    r2aee5500 r966c6512  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 [
     2<!DOCTYPE section [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
    44  %general-entities;
    55]>
    6 <sect1 id="ch-tools-settingenviron">
    7 <title>Setting up the environment</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xml:id="ch-tools-settingenviron">
     8<info><title>Setting up the environment</title></info>
    89<?dbhtml filename="settingenvironment.html"?>
    910
     
    7879<screen><userinput>source ~/.bash_profile</userinput></screen>
    7980
    80 </sect1>
     81</section>
  • index.xml

    r2aee5500 r966c6512  
    2323<?dbhtml filename="part2.html"?>
    2424<xi:include href="chapter03/chapter03.xml"/>
    25 <!--<xi:include href="chapter04/chapter04.xml"/>
    26 <xi:include href="chapter05/chapter05.xml"/>-->
     25<xi:include href="chapter04/chapter04.xml"/>
     26<!--<xi:include href="chapter05/chapter05.xml"/>-->
    2727</part>
    2828
Note: See TracChangeset for help on using the changeset viewer.