소스 검색

provided new entities

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1311 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 년 전
부모
커밋
9c99d2d0ee
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      INSTALL

+ 6 - 1
INSTALL

@@ -7,8 +7,9 @@ Let's start by downloading some software.
 If all you want to do is being able to convert XML to HTML download the
 following:
 
-OpenJade                  - http://openjade.sourceforge.net
+OpenJade                  - http://openjade.sourceforge.net/
 DocBook-XML DTD           - http://www.docbook.org/xml/4.1.2/
+Modified DocBook Entities - http://www2.linuxfromscratch.org/
 DSSSL DocBook Stylesheets - http://www.nwalsh.com/docbook/dsssl/
 
 As the DocBook DTD and Stylesheets are made available as a zip achives you 
@@ -35,6 +36,10 @@ You have everything you need now. Let's install this stuff.
 Create the /usr/share/docbook directory, cd into it and unpack the
 docbook-xml dtd archive there.
 
+Remove the ent directory and unpack the docbook-4.1.2-newent.tar.bz2 file.
+This will create a new ent directory with entity files that work better
+with XML.
+
 Create the /usr/share/dsssl directory, cd into it and unpack the dsssl
 stylesheet archive in there. Rename the directory that's created by tar
 into 'docbook'. Now copy the lfs.dsl file you will find in