summaryrefslogtreecommitdiff
path: root/templates/public
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public')
-rw-r--r--templates/public/about.html18
-rw-r--r--templates/public/art.html18
-rw-r--r--templates/public/blank.html2
-rw-r--r--templates/public/developer_list.html2
-rw-r--r--templates/public/donate.html16
-rw-r--r--templates/public/download.html22
-rw-r--r--templates/public/feeds.html14
-rw-r--r--templates/public/index.html28
-rw-r--r--templates/public/keys.html6
-rw-r--r--templates/public/svn.html4
-rw-r--r--templates/public/userlist.html4
11 files changed, 67 insertions, 67 deletions
diff --git a/templates/public/about.html b/templates/public/about.html
index bf38e8a1..0c4c0d8b 100644
--- a/templates/public/about.html
+++ b/templates/public/about.html
@@ -1,10 +1,10 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - About{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - About{% endblock %}
{% block content %}
<div class="box">
- <h2 class="title">About Arch Linux</h2>
+ <h2 class="title">About {{ BRANDING_DISTRONAME }}</h2>
<p>
-Arch Linux is an independently developed, i686/x86-64 general purpose GNU/Linux
+{{ BRANDING_DISTRONAME }} is an independently developed, i686/x86-64 general purpose GNU/Linux
distribution versatile enough to suit any role. Development focuses on
simplicity, minimalism, and code elegance. Arch is installed as a
minimal base system, configured by the user upon which their own ideal
@@ -15,7 +15,7 @@ simple text files. Arch strives to stay bleeding edge, and typically offers
the latest stable versions of most software.
</p>
<p>
-Arch Linux uses its own Pacman package manager, which couples simple binary
+{{ BRANDING_DISTRONAME }} uses its own Pacman package manager, which couples simple binary
packages with an easy-to-use package build system. This allows users to
easily manage and customize packages ranging from official Arch software to the
user's own personal packages to packages from 3rd party sources. The repository
@@ -27,14 +27,14 @@ contribution.
The minimal Arch base package set resides in the streamlined [core] repository.
In addition, the official [extra], [community], and [testing] repositories
provide several thousand high-quality, packages to meet your software demands.
-Arch also offers an [unsupported] section in the Arch Linux User Repository
+Arch also offers an [unsupported] section in the {{ BRANDING_DISTRONAME }} User Repository
(AUR), which contains over 9,000 build scripts, for compiling installable
-packages from source using the Arch Linux makepkg application.
+packages from source using the {{ BRANDING_DISTRONAME }} makepkg application.
</p>
<p>
-Arch Linux uses a "rolling release" system which allows one-time installation
+{{ BRANDING_DISTRONAME }} uses a "rolling release" system which allows one-time installation
and perpetual software upgrades. It is not generally necessary to reinstall
-or upgrade your Arch Linux system from one "version" to the next.
+or upgrade your {{ BRANDING_DISTRONAME }} system from one "version" to the next.
By issuing one command, an Arch system is kept up-to-date and on the bleeding
edge.
</p>
@@ -45,7 +45,7 @@ compiles and runs correctly with the other packages installed on an up-to-date
Arch system.
</p>
<p>
-To summarize: Arch Linux is a versatile, and simple distribution designed to
+To summarize: {{ BRANDING_DISTRONAME }} is a versatile, and simple distribution designed to
fit the needs of the competent Linux&#0174; user. It is both powerful and easy
to manage, making it an ideal distro for servers and workstations. Take it in
any direction you like. If you share this vision of what a GNU/Linux
diff --git a/templates/public/art.html b/templates/public/art.html
index afab5498..c8a79a03 100644
--- a/templates/public/art.html
+++ b/templates/public/art.html
@@ -1,18 +1,18 @@
{% extends "base.html" %}
{% load static from staticfiles %}
-{% block title %}Arch Linux - Artwork{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - Artwork{% endblock %}
{% block content %}
<div id="artwork" class="box">
- <h2>Arch Linux Logos and Artwork</h2>
+ <h2>{{ BRANDING_DISTRONAME }} Logos and Artwork</h2>
<h3>Logos for Press Usage</h3>
- <p>The following Arch Linux logos are available for press and other use, subject to
- the restrictions of our <a href="https://wiki.archlinux.org/index.php/DeveloperWiki:TrademarkPolicy"
- title="Arch Linux Trademark Policy">trademark policy</a>.</p>
+ <p>The following {{ BRANDING_DISTRONAME }} logos are available for press and other use, subject to
+ the restrictions of our <a href="{% wiki_url 'DeveloperWiki:TrademarkPolicy' %}"
+ title="{{ BRANDING_DISTRONAME }} Trademark Policy">trademark policy</a>.</p>
<p><strong>Two-color standard version</strong><br />
<em>Also available in print-quality
@@ -22,7 +22,7 @@
title="Download scalable SVG format">SVG</a> formats.</em></p>
<img src="{% static "logos/archlinux-logo-dark-90dpi.png" %}"
- alt="Arch Linux PNG logo @ 90dpi" title="Arch Linux PNG logo @ 90dpi" />
+ alt="{{ BRANDING_DISTRONAME }} PNG logo @ 90dpi" title="{{ BRANDING_DISTRONAME }} PNG logo @ 90dpi" />
<p><strong>Two-color inverted version</strong> (for dark backgrounds)<br />
<em>Also available in print-quality
@@ -32,7 +32,7 @@
title="Download scalable SVG format">SVG</a> formats.</em></p>
<img src="{% static "logos/archlinux-logo-light-90dpi.png" %}"
- alt="Arch Linux PNG logo @ 90dpi" title="Arch Linux PNG logo @ 90dpi" class="inverted" />
+ alt="{{ BRANDING_DISTRONAME }} PNG logo @ 90dpi" title="{{ BRANDING_DISTRONAME }} PNG logo @ 90dpi" class="inverted" />
<p><strong>One-color standard version</strong><br />
<em>Also available in print-quality
@@ -42,7 +42,7 @@
title="Download scalable SVG format">SVG</a> formats.</em></p>
<img src="{% static "logos/archlinux-logo-black-90dpi.png" %}"
- alt="Arch Linux PNG logo @ 90dpi" title="Arch Linux PNG logo @ 90dpi" />
+ alt="{{ BRANDING_DISTRONAME }} PNG logo @ 90dpi" title="{{ BRANDING_DISTRONAME }} PNG logo @ 90dpi" />
<p><strong>One-colour inverted version</strong> (for dark backgrounds)<br />
<em>Also available in print-quality
@@ -52,7 +52,7 @@
title="Download scalable SVG format">SVG</a> formats.</em></p>
<img src="{% static "logos/archlinux-logo-white-90dpi.png" %}"
- alt="Arch Linux PNG logo @ 90dpi" title="Arch Linux PNG logo @ 90dpi" class="inverted" />
+ alt="{{ BRANDING_DISTRONAME }} PNG logo @ 90dpi" title="{{ BRANDING_DISTRONAME }} PNG logo @ 90dpi" class="inverted" />
<h3>Logos and Artwork for the Community</h3>
diff --git a/templates/public/blank.html b/templates/public/blank.html
index 2a8c83f4..3bf2cb2b 100644
--- a/templates/public/blank.html
+++ b/templates/public/blank.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Sample Page Title{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - Sample Page Title{% endblock %}
{% block content %}
<div id="sample-page-id" class="box">
diff --git a/templates/public/developer_list.html b/templates/public/developer_list.html
index 954216ce..041780d7 100644
--- a/templates/public/developer_list.html
+++ b/templates/public/developer_list.html
@@ -23,7 +23,7 @@
<meta itemprop="familyName" content="{{ dev.last_name|escape }}"/>
<meta itemprop="jobTitle" content="{{ group.member_title|escape }}"/>
<div style="display:none" itemprop="memberOf" itemscope itemtype="http://schema.org/Organization">
- <meta itemprop="name" content="Arch Linux"/>
+ <meta itemprop="name" content="{{ BRANDING_DISTRONAME }}"/>
</div>
<h3>{{ dev.get_full_name }}{% if prof.latin_name %} ({{ prof.latin_name}}){% endif %}
<a class="headerlink" name="{{ dev.username }}" id="{{ dev.username }}" href="#{{ dev.username }}" title="Permalink">¶</a></h3>
diff --git a/templates/public/donate.html b/templates/public/donate.html
index 301bd1c0..d5e71f57 100644
--- a/templates/public/donate.html
+++ b/templates/public/donate.html
@@ -2,20 +2,20 @@
{% load cache %}
{% load static from staticfiles %}
-{% block title %}Arch Linux - Donate{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - Donate{% endblock %}
{% block content %}
{% cache 600 donations secure %}
<div id="donations" class="box">
- <h2>Donate to Arch Linux</h2>
+ <h2>Donate to {{ BRANDING_DISTRONAME }}</h2>
- <p>Arch Linux survives because of the tireless efforts of many people in
+ <p>{{ BRANDING_DISTRONAME }} survives because of the tireless efforts of many people in
the community and the core development circle. None of us are paid for
our work, and we don't have the personal funds to sustain server costs
ourselves.</p>
- <p>There are many ways to help support Arch Linux. If technical development,
+ <p>There are many ways to help support {{ BRANDING_DISTRONAME }}. If technical development,
documentation, or support aren't your strong points, you could certainly
help us by dropping a few bucks our way.</p>
@@ -23,15 +23,15 @@
<h3>Monetary donations</h3>
- <p>Financial contributions are accepted via <a href="https://co.clickandpledge.com/Default.aspx?WID=47294" title="Donate via Click&amp;Pledge to Arch Linux">Click&amp;Pledge</a>.
- Arch Linux is a member project of the
+ <p>Financial contributions are accepted via <a href="https://co.clickandpledge.com/Default.aspx?WID=47294" title="Donate via Click&amp;Pledge to {{ BRANDING_DISTRONAME }}">Click&amp;Pledge</a>.
+ {{ BRANDING_DISTRONAME }} is a member project of the
<a href="http://www.spi-inc.org/">Software in the Public Interest, Inc.</a>
non-profit corporation. Funds are used for hosting costs, server hardware
upgrades, and more. You are encouraged to learn more about the SPI, as well
as <a href="http://www.spi-inc.org/donations/">how donations work</a>.</p>
<a href="https://co.clickandpledge.com/Default.aspx?WID=47294">
- <img width="210" height="34" src="{% static "click_and_pledge.png" %}" alt="Donate via Click&amp;Pledge to Arch Linux" title="Donate via Click&amp;Pledge to Arch Linux"/>
+ <img width="210" height="34" src="{% static "click_and_pledge.png" %}" alt="Donate via Click&amp;Pledge to {{ BRANDING_DISTRONAME }}" title="Donate via Click&amp;Pledge to {{ BRANDING_DISTRONAME }}"/>
</a>
<h3>Commercial sponsors and contributions</h3>
@@ -44,7 +44,7 @@
title="velocity network"><img width="252" height="58" src="{% static "vnet_button.png" %}" class="sponsor-btn-vnet"
title="" alt="velocity network - it's about time" /></a>
- <p>We would also like to thank Kartenzia for sponsoring a dedicated Arch Linux Server.
+ <p>We would also like to thank Kartenzia for sponsoring a dedicated {{ BRANDING_DISTRONAME }} Server.
Kartenzia.de is a new Start-Up based in Germany and specializes in
eco-friendly invitations like <a href="http://www.kartenzia.de/weihnachtskarten/">Weihnachten</a>.</p>
diff --git a/templates/public/download.html b/templates/public/download.html
index 9116816d..dcf93d70 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -3,11 +3,11 @@
{% load static from staticfiles %}
{% load flags %}
-{% block title %}Arch Linux - Downloads{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - Downloads{% endblock %}
{% block head %}
<link rel="stylesheet" type="text/css" href="{% static "flags/fam.css" %}" media="screen, projection" />
-<link rel="alternate" type="application/rss+xml" title="Arch Linux Releases" href="/feeds/releases/" />
+<link rel="alternate" type="application/rss+xml" title="{{ BRANDING_DISTRONAME }} Releases" href="/feeds/releases/" />
{% endblock %}
{% block navbarclass %}anb-download{% endblock %}
@@ -15,26 +15,26 @@
{% block content %}
<div id="arch-downloads" class="box">
- <h2>Arch Linux Downloads</h2>
+ <h2>{{ BRANDING_DISTRONAME }} Downloads</h2>
<h3>Release Info</h3>
<p>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
+ is intended for new installations only; an existing {{ BRANDING_DISTRONAME }} system
can always be updated with `pacman -Syu`.</p>
<ul>
{% if release.version %}<li><strong>Current Release:</strong> {{ release.version }}</li>{% endif %}
{% if release.kernel_version %}<li><strong>Included Kernel:</strong> {{ release.kernel_version }}</li>{% endif %}
{% if release.torrent_data %}<li><strong>ISO Size:</strong> {{ release.torrent.file_length|filesizeformat }}</li>{% endif %}
- <li><a href="https://wiki.archlinux.org/index.php/Installation_guide">Installation Guide</a></li>
+ <li><a href="{% wiki_url 'Installation_guide' %}">Installation Guide</a></li>
<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>
- <li><a href="https://mailman.archlinux.org/mailman/listinfo/arch-releng"
- title="Arch Linux Release Engineering mailing list">Mailing List</a></li>
+ title="{{ BRANDING_DISTRONAME }} Bugtracker:Release Engineering">Bug Tracker</a></li>
+ <li><a href="{{ MAILMAN_BASE_URL }}/mailman/listinfo/arch-releng"
+ title="{{ BRANDING_DISTRONAME }} Release Engineering mailing list">Mailing List</a></li>
</ul>
</li>
</ul>
@@ -69,7 +69,7 @@
<p>If you have a wired connection, you can boot the latest release directly over the network.</p>
<ul>
<li><a href="{% url 'releng-netboot-info' %}"
- title="Arch Linux Netboot">Arch Linux Netboot</a></li>
+ title="{{ BRANDING_DISTRONAME }} Netboot">{{ BRANDING_DISTRONAME }} Netboot</a></li>
</ul>
<h3>HTTP Direct Downloads</h3>
@@ -106,8 +106,8 @@
</div>
{% endcache %}
- <p>If you want to become an Official Arch Linux Mirror please follow the
- instructions listed <a href="https://wiki.archlinux.org/index.php/DeveloperWiki:NewMirrors">here</a>.</p>
+ <p>If you want to become an Official {{ BRANDING_DISTRONAME }} Mirror please follow the
+ instructions listed <a href="{% wiki_url 'DeveloperWiki:NewMirrors' %}">here</a>.</p>
</div>
{% endblock %}
diff --git a/templates/public/feeds.html b/templates/public/feeds.html
index 5e6fd7c5..e72cf616 100644
--- a/templates/public/feeds.html
+++ b/templates/public/feeds.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - RSS Feeds{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - RSS Feeds{% endblock %}
{% block content %}
<div id="rss-feeds" class="box">
@@ -12,8 +12,8 @@
<h3>News and Activity Feeds</h3>
- <p>Grab the <a href="/feeds/news/" class="rss" title="Arch Linux news feed">news item feed</a>
- to keep up-to-date with the latest news from the Arch Linux development staff.</p>
+ <p>Grab the <a href="/feeds/news/" class="rss" title="{{ BRANDING_DISTRONAME }} news feed">news item feed</a>
+ to keep up-to-date with the latest news from the {{ BRANDING_DISTRONAME }} development staff.</p>
<p>The <a href="https://wiki.archlinux.org/index.php?title=Special:RecentChanges&amp;feed=rss"
title="ArchWiki Recent Changes feed" class="rss">Arch Wiki: Recent changes feed</a>
@@ -23,7 +23,7 @@
<h3>Package Feeds</h3>
<p>If you are interested in <a href="/feeds/packages/" class="rss"
- title="Arch Linux package updates feed">all package updates</a>,
+ title="{{ BRANDING_DISTRONAME }} package updates feed">all package updates</a>,
then grab this feed. Note that when a package is updated for multiple
architectures, you will see each individual update show up here.
Alternatively, you can select a packages feed from the below table that is
@@ -67,13 +67,13 @@
<h3>Release Feed</h3>
- <p>Grab the <a href="/feeds/releases/" class="rss" title="Arch Linux release feed">ISO release feed</a>
+ <p>Grab the <a href="/feeds/releases/" class="rss" title="{{ BRANDING_DISTRONAME }} release feed">ISO release feed</a>
if you want to help seed the ISO release torrents as they come out.</p>
<h3>Development Feeds</h3>
<p>Subscribe to any of the following to track bug tickets and feature
- requests from the <a href="https://bugs.archlinux.org/" title="Arch Linux Bugs">Arch Linux Bugtracker</a>:</p>
+ requests from the <a href="https://bugs.archlinux.org/" title="{{ BRANDING_DISTRONAME }} Bugs">{{ BRANDING_DISTRONAME }} Bugtracker</a>:</p>
<table class="pretty2">
<thead>
@@ -91,7 +91,7 @@
<td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=0" class="rss">Feed</a></td>
<td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=0" class="rss">Feed</a></td>
</tr><tr>
- <td>Arch Linux</td>
+ <td>{{ BRANDING_DISTRONAME }}</td>
<td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=1" class="rss">Feed</a></td>
<td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=1" class="rss">Feed</a></td>
<td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=1" class="rss">Feed</a></td>
diff --git a/templates/public/index.html b/templates/public/index.html
index 2eba1fdb..5c71496d 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -3,8 +3,8 @@
{% load static from staticfiles %}
{% block head %}
-<link rel="alternate" type="application/rss+xml" title="Arch Linux News Updates" href="/feeds/news/" />
-<link rel="alternate" type="application/rss+xml" title="Arch Linux Package Updates" href="/feeds/packages/" />
+<link rel="alternate" type="application/rss+xml" title="{{ BRANDING_DISTRONAME }} News Updates" href="/feeds/news/" />
+<link rel="alternate" type="application/rss+xml" title="{{ BRANDING_DISTRONAME }} Package Updates" href="/feeds/packages/" />
{% endblock %}
{% block content_left %}
@@ -12,7 +12,7 @@
<div id="intro" class="box">
<h2>A simple, lightweight distribution</h2>
- <p>You've reached the website for <strong>Arch Linux</strong>, a
+ <p>You've reached the website for <strong>{{ BRANDING_DISTRONAME }}</strong>, a
lightweight and flexible Linux® distribution that tries to Keep It
Simple.</p>
@@ -25,14 +25,14 @@
<p>Our strong community is diverse and helpful, and we pride ourselves
on the range of skillsets and uses for Arch that stem from it. Please
check out our <a href="https://bbs.archlinux.org/" title="Arch Forums">forums</a>
- and <a href="https://mailman.archlinux.org/mailman/listinfo/"
+ and <a href="{{ MAILMAN_BASE_URL }}/mailman/listinfo/"
title="Arch Mailing Lists">mailing lists</a>
to get your feet wet. Also glance through our <a href="https://wiki.archlinux.org/"
title="Arch Wiki">wiki</a>
if you want to learn more about Arch.</p>
<p class="readmore"><a href="{% url 'page-about' %}"
- title="Learn more about Arch Linux">Learn more...</a></p>
+ title="Learn more about {{ BRANDING_DISTRONAME }}">Learn more...</a></p>
</div>
<div id="news">
@@ -111,25 +111,25 @@
<ul>
<li><a href="https://wiki.archlinux.org/"
title="Community documentation">Wiki</a></li>
- <li><a href="https://wiki.archlinux.org/index.php/Installation_guide"
+ <li><a href="{% wiki_url 'Installation_guide' %}"
title="Installation guide">Installation Guide</a></li>
</ul>
<h4>Community</h4>
<ul>
- <li><a href="https://mailman.archlinux.org/mailman/listinfo/"
+ <li><a href="{{ MAILMAN_BASE_URL }}/mailman/listinfo/"
title="Community and developer mailing lists">Mailing Lists</a></li>
- <li><a href="https://wiki.archlinux.org/index.php/IRC_channels"
+ <li><a href="{% wiki_url 'IRC_channels' %}"
title="Official and regional IRC communities">IRC Channels</a></li>
<li><a href="https://planet.archlinux.org/"
title="Arch in the blogosphere">Planet Arch</a></li>
- <li><a href="https://wiki.archlinux.org/index.php/International_communities"
+ <li><a href="{% wiki_url 'International_communities' %}"
title="Arch communities in your native language">International Communities</a></li>
</ul>
<h4>Support</h4>
<ul>
- <li><a href="{% url 'page-donate' %}" title="Help support Arch Linux">Donate</a></li>
+ <li><a href="{% url 'page-donate' %}" title="Help support {{ BRANDING_DISTRONAME }}">Donate</a></li>
<li><a href="http://schwag.archlinux.ca/"
title="USB keys, jewellery, case badges">Arch Schwag</a></li>
<li><a href="http://www.zazzle.com/archlinux*"
@@ -156,7 +156,7 @@
title="Official Arch projects (git)">Projects in Git</a></li>
<li><a href="{% url 'page-svn' %}"
title="View SVN entries for packages">SVN Repositories</a></li>
- <li><a href="https://wiki.archlinux.org/index.php/DeveloperWiki"
+ <li><a href="{% wiki_url 'DeveloperWiki' %}"
title="Developer Wiki articles">Developer Wiki</a></li>
<li><a href="/groups/"
title="View the available package groups">Package Groups</a></li>
@@ -181,8 +181,8 @@
<h4>More Resources</h4>
<ul>
- <li><a href="https://wiki.archlinux.org/index.php/Arch_Linux_press_coverage"
- title="Arch Linux in the media">Press Coverage</a></li>
+ <li><a href="{% wiki_url 'Arch_Linux_press_coverage' %}"
+ title="{{ BRANDING_DISTRONAME }} in the media">Press Coverage</a></li>
<li><a href="{% url 'page-art' %}" title="Arch logos and other artwork for promotional use">Logos &amp; Artwork</a></li>
<li><a href="{% url 'news-list' %}" title="News Archives">News Archives</a></li>
<li><a href="/feeds/" title="Various RSS Feeds">RSS Feeds</a></li>
@@ -191,7 +191,7 @@
<div id="home-donate-button" class="widget">
<a href="https://co.clickandpledge.com/Default.aspx?WID=47294">
- <img width="210" height="34" src="{% static "click_and_pledge.png" %}" alt="Donate via Click&amp;Pledge to Arch Linux" title="Donate via Click&amp;Pledge to Arch Linux"/>
+ <img width="210" height="34" src="{% static "click_and_pledge.png" %}" alt="Donate via Click&amp;Pledge to {{ BRANDING_DISTRONAME }}" title="Donate via Click&amp;Pledge to {{ BRANDING_DISTRONAME }}"/>
</a>
</div>
diff --git a/templates/public/keys.html b/templates/public/keys.html
index 37d5b232..856c6582 100644
--- a/templates/public/keys.html
+++ b/templates/public/keys.html
@@ -2,13 +2,13 @@
{% load static from staticfiles %}
{% load pgp %}
-{% block title %}Arch Linux - Master Signing Keys{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - Master Signing Keys{% endblock %}
{% block content %}
<div id="signing-keys" class="box">
<h2>Master Signing Keys</h2>
- <p>This page lists the Arch Linux Master Keys. This is a distributed set of
+ <p>This page lists the {{ BRANDING_DISTRONAME }} Master Keys. This is a distributed set of
keys that are seen as "official" signing keys of the distribution. Each key
is held by a different developer, and a revocation certificate for the key
is held by a different developer. Thus, no one developer has absolute hold
@@ -63,7 +63,7 @@
personal key of the developer is signed by the given master key. A 'No'
indicates it has not been signed; however, this does not necessarily mean
the key should not be trusted.</p>
- <p>All official Arch Linux developers and trusted users should have their
+ <p>All official {{ BRANDING_DISTRONAME }} developers and trusted users should have their
key signed by at least three master keys if they are responsible for
packaging software in the repositories. This is in accordance with the PGP
<em>web of trust</em> concept. If a user is willing to marginally trust all
diff --git a/templates/public/svn.html b/templates/public/svn.html
index 0d067098..020a00bf 100644
--- a/templates/public/svn.html
+++ b/templates/public/svn.html
@@ -1,11 +1,11 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - SVN{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - SVN{% endblock %}
{% block content %}
<div class="box">
<h2 class="title">SVN Repositories</h2>
<p>
The PKGBUILD files can be fetched via the ABS utility. To learn more
- about ABS, see <a href="https://wiki.archlinux.org/index.php/ABS">the ABS wiki page</a>.
+ about ABS, see <a href="{% wiki_url 'ABS' %}">the ABS wiki page</a>.
</p>
<p>The SVN repositories have been cloned into git repositories and can be
viewed via the cgit interface.
diff --git a/templates/public/userlist.html b/templates/public/userlist.html
index b49c5de2..dffd0a17 100644
--- a/templates/public/userlist.html
+++ b/templates/public/userlist.html
@@ -2,14 +2,14 @@
{% load static from staticfiles %}
{% load cache %}
-{% block title %}Arch Linux - {{ group.name }}{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - {{ group.name }}{% endblock %}
{% block head %}<link rel="stylesheet" type="text/css" href="{% static "flags/fam.css" %}" media="screen, projection" />{% endblock %}
{% block content %}
{% cache 600 dev-tu-profiles group.name %}
<div id="dev-tu-profiles" class="box">
- <h2>Arch Linux {{ group.name }}</h2>
+ <h2>{{ BRANDING_DISTRONAME }} {{ group.name }}</h2>
<p>{{ group.description }}</p>