summaryrefslogtreecommitdiff
path: root/templates/public/feeds.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public/feeds.html')
-rw-r--r--templates/public/feeds.html14
1 files changed, 7 insertions, 7 deletions
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>