diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-27 22:28:14 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-27 22:28:14 +0000 |
commit | a52b2c2383dd24bca424afebcc3220f571bfbf9b (patch) | |
tree | 6421f37461377ac873e0f777df065fdcd3817444 /index.xml | |
parent | 69276a949a1782f6fbff97e1ee26424a11c89cd4 (diff) |
Equalizing the use of URL entities.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3189 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'index.xml')
-rw-r--r-- | index.xml | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -7,15 +7,14 @@ <!ENTITY milestone "5.1"> <!ENTITY nbsp " "> -<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> -<!ENTITY http-root "http://ftp.linuxfromscratch.org"> -<!ENTITY ftp "ftp://ftp.linuxfromscratch.org/lfs-packages/cvs"> -<!ENTITY http "http://downloads.linuxfromscratch.org"> -<!ENTITY hints-root "http://www.linuxfromscratch.org/hints/downloads/files/"> -<!ENTITY hints-index "http://www.linuxfromscratch.org/hints/list.html"> -<!ENTITY blfs-root "http://www.linuxfromscratch.org/blfs/"> -<!ENTITY patches-root "http://www.linuxfromscratch.org/patches/lfs/cvs/"> +<!ENTITY lfs-root "http://www.linuxfromscratch.org/"> +<!ENTITY blfs-root "&lfs-root;blfs/"> +<!ENTITY faq-root "&lfs-root;faq/"> +<!ENTITY hints-root "&lfs-root;hints/downloads/files/"> +<!ENTITY hints-index "&lfs-root;hints/list.html"> +<!ENTITY patches-root "&lfs-root;patches/lfs/cvs/"> <!ENTITY wiki-root "http://wiki.linuxfromscratch.org/"> +<!ENTITY http-down "http://downloads.linuxfromscratch.org/"> <!ENTITY tldp-root "http://www.tldp.org/"> <!ENTITY all-size-version "cvs-2003-10-06"> |