From 8fcdf0c2cde1c3cff98be4572a0e9e3a1d910901 Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 29 Dec 2007 18:42:50 -0800 Subject: Moved some templates around --- templates/devel/download.html | 74 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 templates/devel/download.html (limited to 'templates/devel/download.html') diff --git a/templates/devel/download.html b/templates/devel/download.html new file mode 100644 index 00000000..be840d3a --- /dev/null +++ b/templates/devel/download.html @@ -0,0 +1,74 @@ +{% extends "base.html" %} + +{% block content %} +
+

Buy A CD

+ CDs are available for purchase from OSDisc.com. For each CD purchased, a + portion of the money goes to the Arch Linux Project.

+
+ Click here to purchase a CD +
+

+ +

BitTorrent Download

+

+
+

Download with BitTorrent

+ If you can spare the bytes, please leave the BT client + open after your
download is finished, so you can seed it back to others.
+
+ + + + + + + + + + + + + + + +
 COREFTP Install
i686: + + 2007.08-2 + + + + 2007.08-2 + +
x86_64: + + 2007.08-2 + + + + 2007.08-2 + +
+
+

+ +

HTTP/FTP Download

+

+
+

Download with HTTP/FTP

+ In addition to the BitTorrent links above, ISO images can also be downloaded
via HTTP/FTP from the /iso/ sub-directory of mirror sites listed below.
+

+

Mirror Sites

+ + {% for mirror in mirrors %} + + + + + {% endfor %} +
{{ mirror.domain }}{{ mirror.country }}
+
+
+

+{% endblock %} + -- cgit v1.2.3-2-g168b