aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-10-13 21:40:28 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-10-13 21:40:28 +0000
commit9ff34df301e1d6e387fb691639b6a5ad6f574c29 (patch)
tree89b680ee15d30e93dd9024c6edc2feba73d48b09
parent56d1170c3d61c9554071d94bcd44710b4e07925b (diff)
Updated INSTALL.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.0/BOOK@4284 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--INSTALL18
1 files changed, 9 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index e36823ab5..677f75921 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,16 +12,16 @@ website at http://www.linuxfromscratch.org for more information.
If all you want to do is convert XML to HTML perform the following:
* libxml2
- - http://www.linuxfromscratch.org/blfs/view/cvs/general/libxml2.html
+ - http://www.linuxfromscratch.org/blfs/view/svn/general/libxml2.html
* libxslt
- - http://www.linuxfromscratch.org/blfs/view/cvs/general/libxslt.html
+ - http://www.linuxfromscratch.org/blfs/view/svn/general/libxslt.html
* DocBook DTD
- - http://www.linuxfromscratch.org/blfs/view/cvs/pst/xml.html
+ - http://www.linuxfromscratch.org/blfs/view/svn/pst/xml.html
-* DocBook XSL Stylesheets
- - http://www.linuxfromscratch.org/blfs/view/cvs/pst/docbook-xsl.html
+* DocBook XSL Stylesheets
+ - http://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html
- additionally create a link from
/usr/share/xml/docbook/xsl-stylesheets-1.65.1 to
/usr/share/xml/docbook/xsl-stylesheets-current
@@ -30,10 +30,10 @@ If all you want to do is convert XML to HTML perform the following:
ln -s xsl-stylesheets-1.65.1 xsl-stylesheets-current
* HTMLTidy
- - http://tidy.sourceforge.net/
-
- Installation of HTMLTidy is a simple `./configure --prefix=/usr && \
- make && make install`
+ - http://www.linuxfromscratch.org/blfs/view/svn/general/tidy.html
+ Patch to fix an issue with <pre> tags when the pages are served
+ like application/xhtml+xml (not needed to see the pages locally)
+ - http://www.macana-es.com/tidy-041005-fix-pre-tags-for-xhtml-1.patch
-------------------------------------------------------------------------------
If you want to be able to convert the book into PDF as well, then you will need