Author: brane
Date: Sat Jun  6 15:21:50 2026
New Revision: 1935072

Log:
In ^/serf/site: There's really only one mirror left.

Modified:
   serf/site/publish/download.html

Modified: serf/site/publish/download.html
==============================================================================
--- serf/site/publish/download.html     Sat Jun  6 15:12:32 2026        
(r1935071)
+++ serf/site/publish/download.html     Sat Jun  6 15:21:50 2026        
(r1935072)
@@ -65,29 +65,23 @@
 
         <h3>Mirrors</h3>
 
-        <p>The currently selected mirror is <a 
href="[preferred]serf/"><b>[preferred]</b></a>.
-        If you encounter a problem with this mirror, please select another 
mirror.
-        If all mirrors are failing, there are <i>backup</i> mirrors (at the 
end of
-        the mirrors list) that should be available.</p>
+        <p>The currently selected mirror is <a 
href="[preferred]serf/"><b>[preferred]</b></a>.</p>
 
+        <p>Other mirrors:
         <form action="/download.cgi" method="get" id="SelectMirror">
-          <p>Other mirrors:</p>
           <select name="Preferred" onchange="submit()">
             [if-any http]
             [for http]<option value="[http]"[is http preferred] 
selected="selected"[end]>[http]</option>[end]
-            [end]  
+            [end]
             [if-any ftp]
             [for ftp]<option value="[ftp]"[is ftp preferred] 
selected="selected"[end]>[ftp]</option>[end]
             [end]
             [if-any backup]
-            [for backup]<option value="[backup]"[is backup preferred] 
selected="selected"[end]>[backup] (backup)</option>[end]
+            [for backup]<option value="[backup]">[backup] 
(backup)</option>[end]
             [end]
           </select>
           <input type="submit" value="Change" />
-        </form>
-
-        <p>You may also consult the <a 
href="https://www.apache.org/mirrors/";>complete
-        list of mirrors</a>.</p>
+        </form></p>
 
         <h3>Source Tarballs</h3>
         <p>The latest stable release of Serf is <b>1.3.10</b>.</p>

Reply via email to