diff options
author | Frans Pop <elendil@planet.nl> | 2007-01-22 19:23:47 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-01-22 19:23:47 +0000 |
commit | 9928351d710af301bdda4aab8a1cb2399f30747a (patch) | |
tree | 1c082197332b84dad153014e24d6b33258197a6b /build | |
parent | f15192505a91c5921ce32d75f4b487f63f71727c (diff) | |
download | installation-guide-9928351d710af301bdda4aab8a1cb2399f30747a.zip |
Cleaned up definitions of some entities and removed unused ones
Diffstat (limited to 'build')
-rw-r--r-- | build/entities/urls.ent | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/build/entities/urls.ent b/build/entities/urls.ent index 90d5123e2..ec2a88b12 100644 --- a/build/entities/urls.ent +++ b/build/entities/urls.ent @@ -13,7 +13,11 @@ <!ENTITY url-debian-home "http://&www-debian-org;/"> <!ENTITY ftp-debian-org "ftp.debian.org"> +<!-- The entity below is deprecated --> <!ENTITY url-debian-ftp "ftp://&ftp-debian-org;/"> +<!-- Use http.us.debian.org as ftp.debian.org does not have all arches --> +<!ENTITY archive-mirror "http.us.debian.org"> +<!ENTITY url-archive "http://&archive-mirror;/"> <!ENTITY url-d-i "http://&www-debian-org;/devel/debian-installer/"> @@ -39,11 +43,11 @@ <!ENTITY email-debian-boot-list "debian-boot@lists.debian.org"> <!-- base for the current distribution --> -<!ENTITY disturlftp "ftp://&ftp-debian-org;/debian/dists/&releasename;/"> -<!ENTITY disturl "http://http.us.debian.org/debian/dists/&releasename;/"> +<!ENTITY disturlftp "&url-debian-ftp;debian/dists/&releasename;/"> +<!ENTITY disturl "&url-archive;debian/dists/&releasename;/"> <!-- base for unstable --> -<!ENTITY url-dist-unstable "ftp://ftp.debian.org/debian/dists/unstable/"> +<!ENTITY url-dist-unstable "&url-archive;debian/dists/unstable/"> <!-- where to get the current debian-installer --> <!ENTITY url-debian-installer "&disturl;main/installer-&architecture;/current/"> @@ -205,13 +209,6 @@ <!ENTITY url-scsi-faq "http://www.cis.ohio-state.edu/hypertext/faq/usenet/scsi-faq/top.html"> -<!ENTITY url-removed-packages - "http://ftp-master.debian.org/removals.txt"> - -<!ENTITY url-removed-nonus - "http://non-us.debian.org/~troup/removals.txt"> - - <!ENTITY url-linux-org-help "http://www.linux.org/help/"> <!-- possibly useful @@ -266,11 +263,6 @@ http://metalab.unc.edu/LDP/HOWTO/Multiboot-with-LILO.html --> -<!ENTITY url-xfree86 "http://www.xfree86.org/"> -<!ENTITY url-xfree "&url-xfree86;"> - -<!ENTITY url-xfree86-cardlist "&url-xfree86;cardlist.html"> - <!ENTITY url-xorg "http://xorg.freedesktop.org/"> <!ENTITY url-simtel "ftp://ftp.simtel.net/pub/simtelnet/msdos/"> |