mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Fixed broken download URLs in the HTML Tidy instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6498 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
722aba8896
commit
d91d9a0aef
@ -3,11 +3,11 @@ $LastChangedBy$
|
||||
$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] -->
|
||||
|
@ -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">
|
||||
|
@ -41,6 +41,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>
|
||||
|
Loading…
Reference in New Issue
Block a user