summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/packages/details.html10
-rw-r--r--templates/public/feeds.html11
-rw-r--r--templates/public/index.html4
3 files changed, 9 insertions, 16 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index 19a4b2b..192dce8 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -9,13 +9,9 @@
<div id="actionlist" class="listing">
<ul class="small">
- <li><a href="{{ pkg.get_arch_svn_link }}" title="View PKGBUILD
- files for {{ pkg.pkgname }} in the {{pkg.repo|lower}}-{{pkg.arch}}
- subversion branch">SVN Entries ({{pkg.repo|lower}}-{{pkg.arch}})</a></li>
- <li><a href="{{ pkg.get_trunk_svn_link }}" title="View PKGBUILD
- files for {{ pkg.pkgname }} in the subversion trunk">SVN Entries (trunk)</a></li>
- <li><a href="{{ pkg.get_bugs_link }}" title="View existing bug
- tickets for {{ pkg.pkgname }}">Bug Reports</a></li>
+ <li><a href="{{ pkg.get_arch_svn_link }}" title="View SVN entries in the {{pkg.repo|lower}}-{{pkg.arch}} branch">SVN Entries ({{pkg.repo|lower}}-{{pkg.arch}})</a></li>
+ <li><a href="{{ pkg.get_trunk_svn_link }}" title="View SVN entries on trunk">SVN Entries (trunk)</a></li>
+ <li><a href="{{ pkg.get_bugs_link }}" title="View existing bug tickets for {{ pkg.pkgname }}">Bug Reports</a></li>
<li>
{% if pkg.needupdate %}
<span class="flagged">This package has been flagged out-of-date</span>
diff --git a/templates/public/feeds.html b/templates/public/feeds.html
index 553aa3e..0df6019 100644
--- a/templates/public/feeds.html
+++ b/templates/public/feeds.html
@@ -23,7 +23,7 @@
<h3>Package Feeds</h3>
<p>If you are interested in <a href="/feeds/packages/" class="rss"
- title="Arch Linux all package update feed">all package updates</a>,
+ title="Arch Linux 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
@@ -55,16 +55,13 @@
</tbody>
</table>
- <p>A <a href="http://aur.archlinux.org/rss.php" class="rss" title="AUR
- newest packages feed">Newest Packages feed</a> is also available from
- the <a href="http://aur.archlinux.org/" title="AUR Homepage">Arch User
- Repository (AUR)</a>.</p>
+ <p>A <a href="http://aur.archlinux.org/rss.php" class="rss" title="AUR newest packages feed">newest packages feed</a>
+ is also available from the <a href="http://aur.archlinux.org/" title="AUR Homepage">Arch User Repository (AUR)</a>.</p>
<h3>Development Feeds</h3>
<p>Subscribe to any of the following to track bug tickets and feature
- requests from the <a href="http://bugs.archlinux.org/" title="Arch Linux
- Bugs">Arch Linux Bugtracker</a>:</p>
+ requests from the <a href="http://bugs.archlinux.org/" title="Arch Linux Bugs">Arch Linux Bugtracker</a>:</p>
<table class="pretty2">
<thead>
diff --git a/templates/public/index.html b/templates/public/index.html
index 09239bd..ef45e9d 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -37,7 +37,7 @@
<h3>Latest News <span class="more">(<a href="{% url news-list %}"
title="Browse the news archives">more</a>)</span></h3>
- <a href="/feeds/news/" title="Arch News RSS Feeds"
+ <a href="/feeds/news/" title="Arch News RSS Feed"
class="rss-icon"><img src="/media/rss.png" alt="RSS Feed" /></a>
{% for news in news_updates %}
@@ -67,7 +67,7 @@
<h3>Recent Updates <span class="more">(<a href="/packages/?sort=-last_update"
title="Browse all of the latest packages">more</a>)</span></h3>
- <a href="/feeds/packages/" title="Arch Package Updates RSS Feeds"
+ <a href="/feeds/packages/" title="Arch Package Updates RSS Feed"
class="rss-icon"><img src="/media/rss.png" alt="RSS Feed" /></a>
<table>