diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2010-11-14 21:38:33 -0800 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2010-11-14 21:38:33 -0800 |
commit | 7e1e0dffaf0584270e652815a0b0ed3f03e32add (patch) | |
tree | 06e21d33965ab42fee32a5facdb6c96282a62c0e /templates/public/download.html | |
parent | fcc6d98bc438ea917c757ee1a565a5dba625f333 (diff) |
Rebranding for Parabola stage 1
Diffstat (limited to 'templates/public/download.html')
-rw-r--r-- | templates/public/download.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index 8bd2e2db..64ee6b5a 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -1,20 +1,20 @@ {% extends "base.html" %} {% load cache %} -{% block title %}Arch Linux - Downloads{% endblock %} +{% block title %}Parabola - Downloads{% endblock %} {% block navbarclass %}anb-download{% endblock %} {% block content %} <div id="arch-downloads" class="box"> - <h2>Arch Linux Downloads</h2> + <h2>Parabola Downloads</h2> {% with "2010.05" as version %} <h3>Release Info</h3> <p>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 + are intended for new installations only; an existing Parabola system can always be updated with `pacman -Syu`.</p> <ul> @@ -23,9 +23,9 @@ <li><strong>Resources:</strong> <ul> <li><a href="https://bugs.archlinux.org/index.php?project=6" - title="Arch Linux Bugtracker:Release Engineering">Bug Tracker</a></li> + title="Parabola Bugtracker:Release Engineering">Bug Tracker</a></li> <li><a href="http://mailman.archlinux.org/mailman/listinfo/arch-releng" - title="Arch Linux Release Engineering mailing list">Mailing List</a></li> + title="Parabola Release Engineering mailing list">Mailing List</a></li> </ul> </li> </ul> @@ -36,7 +36,7 @@ <li><a href="http://www.archlinux.org/iso/{{ version }}/README" title="Official download instructions">Readme and Instructions</a></li> <li><a href="https://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide" - title="Official Installation Guide">Arch Linux Install Guide</a></li> + title="Official Installation Guide">Parabola Install Guide</a></li> </ul> <h3>Existing Arch Users</h3> @@ -96,10 +96,10 @@ </tbody> </table> - <h3>Get Arch Linux on CD</h3> + <h3>Get Parabola on CD</h3> <p>The following suppliers donate a portion of their proceeds to the - Arch Linux project:</p> + Parabola project:</p> <ul id="cd-vendors-donate"> <li><a href="http://www.osdisc.com/cgi-bin/view.cgi/products/linux/arch?affiliate=archlinux" @@ -108,7 +108,7 @@ title="Purchase a CD from Shop Linux Online">Purchase a CD from Shop Linux Online</a></li> </ul> - <p>Arch Linux CDs are also available for purchase from these suppliers:</p> + <p>Parabola CDs are also available for purchase from these suppliers:</p> <ul id="cd-vendors"> <li><a href="http://www.linuxcd.org/view_distro.php?id_distro=48" @@ -162,7 +162,7 @@ </table> {% endcache %} - <p>If you want to become an Official Arch Linux Mirror please follow the + <p>If you want to become an Official Parabola Mirror please follow the instructions listed <a href="https://wiki.archlinux.org/index.php/DeveloperWiki:NewMirrors">here</a>.</p> </div> |