diff options
author | Dan McGee <dan@archlinux.org> | 2012-02-18 19:17:00 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-05-02 12:48:59 -0500 |
commit | 12bf4c1b1e7df2d934b9dfde8629137dedeea99f (patch) | |
tree | d5b06a2608bacaa7929386b0aafd167c8e0c6626 /templates/mirrors | |
parent | d2d0895f13835569ff25a3161ddb94cd655dfd4f (diff) |
Add a smart protocol filter to mirrorlist generator
This will only list FTP mirrors for a given country if there are no HTTP
mirrors available, since FTP must die.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/mirrors')
-rw-r--r-- | templates/mirrors/mirrorlist_generate.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/mirrors/mirrorlist_generate.html b/templates/mirrors/mirrorlist_generate.html index e6f5e28c..34bda63d 100644 --- a/templates/mirrors/mirrorlist_generate.html +++ b/templates/mirrors/mirrorlist_generate.html @@ -23,6 +23,7 @@ <li><a href="all/">All mirrors</a></li> <li><a href="all/ftp/">All mirrors, FTP only</a></li> <li><a href="all/http/">All mirrors, HTTP only</a></li> + <li><a href="all/smart/">All mirrors, Smart protocols</a>: this link only includes FTP mirrors if an HTTP mirror is not available in a given country.</li> </ul> <h3>Customized by country mirrorlist</h3> |