From 1341dbdab80e67572ba75fc00f653e5852cc41bb Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 17 May 2010 14:21:30 -0500 Subject: Revamp download page Signed-off-by: Dan McGee --- templates/public/download.html | 252 ++++++++++++++++++++++++----------------- 1 file changed, 148 insertions(+), 104 deletions(-) diff --git a/templates/public/download.html b/templates/public/download.html index 051d9960..3808222a 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -1,113 +1,157 @@ {% extends "base.html" %} +{% block title %}Arch Linux - Downloads{% endblock %} {% block content %} -
-

Release Info

-
-

All available images can be burned to a CD, mounted as an ISO file, - or be directly written to a USB stick using a utility like `dd`. These - are intended for new installations only; an existing Arch Linux system - can always be updated with `pacman -Syu`.

- - Current Release: 2010.05
- Included Kernel: 2.6.33.4
- Resources: - Bug Tracker - - - Mailing List -
-
- Links and Instructions:
- - Readme and Instructions - -
- - Arch Linux Install Guide - -
-

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.

- -

Netinstall ISOs

-

- i686 -
- x86_64 -
- Dual Arch -

- -

Core ISOs

-

- i686 -
- x86_64 -
- Dual Arch -

- -
-

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: - +
+ +

Arch Linux Downloads

+ + {% with "2010.05" as version %} +

Release Info

+ +

All available images can be burned to a CD, mounted as an ISO file, + or be directly written to a USB stick using a utility like `dd`. These + are intended for new installations only; an existing Arch Linux system + can always be updated with `pacman -Syu`.

+ + + +

Links and Instructions:

+ + + +

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.

+ +
+ + + + + + + + + + + + + +
Formati686 CPUx86-64 CPUDual ArchitectureDescription
- Purchase CD from LinuxCD + Netinstall Image + + Download + + Download + + Download + + Downloads and installs packages versions via FTP for absolute freshness. +
+ Core Image + + Download + + Download + + Download + + Core packages are included on the media. Good for basic off-line installation. +
+ {% endwith %} + +

Get Arch Linux on CD

+ +

The following suppliers donate a portion of their proceeds to the + Arch Linux project:

+ + + +

Arch Linux CDs are also available for purchase from these suppliers:

+ + + + +

HTTP/FTP Direct Downloads

+ +

In addition to the BitTorrent links above, install 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

+ +

File integrity checksums for the latest releases can be found below:

+ + + + + + + + + + + + + -

Server Location

Download

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

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 %} +
{{mirror_url.mirror.name}} + {% endifchanged %} + {{mirror_url.protocol.protocol|upper}} + {% endfor %}
-

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

-
+ + + +

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

+
-

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