diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-19 19:11:04 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-19 19:11:04 -0400 |
commit | 4ab05a025f424c0b5ce140ff68182e20595b04a2 (patch) | |
tree | d4f2f44a38b29b4aad7cd5d2427716519adb5967 /templates/public/feeds.html | |
parent | fcf5c3aaf087b2131bae34bdb7f1e08b292a0357 (diff) |
manually replace more instances of the Arch name
Diffstat (limited to 'templates/public/feeds.html')
-rw-r--r-- | templates/public/feeds.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/public/feeds.html b/templates/public/feeds.html index 9f62c4b7..764ebd90 100644 --- a/templates/public/feeds.html +++ b/templates/public/feeds.html @@ -6,14 +6,14 @@ <h2>RSS Feeds</h2> - <p>Several RSS feeds are available for consumption from the Arch website. + <p>Several RSS feeds are available for consumption from the {{ BRANDING_SHORTNAME }} website. The majority of these are package-related and allow feeds to be customized for the updates you care about.</p> <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&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 |