From a03cb4ba1994296bff4a0237439144b0b3d8f01b Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 2 May 2012 09:38:10 -0500 Subject: Move release version scope up a bit on the page Signed-off-by: Dan McGee --- templates/public/download.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index f57e565a..6c9ccf11 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -7,11 +7,11 @@ {% block navbarclass %}anb-download{% endblock %} {% block content %} +{% with "2011.08.19" as version %}

Arch Linux Downloads

- {% with "2011.08.19" as version %}

Release Info

All available images can be burned to a CD, mounted as an ISO file, @@ -164,10 +164,10 @@ {% endfor %}

{% endcache %} - {% endwith %}

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

+{% endwith %} {% endblock %} -- cgit v1.2.3 From 29a02f22da0d17cd7cca8c1193b3c694f04d2620 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 23 Jul 2012 10:02:56 -0500 Subject: Simplify the download page Signed-off-by: Dan McGee --- templates/public/download.html | 72 ++++-------------------------------------- 1 file changed, 7 insertions(+), 65 deletions(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index 6c9ccf11..ab66cbb4 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -52,69 +52,9 @@

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

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:

- -
    -
  • Purchase a CD from LinuxCD
  • +

    Test ISO Info

    @@ -143,9 +83,11 @@

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

    -- cgit v1.2.3 From 84f494954e9e49d82f5db055bb52ac3df16055d9 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 23 Jul 2012 10:06:31 -0500 Subject: Update for new Arch ISO release Signed-off-by: Dan McGee --- templates/public/download.html | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index ab66cbb4..e6c4b18d 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -7,21 +7,22 @@ {% block navbarclass %}anb-download{% endblock %} {% block content %} -{% with "2011.08.19" as version %} +{% with version="2012.07.15" kernel_version="3.4.4" %}

    Arch Linux Downloads

    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 +

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

      -
    • Current Release: {{ version }}
    • -
    • Included Kernel: 3.0.3
    • +
    • Current Release: {{ version }}
    • +
    • Included Kernel: {{ kernel_version }}
    • +
    • Arch Install Scripts
    • Resources: -

      Links and Instructions:

      - -
      -

      Existing Arch Users

      If you are an existing Arch user, there is no need to download a new ISO -- cgit v1.2.3 From d557d267c906f2844331cafb57a81dc5a43bb125 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 4 Aug 2012 08:53:22 +0200 Subject: Update download page for 2012.08.04 iso image * the -netinstall suffix was removed from the filename * the wiki entry about the "Arch Install Scripts" was redirected to "Installation Guide" Signed-off-by: Pierre Schmitz Signed-off-by: Dan McGee --- templates/public/download.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index e6c4b18d..f5f6f4d1 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -7,7 +7,7 @@ {% block navbarclass %}anb-download{% endblock %} {% block content %} -{% with version="2012.07.15" kernel_version="3.4.4" %} +{% with version="2012.08.04" kernel_version="3.4.7" %}

      Arch Linux Downloads

      @@ -21,8 +21,8 @@
      • Current Release: {{ version }}
      • -
      • Included Kernel: {{ kernel_version }}
      • -
      • Arch Install Scripts
      • +
      • Included Kernel: {{ kernel_version }}
      • +
      • Installation Guide
      • Resources: -- cgit v1.2.3 From 3769994c4e58197fbb063c9e9bdc184af66edaf9 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 7 Sep 2012 09:34:11 -0500 Subject: Update downloads page for September release Signed-off-by: Dan McGee --- templates/public/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index 79a82f8b..63f6d79c 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -7,7 +7,7 @@ {% block navbarclass %}anb-download{% endblock %} {% block content %} -{% with version="2012.08.04" kernel_version="3.4.7" %} +{% with version="2012.09.07" kernel_version="3.5.3" %}

        Arch Linux Downloads

        -- cgit v1.2.3 From 627a3567271122c7a9e71b692538863aef69fda5 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 6 Oct 2012 10:34:29 -0500 Subject: Update download page for new release Signed-off-by: Dan McGee --- templates/public/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index 63f6d79c..4b94e183 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -7,7 +7,7 @@ {% block navbarclass %}anb-download{% endblock %} {% block content %} -{% with version="2012.09.07" kernel_version="3.5.3" %} +{% with version="2012.10.06" kernel_version="3.5.5" %}

        Arch Linux Downloads

        -- cgit v1.2.3 From e2f7f3c9ea90d66c5d9678bd4b182917b03a2a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=A4chler?= Date: Mon, 29 Oct 2012 22:49:24 +0100 Subject: Remove information regarding test ISOs The test builds are dead and nobody is taking care of them. With our monthly releases, they serve no purpose. Signed-off-by: Dan McGee --- templates/public/download.html | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index 4b94e183..ba4c3282 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -57,19 +57,6 @@ title="Arch Linux Netboot Live System">Arch Linux Netboot
      -

      Test ISO Info

      - -

      We provide daily snapshot ISOs. Those are largely untested, - but may be more up to date than the releases.

      - -

      HTTP Direct Downloads

      In addition to the BitTorrent links above, install images can also be -- cgit v1.2.3 From 1b28881f7ec58f87bc75699b2d906d28837bccb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=A4chler?= Date: Wed, 31 Oct 2012 15:09:51 +0100 Subject: download.html: Provide a magnet link Some people prefer these over torrent files, as they're easier to pass than the torrent files themselves. On updates, this only needs the new info hash. The tracker bits are optional, but ensure that the torrent client gets peers more quickly to receive the actual torrent file. Signed-off-by: Dan McGee --- templates/public/download.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index ba4c3282..14e77b6d 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -7,7 +7,7 @@ {% block navbarclass %}anb-download{% endblock %} {% block content %} -{% with version="2012.10.06" kernel_version="3.5.5" %} +{% with version="2012.10.06" kernel_version="3.5.5" torrent_infohash="b4865374f39a2b34f4c9517ec4b532f65094a28d" %}

      Arch Linux Downloads

      @@ -46,7 +46,8 @@ A web-seed capable client is recommended for fastest download speeds.

      Netboot

      -- cgit v1.2.3 From 49546cddcab13c1767e386d6061493a25388b4bd Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 1 Nov 2012 08:29:30 -0500 Subject: Update for November ISO release Signed-off-by: Dan McGee --- templates/public/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index 14e77b6d..2fddd4e9 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -7,7 +7,7 @@ {% block navbarclass %}anb-download{% endblock %} {% block content %} -{% with version="2012.10.06" kernel_version="3.5.5" torrent_infohash="b4865374f39a2b34f4c9517ec4b532f65094a28d" %} +{% with version="2012.11.01" kernel_version="3.6.4" torrent_infohash="f86f84c74edc90336f94f0837afa3071ada2aaa8" %}

      Arch Linux Downloads

      -- cgit v1.2.3 From f7331a0eca351300685ebee494e810d8c82c35b1 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 20 Nov 2012 19:16:25 -0600 Subject: Add Release model to releng This should prevent the need for monthly template updates from Pierre and Thomas; best to just let them enter the data themselves and have it show up on the website. Signed-off-by: Dan McGee --- templates/public/download.html | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index 2fddd4e9..d0754e5b 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -7,7 +7,6 @@ {% block navbarclass %}anb-download{% endblock %} {% block content %} -{% with version="2012.11.01" kernel_version="3.6.4" torrent_infohash="f86f84c74edc90336f94f0837afa3071ada2aaa8" %}

      Arch Linux Downloads

      @@ -20,8 +19,8 @@ can always be updated with `pacman -Syu`.

      -{% endwith %} {% endblock %} -- cgit v1.2.3 From 402487b007e206b013ecbf8b3017dc1231f4bbbc Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 20 Nov 2012 19:33:49 -0600 Subject: Move some logic out of the templates to the Release model This includes magnet URI generation, ISO paths, etc. Signed-off-by: Dan McGee --- templates/public/download.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index d0754e5b..5733ee94 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -44,9 +44,9 @@ download is finished, so you can seed it back to others. A web-seed capable client is recommended for fastest download speeds.

      Netboot

      @@ -69,11 +69,11 @@

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

      @@ -85,8 +85,8 @@ {% else %}
      Worldwide
      {% endif %} {% endfor %} -- cgit v1.2.3 From c81a9271b8bbc03418442c01d50a4c4945999e71 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 21 Nov 2012 00:10:12 -0500 Subject: Show release notes on downloads page Signed-off-by: Dan McGee --- templates/public/download.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index 5733ee94..5f6f2d02 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -32,6 +32,12 @@
    + {% if release.info %} +

    Release Notes

    + +
    {{ release.info_html }}
    + {% endif %} +

    Existing Arch Users

    If you are an existing Arch user, there is no need to download a new ISO -- cgit v1.2.3 From 9db1d4c6a0c60f32628dbd8d217fbd6c3ba99509 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 21 Nov 2012 00:19:23 -0500 Subject: Minor download template tweaks Signed-off-by: Dan McGee --- templates/public/download.html | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index 5f6f2d02..3005ffb3 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -20,7 +20,7 @@

    • Current Release: {{ release.version }}
    • -
    • Included Kernel: {{ release.kernel_version }}
    • + {% if release.kernel_version %}
    • Included Kernel: {{ release.kernel_version }}
    • {% endif %}
    • Installation Guide
    • Resources:
        @@ -49,19 +49,15 @@

        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.

        - +

        Download torrent for {{ release.version }} + (Magnet)

        Netboot

        If you have a wired connection, you can boot the latest release directly over the network.

        - +

        Arch Linux Netboot

        HTTP Direct Downloads

        -- cgit v1.2.3 From 6f0ae6746baea657ee6d7c21ac0813a04f825443 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 14 Jan 2013 01:00:11 -0600 Subject: Drop country column from mirror table We now always look for this information at the URL level, not the mirror level. This simplifies quite a bit of code in and around the mirror views. Signed-off-by: Dan McGee --- templates/public/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index 3005ffb3..0c96fcef 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -81,7 +81,7 @@ {% cache 600 download-mirrors %}
        - {% regroup mirror_urls by real_country as grouped_urls %} + {% regroup mirror_urls by country as grouped_urls %} {% for country in grouped_urls %} {% if country.grouper %}
        {{ country.grouper.name }}
        {% else %}
        Worldwide
        {% endif %} -- cgit v1.2.3 From 0b930fd92140858f4ad21e593feb057996af9b95 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 16 Jan 2013 00:36:17 -0600 Subject: Convert all usages of flag icons to new sprite This uses a new template tag to avoid repeating construction of the necessary HTML element all over the place. The site should look exactly as it did before, except now you don't have to download 20+ images to see some pages. Signed-off-by: Dan McGee --- templates/public/download.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index 0c96fcef..7de49778 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -2,8 +2,12 @@ {% load cache %} {% load url from future %} {% load static from staticfiles %} +{% load flags %} {% block title %}Arch Linux - Downloads{% endblock %} + +{% block head %}{% endblock %} + {% block navbarclass %}anb-download{% endblock %} {% block content %} @@ -83,7 +87,7 @@
        {% regroup mirror_urls by country as grouped_urls %} {% for country in grouped_urls %} - {% if country.grouper %}
        {{ country.grouper.name }}
        + {% if country.grouper %}
        {% country_flag country.grouper %}{{ country.grouper.name }}
        {% else %}
        Worldwide
        {% endif %}
          {% for mirror_url in country.list %} -- cgit v1.2.3 From 721f092e4a36a58da2f701973521fb087a977693 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 19 Jan 2013 10:36:49 -0600 Subject: Publicize the releases feed Signed-off-by: Dan McGee --- templates/public/download.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index 7de49778..8ddbc23e 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -6,7 +6,10 @@ {% block title %}Arch Linux - Downloads{% endblock %} -{% block head %}{% endblock %} +{% block head %} + + +{% endblock %} {% block navbarclass %}anb-download{% endblock %} -- cgit v1.2.3 From 8cfaa39a0464f7ee35af76473d3e73ae587a6cb8 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 19 Jan 2013 10:55:58 -0600 Subject: Add more metadata to releng Release model Add a file_size field which we will use in the RSS feed, and also add a field for future storage of the torrent data itself. Signed-off-by: Dan McGee --- templates/public/download.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index 8ddbc23e..29490849 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -58,7 +58,9 @@ A web-seed capable client is recommended for fastest download speeds.

          Download torrent for {{ release.version }} - (Magnet)

          + (Magnet) + {% if release.file_size %}({{ release.file_size|filesizeformat }}){% endif %} +

          Netboot

          -- cgit v1.2.3 From a471316a58a9c62b869696fe36d72abcbf9f2ab1 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 28 Jan 2013 14:27:44 -0700 Subject: Use torrent view and checksums where appropriate We no longer need to link externally to these items since we have all the data available in the web application now. Signed-off-by: Dan McGee --- templates/public/download.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index 29490849..f385ea29 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -56,8 +56,8 @@

          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.

          -

          Download torrent for {{ release.version }} +

          Download torrent for {{ release.version }} (Magnet) {% if release.file_size %}({{ release.file_size|filesizeformat }}){% endif %}

          @@ -81,11 +81,9 @@
          • PGP signature
          • -
          • SHA1 checksums
          • -
          • MD5 checksums
          • + title="PGP signature">PGP signature + {% if release.md5_sum %}
          • MD5: {{ release.md5_sum }}
          • {% endif %} + {% if release.sha1_sum %}
          • SHA1: {{ release.sha1_sum }}
          • {% endif %}
          {% cache 600 download-mirrors %} -- cgit v1.2.3 From 6cf98552f1c83d8e4fca1526131febd17045eae7 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 28 Jan 2013 14:48:37 -0700 Subject: Slight reorginization in the download page template Move things up that don't belong to the torrent section; make magnet link more prominent by using a bulleted list. Signed-off-by: Dan McGee --- templates/public/download.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index f385ea29..c68cf66b 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -28,6 +28,7 @@
          • Current Release: {{ release.version }}
          • {% if release.kernel_version %}
          • Included Kernel: {{ release.kernel_version }}
          • {% endif %} + {% if release.file_size %}
          • ISO Size: {{ release.file_size|filesizeformat }}
          • {% endif %}
          • Installation Guide
          • Resources:
              @@ -56,17 +57,21 @@

              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.

              -

              Download torrent for {{ release.version }} - (Magnet) - {% if release.file_size %}({{ release.file_size|filesizeformat }}){% endif %} -

              + +

              Netboot

              If you have a wired connection, you can boot the latest release directly over the network.

              -

              Arch Linux Netboot

              +

              HTTP Direct Downloads

              -- cgit v1.2.3 From 10462425f989dc74653179f0845978a6b5e30045 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 16 Jan 2013 16:10:24 -0600 Subject: Remove {% load url from future %} from templates This is now the default in Django 1.5. Signed-off-by: Dan McGee --- templates/public/download.html | 1 - 1 file changed, 1 deletion(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index c68cf66b..7936efb5 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -1,6 +1,5 @@ {% extends "base.html" %} {% load cache %} -{% load url from future %} {% load static from staticfiles %} {% load flags %} -- cgit v1.2.3 From 9ddee3494f931439e7c47eddee48ec9c6a09e662 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 26 Feb 2013 19:12:42 -0600 Subject: Don't blow up in download template if no releases exist Protect a few more things in {% if %} block logic. Signed-off-by: Dan McGee --- templates/public/download.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index 7936efb5..71da1c17 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -25,7 +25,7 @@ can always be updated with `pacman -Syu`.

                -
              • Current Release: {{ release.version }}
              • + {% if release.version %}
              • Current Release: {{ release.version }}
              • {% endif %} {% if release.kernel_version %}
              • Included Kernel: {{ release.kernel_version }}
              • {% endif %} {% if release.file_size %}
              • ISO Size: {{ release.file_size|filesizeformat }}
              • {% endif %}
              • Installation Guide
              • @@ -57,12 +57,12 @@ download is finished, so you can seed it back to others. A web-seed capable client is recommended for fastest download speeds.

                - {% endif %}

                Netboot

                -- cgit v1.2.3