summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-05-25 14:24:26 -0500
committerDan McGee <dan@archlinux.org>2010-05-25 14:25:05 -0500
commitda67c4a736c79926abc8b3ae70272ea880567c7c (patch)
treefcc6ad39168c3e6cbbe91a28cbc4b92368bfb379
parente817efad53bc075ca94e6effd6eb3b6c838e2e63 (diff)
Fix some link title issues
We can't wrap inside the title attribute on links, so fix all the places where this was happening. The following command helped: $ grep -R --color 'title="[^"]*$' templates/ Signed-off-by: Dan McGee <dan@archlinux.org>
-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 19a4b2bc..192dce82 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 553aa3e5..0df6019c 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 09239bde..ef45e9d4 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>