From 800abab20b1c2a5fc533f159d0f475cf696e190f Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 2 Dec 2004 03:24:13 +0000 Subject: [PATCH] Updated URLs in INSTALL file per Archaic's patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4337 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- INSTALL | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index c05ba8c1e..860326a26 100644 --- a/INSTALL +++ b/INSTALL @@ -12,24 +12,24 @@ 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 + - http://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html - additionally create a link from - /usr/share/xml/docbook/xsl-stylesheets-1.67.0 to + /usr/share/xml/docbook/xsl-stylesheets-[version] to /usr/share/xml/docbook/xsl-stylesheets-current - ln -s xsl-stylesheets-1.67.0 /usr/share/xml/docbook/xsl-stylesheets-current + ln -s xsl-stylesheets-[version] /usr/share/xml/docbook/xsl-stylesheets-current * HTMLTidy - - http://www.linuxfromscratch.org/blfs/view/cvs/general/tidy.html + - http://www.linuxfromscratch.org/blfs/view/svn/general/tidy.html - you'll also need the patch at http://linuxfromscratch.org/~matthew/tidy-041026-prevent_PRE_newlines-1.patch as well. ------------------------------------------------------------------------------- @@ -39,7 +39,7 @@ already installed) and converts it to PDF. FOP is dependent on ANT (Another Neat Tool) and the Java Advanced Imaging (JAI) API. First we need the Java SDK installed. See -http://www.linuxfromscratch.org/blfs/view/cvs/general/j2sdk.html. +http://www.linuxfromscratch.org/blfs/view/svn/general/j2sdk.html. Now install JAI: - Download jai-1_1_2_01-lib-linux-i586-jdk.bin from