From 39a548fd2629f3b6383990264b2e331b3aea99fb Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 3 Nov 2007 03:45:10 -0400 Subject: Initial import for public release... Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! --- templates/public/download.html | 74 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 templates/public/download.html (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html new file mode 100644 index 00000000..be840d3a --- /dev/null +++ b/templates/public/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