From 780c19c209e59f0c2a105200dca32b3ce0e3ec76 Mon Sep 17 00:00:00 2001 From: Thayer Williams Date: Tue, 16 Mar 2010 11:17:47 -0700 Subject: Redesigned mirrorlist generator page Signed-off-by: Dan McGee --- templates/mirrors/index.html | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) (limited to 'templates') diff --git a/templates/mirrors/index.html b/templates/mirrors/index.html index 73949c6f..b347a086 100644 --- a/templates/mirrors/index.html +++ b/templates/mirrors/index.html @@ -1,24 +1,21 @@ {% extends "base.html" %} {% load package_extras %} -{% block title %}Arch Linux - Generate Mirrorlist{% endblock %} +{% block title %}Arch Linux - Pacman Mirrorlist Generator{% endblock %} {% block content %} -
-

Generate Custom Mirrorlist

-
- - - - {% td_input mirrorlist_form.arch %} - - - - {% td_input mirrorlist_form.country %} - - - - -
Architecture
Country
+
+ +

Pacman Mirrorlist Generator

+ +

The following form can generate a custom up-to-date + pacman mirrorlist based on geography. + Simply replace the contents of /etc/pacman.d/mirrorlist with + the generated code.

+ + + {{ mirrorlist_form.as_p }} +

{% endblock %} -- cgit v1.2.3-55-g3dc8