From 79f00ef686e0597cb197ed67ba1462aa60a530bb Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Fri, 30 Oct 2009 16:56:21 -0200 Subject: "imported" public app files from archweb_pub --- templates/public/download.html | 130 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 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..1fb1af65 --- /dev/null +++ b/templates/public/download.html @@ -0,0 +1,130 @@ +{% extends "base.html" %} + +{% block content %} +
+

Release Info

+
+

For new installations only.
+ An Arch Linux system can always be updated with `pacman -Syu`

+ + Current Release: 2009.08
+ Included Kernel: 2.6.28-ARCH
+ Resources: + Bug Tracker + - + Mailing List +
+
+ Links and Instructions:
+ + Downloading Instructions + +
+ + Arch Linux Install Guide + +
+ + USB Image help + +
+

BitTorrent Download (recommended)

+
+

If you can spare the bytes, please leave the client + open after your
download is finished, so you can seed + it back to others.

+ +

A web-seed capable client is recommended for fastest download + speeds

+ + FTP ISOs: + i686 + - + x86_64 +
+ + Core ISOs: + i686 + - + x86_64 +
+ + FTP USB Images: + i686 + - + x86_64 +
+ + Core USB Images: + i686 + - + x86_64 +
+ + ISOLINUX ISOs: + i686 + - + x86_64 + +
+

Buy A CD

+
+ These suppliers donate a small percentage of each CD purchased to + the Arch Linux project: + + + +
+ + Purchase CD from OSDisc +
+ + Purchase CD from Shop Linux Online +
+ You can also purchase Arch on CD from these suppliers: + + + +
+ Purchase CD from LinuxCD +
+
+ + +

HTTP/FTP Download

+
+

In addition to the BitTorrent links above, ISO images can also be downloaded
+ via HTTP or FTP from the mirror sites listed below.

+ +

Please ensure the download image matches the checksum from the
+ md5sums.txt or sha1sums.txt file in the same directory as the image.

+

Checksums

+

+ SHA1 +
+ MD5 +

+ + + + + +

Mirror Sites

+ {% for mirror_url in mirror_url_list %} + {% ifchanged mirror_url.mirror.country %} +

{{mirror_url.mirror.country}}

+ {% endifchanged %} + {% ifchanged mirror_url.mirror.name %} +
{{mirror_url.mirror.name}} + {% endifchanged %} + ({{mirror_url.protocol.protocol}}) + {% endfor %} +
+

If you want to become an Official Arch Linux Mirror please follow
+ the instructions listed here. +

+
+
+

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