From 71f884e2963f451bf2a2ee4a9d1774aaf7f53071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Sun, 6 Feb 2011 20:36:42 -0300 Subject: Revert "Added warning for download" This reverts commit 0a4e96473845aa0e1e44b533847ef5e47759af26. --- templates/public/download.html | 123 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 116 insertions(+), 7 deletions(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index dac84394..db77df71 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -9,15 +9,32 @@

Parabola Downloads

-

Right now we are making changes of our repo structure and for - now our previous iso images won't work.

+ {% with "2010.12.29" as version %}

Release Info

-

When we fix entirely our repo structure we will compile another - iso and that will be avaliable from this page.

+

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 Parabola system + can always be updated with `pacman -Syu`.

-

For the moment being the only way to install Parabola GNU/Linux - is to - migrate from Archlinux

+

Existing Arch Users

@@ -27,5 +44,97 @@ as in freedom one. More here.

+

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 CPUMagnet LinksDescription
+ Netinstall Image + + Download + + Download + + Downloads and installs packages versions via FTP for absolute freshness. +
+ Core Image + + Download + + Download + + Core packages are included on the media. Good for basic off-line installation. +
+ +

HTTP/FTP Direct Downloads

+ +

In addition to the BitTorrent links above, install images can also be + downloaded via HTTP from the site listed below. Please ensure the download + image matches the checksum from the MD5SUMS or SHA256SUMS file in the same + directory as the image.

+ +

Go to the Parabola ISOs directory.

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