From fcf5c3aaf087b2131bae34bdb7f1e08b292a0357 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 19 Apr 2013 18:06:13 -0400 Subject: replace a bunch more instances of "Arch" in templates manually --- templates/base.html | 10 +++++----- templates/mirrors/mirrorlist.txt | 2 +- templates/mirrors/mirrorlist_generate.html | 4 ++-- templates/mirrors/mirrorlist_status.txt | 2 +- templates/mirrors/status.html | 2 +- templates/packages/search.html | 2 +- templates/public/index.html | 13 +++++++------ templates/releng/add.html | 4 ++-- 8 files changed, 20 insertions(+), 19 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index fd146460..3eb67c92 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,21 +10,21 @@ - + {% block head %}{% endblock %} diff --git a/templates/mirrors/mirrorlist.txt b/templates/mirrors/mirrorlist.txt index d3dd6e4e..bbe468fc 100644 --- a/templates/mirrors/mirrorlist.txt +++ b/templates/mirrors/mirrorlist.txt @@ -4,7 +4,7 @@ them, sacrifices have to be made. If editing this template, it is easiest to forget about where line breaks are happening until you are done getting the content right, and then go back later to fix it all up. {% endcomment %}{% autoescape off %}## -## Arch Linux repository mirrorlist +## {{ BRANDING_DISTRONAME }} repository mirrorlist ## Generated on {% now "Y-m-d" %} ##{% for mirror_url in mirror_urls %}{% ifchanged %} diff --git a/templates/mirrors/mirrorlist_generate.html b/templates/mirrors/mirrorlist_generate.html index b5fcd329..c68cad6c 100644 --- a/templates/mirrors/mirrorlist_generate.html +++ b/templates/mirrors/mirrorlist_generate.html @@ -7,8 +7,8 @@

Pacman Mirrorlist Generator

-

This page generates the most up-to-date mirrorlist possible for Arch - Linux. The data used here comes straight from the developers' internal +

This page generates the most up-to-date mirrorlist possible for {{ BRANDING_DISTRONAME }}. + The data used here comes straight from the developers' internal mirror database used to track mirror availability and tiering. There are two main options: get a mirrorlist with every available mirror, or get a mirrorlist tailored to your geography.

diff --git a/templates/mirrors/mirrorlist_status.txt b/templates/mirrors/mirrorlist_status.txt index 523794b2..61d0abb1 100644 --- a/templates/mirrors/mirrorlist_status.txt +++ b/templates/mirrors/mirrorlist_status.txt @@ -4,7 +4,7 @@ them, sacrifices have to be made. If editing this template, it is easiest to forget about where line breaks are happening until you are done getting the content right, and then go back later to fix it all up. {% endcomment %}{% autoescape off %}## -## Arch Linux repository mirrorlist +## {{ BRANDING_DISTRONAME }} repository mirrorlist ## Sorted by mirror score from mirror status page ## Generated on {% now "Y-m-d" %} ## diff --git a/templates/mirrors/status.html b/templates/mirrors/status.html index a32e6e37..fbd4d520 100644 --- a/templates/mirrors/status.html +++ b/templates/mirrors/status.html @@ -7,7 +7,7 @@ {% block content %}

Mirror Status

-

This page reports the status of all known, public, and active Arch Linux +

This page reports the status of all known, public, and active {{ BRANDING_DISTRONAME }} mirrors. All data on this page reflects the status of the mirrors within the last {{ cutoff|hours }}. All listed times are UTC. The check script runs on a regular basis and polls for the lastsync file in the root of diff --git a/templates/packages/search.html b/templates/packages/search.html index 71a57072..d4b423d1 100644 --- a/templates/packages/search.html +++ b/templates/packages/search.html @@ -120,7 +120,7 @@ {% endif %}

-

You are browsing the Arch Linux package database. From here you can find +

You are browsing the {{ BRANDING_DISTRONAME }} package database. From here you can find detailed information about packages located in the official supported repositories. For unsupported packages, browse the Arch User Repository (AUR).

diff --git a/templates/public/index.html b/templates/public/index.html index de77b47f..86c0be05 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -4,8 +4,8 @@ {% load static from staticfiles %} {% block head %} - - + + {% endblock %} {% block content_left %} @@ -33,7 +33,7 @@ if you want to learn more about Arch.

Learn more...

+ title="Learn more about {{ BRANDING_DISTRONAME }}">Learn more...