summaryrefslogtreecommitdiff
path: root/templates/mirrors/index.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-09-21 18:58:34 -0500
committerDan McGee <dan@archlinux.org>2010-09-21 18:58:34 -0500
commit550ef2eeeb58a3899b612bf5f895b2ae962086a9 (patch)
tree0227750631a5eb062a24050d391a9438a9c586cf /templates/mirrors/index.html
parent5b87b21ccdd5938acf81afed00ccf0d957f5047c (diff)
Allow generated mirrorlist to take status info into account
By using the mirror score we calculate, we can sort the mirrors in the generated mirrorlist for people. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/mirrors/index.html')
-rw-r--r--templates/mirrors/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/mirrors/index.html b/templates/mirrors/index.html
index 8c193bae..1d620b14 100644
--- a/templates/mirrors/index.html
+++ b/templates/mirrors/index.html
@@ -31,7 +31,9 @@
<a href="http://wiki.archlinux.org/index.php/Pacman"
title="ArchWiki: Pacman">pacman</a> mirrorlist based on geography and
desired protocol(s). Simply replace the contents of
- <code>/etc/pacman.d/mirrorlist</code> with your generated list.</p>
+ <code>/etc/pacman.d/mirrorlist</code> with your generated list.
+ Additionally, the mirror status data can be incorporated into the generated
+ mirror list and used to pre-order the mirrors.</p>
<form id="list-generator" method="get">
{{ mirrorlist_form.as_p }}