aboutsummaryrefslogtreecommitdiffstats
path: root/english/mirror
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2021-05-23 19:18:10 +0200
committerLaura Arjona Reina <larjona@debian.org>2021-06-04 12:59:14 +0000
commitb012e8341d5825550ed370b6b7977b45d7cb3e64 (patch)
tree84067102f2fc7f249056dc3bd17018ce5eb0d917 /english/mirror
parentcefcbc8ea4d01421ca00879329c6595b51eb61bf (diff)
mirror: remove obsolete fullmethods output
Diffstat (limited to 'english/mirror')
-rw-r--r--english/mirror/Makefile2
-rwxr-xr-xenglish/mirror/mirror_list.pl52
2 files changed, 0 insertions, 54 deletions
diff --git a/english/mirror/Makefile b/english/mirror/Makefile
index b9f1caecf13..95acda22734 100644
--- a/english/mirror/Makefile
+++ b/english/mirror/Makefile
@@ -41,8 +41,6 @@ text: mirror_list.pl Mirrors.masterlist
@./mirror_list.pl -m Mirrors.masterlist -t text
html: mirror_list.pl Mirrors.masterlist
@./mirror_list.pl -m Mirrors.masterlist -t html
-full: mirror_list.pl Mirrors.masterlist
- @./mirror_list.pl -m Mirrors.masterlist -t fullmethods
$(ENGLISHDIR)/mirror/size.data: $(ENGLISHDIR)/mirror/arch_size.pl
./arch_size.pl
diff --git a/english/mirror/mirror_list.pl b/english/mirror/mirror_list.pl
index 4e12a1bde62..cb2aa9b3f72 100755
--- a/english/mirror/mirror_list.pl
+++ b/english/mirror/mirror_list.pl
@@ -766,52 +766,6 @@ sub trailer {
}
-# this is likely obsolete
-sub access_methods {
- print <<END;
-<h1 class="center">Debian worldwide mirror sites</h1>
-
-<p>This is a <strong>complete</strong> list of mirrors of Debian. For each
-site, the different types of material available are listed, along with the
-access method for each type.
-
-<p>The following things are mirrored:
-<dl>
-<dt><strong>Packages</strong>
- <dd>The Debian package pool.
-<dt><strong>CD Images</strong>
- <dd>Official Debian CD Images. See
- <a href="https://www.debian.org/CD/">https://www.debian.org/CD/</a> for details.
-<dt><strong>Old releases</strong>
- <dd>The archive of old released versions of Debian.<br>
- Some of the old releases also included the so-called debian-non-US
- archive, with sections for Debian packages that could not be
- distributed in the US due to software patents or use of encryption.
- The debian-non-US updates were discontinued with Debian 3.1.
-</dl>
-
-<p>The following access methods are possible:
-<dl>
-<dt><strong>HTTP</strong>
- <dd>Standard web access, but it can be used for downloading files.
-<dt><strong>FTP</strong>
- <dd>The file transfer protocol.
-<dt><strong>rsync</strong>
- <dd>An efficient means of mirroring.
-<dt><strong>NFS</strong>
- <dd>Network file system (if you don't know what it is, you don't need it).
-</dl>
-
-<p>The authoritative copy of the following list can always be found at:
-<a href="https://www.debian.org/mirror/list-full">
-https://www.debian.org/mirror/list-full</a>.
-<br>
-Everything else you want to know about Debian mirrors:
-<a href="https://www.debian.org/mirror/">https://www.debian.org/mirror/</a>.
-<br>
-END
-}
-
sub full_listing {
# TODO: fix the html mode to output actual normal HTML, rather than <pre>
my $format = shift;
@@ -1215,12 +1169,6 @@ if ($output_type eq 'html') {
aptlines();
print "</pre>\n";
trailer();
-} elsif ($output_type eq 'fullmethods') { # this is likely obsolete
- header();
- access_methods();
- full_listing('html');
- footer_stuff('html', $count);
- trailer();
} elsif ($output_type eq 'wml-full') {
full_listing('wml');
footer_stuff('wml', $count);

© 2014-2024 Faster IT GmbH | imprint | privacy policy