Bläddra i källkod

Moved chapter1/introduction.xml to preface/foreword.xml

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@553 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 år sedan
förälder
incheckning
30e84b015e
4 ändrade filer med 14 tillägg och 4 borttagningar
  1. 0 1
      chapter01/chapter01.xml
  2. 1 1
      index.xml
  3. 12 2
      preface/foreword.xml
  4. 1 0
      preface/preface.xml

+ 0 - 1
chapter01/chapter01.xml

@@ -1,7 +1,6 @@
 <chapter id="chapter01">
 <title>Introduction</title>
 
-&c1-introduction;
 &c1-how;
 &c1-version;
 &c1-acknowledgments;

+ 1 - 1
index.xml

@@ -27,6 +27,7 @@
 <!ENTITY dc-dedicated SYSTEM "intel/dedication/dedicated.xml">
 
 <!ENTITY preface SYSTEM "intel/preface/preface.xml">
+<!ENTITY pf-foreword SYSTEM "intel/preface/foreword.xml">
 <!ENTITY pf-whoread SYSTEM "intel/preface/whoread.xml">
 <!ENTITY pf-whonotread SYSTEM "intel/preface/whonotread.xml">
 <!ENTITY pf-organization SYSTEM "intel/preface/organization.xml">
@@ -35,7 +36,6 @@
 <!ENTITY pf-oz-organpart3 SYSTEM "intel/preface/organpart3.xml">
 
 <!ENTITY chapter1 SYSTEM "intel/chapter1/chapter1.xml">
-<!ENTITY c1-introduction SYSTEM "intel/chapter1/introduction.xml">
 <!ENTITY c1-how SYSTEM "intel/chapter1/how.xml">
 <!ENTITY c1-version SYSTEM "intel/chapter1/versions.xml">
 <!ENTITY c1-acknowledgments SYSTEM "intel/chapter1/acknowledgments.xml">

+ 12 - 2
chapter01/introduction.xml → preface/foreword.xml

@@ -1,5 +1,5 @@
-<sect1 id="ch01-intro">
-<title>Introduction</title>
+<sect1 id="pf-foreword">
+<title>Foreword</title>
 
 <para>
 Having used a number of different Linux distributions, I was never fully
@@ -21,5 +21,15 @@ operational. I called this system an LFS system, which stands for Linux
 From Scratch.
 </para>
 
+<para>
+I hope all of you will have a great time working on LFS!
+</para>
+
+<literallayout>
+-- 
+Gerard Beekmans
+gerard@linuxfromscratch.org
+</literallayout>
+
 </sect1>
 

+ 1 - 0
preface/preface.xml

@@ -1,6 +1,7 @@
 <preface id="preface">
 <title>Preface</title>
 
+&pf-foreword;
 &pf-whoread;
 &pf-whonotread;
 &pf-organization;