Author: randy Date: 2007-02-01 11:14:21 -0700 (Thu, 01 Feb 2007) New Revision: 6498
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genutils/tidy.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Fixed broken download URLs in the HTML Tidy instructions Modified: trunk/BOOK/general/genutils/tidy.xml =================================================================== --- trunk/BOOK/general/genutils/tidy.xml 2007-02-01 01:41:15 UTC (rev 6497) +++ trunk/BOOK/general/genutils/tidy.xml 2007-02-01 18:14:21 UTC (rev 6498) @@ -4,8 +4,8 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY tidy-download-http "http://tidy.sourceforge.net/src/tidy_src_&tidy-version;.tgz"> - <!ENTITY tidy-download-ftp " "> + <!ENTITY tidy-download-http "http://tidy.sourceforge.net/src/old/tidy_src_&tidy-version;.tgz"> + <!ENTITY tidy-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/tidy_src_&tidy-version;.tgz"> <!ENTITY tidy-md5sum "1e39fafd6808978871346658c8da1454"> <!ENTITY tidy-size "256 KB"> <!ENTITY tidy-buildsize "10.3 MB"> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-02-01 01:41:15 UTC (rev 6497) +++ trunk/BOOK/general.ent 2007-02-01 18:14:21 UTC (rev 6498) @@ -3,11 +3,11 @@ $Date$ --> -<!ENTITY day "31"> <!-- Always 2 digits --> -<!ENTITY month "01"> <!-- Always 2 digits --> +<!ENTITY day "01"> <!-- Always 2 digits --> +<!ENTITY month "02"> <!-- Always 2 digits --> <!ENTITY year "2007"> <!ENTITY version "svn-&year;&month;&day;"> -<!ENTITY releasedate "January &day;st, &year;"> +<!ENTITY releasedate "February &day;st, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "6.2"> <!-- version|stable|testing|unstable|development] --> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-02-01 01:41:15 UTC (rev 6497) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-02-01 18:14:21 UTC (rev 6498) @@ -42,6 +42,16 @@ --> <listitem> + <para>February 1st, 2007</para> + <itemizedlist> + <listitem> + <para>[randy] - Fixed broken download URLs in the HTML Tidy + instructions.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>January 31st, 2007</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
