summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayer Williams <thayerw@gmail.com>2010-03-16 11:23:51 -0700
committerDan McGee <dan@archlinux.org>2010-05-17 15:55:38 -0500
commit67f22221b22a7521719e5dca82403a1a67de80b0 (patch)
tree8b4d14d40e3af18bc5c09259fef235ae7e9cc6d8
parent903c457b2a461c594d9b08adbe882b534794334c (diff)
downloadarchweb-67f22221b22a7521719e5dca82403a1a67de80b0.tar.gz
archweb-67f22221b22a7521719e5dca82403a1a67de80b0.zip
Redesigned feeds page, added additional feeds from sub-sites
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--templates/public/feeds.html124
1 files changed, 98 insertions, 26 deletions
diff --git a/templates/public/feeds.html b/templates/public/feeds.html
index a3502cf5..553aa3e5 100644
--- a/templates/public/feeds.html
+++ b/templates/public/feeds.html
@@ -1,16 +1,29 @@
{% extends "base.html" %}
{% block title %}Arch Linux - RSS Feeds{% endblock %}
+
{% block content %}
-<div class="box">
- <h2 class="title">RSS Feeds</h2>
- <br /><br />
+<div id="rss-feeds" class="box">
+
+ <h2>RSS Feeds</h2>
+
<p>Several RSS feeds are available for consumption from the Arch website.
- The majority of these are package related and allow feeds to be customized
+ The majority of these are package-related and allow feeds to be customized
for the updates you care about.</p>
- <p>Grab the <a href="/feeds/news/">news item feed <img src="/media/rss.png" alt="RSS Feed" /></a>
+
+ <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>If you are interested in
- <a href="/feeds/packages/">all package updates <img src="/media/rss.png" alt="RSS Feed" /></a>,
+
+ <p>The <a href="http://wiki.archlinux.org/index.php?title=Special:RecentChanges&amp;feed=rss"
+ title="ArchWiki Recent Changes feed" class="rss">Arch Wiki: Recent changes feed</a>
+ is also available to track document changes from the <a href="http://wiki.archlinux.org/"
+ title="Arch Wiki community documentation">Arch Wiki</a>.</p>
+
+ <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>,
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
@@ -18,25 +31,84 @@
architecture, there are a variety of feeds you can choose from. Note that
feeds for a specific architecture, such as 'i686', will also include all
package updates for 'any' (architecture-independent) packages.</p>
- <table id="feedlist" class="center">
- <tr>
- <th>Architecture</th>
- <th>All Repos</th>
- {% for repo in repos %}
- <th>{{ repo }}</th>
- {% endfor %}
- </tr>
- {% for arch in arches %}
- <tr>
- <td><strong>{{ arch }}</strong></td>
- <td><a href="/feeds/packages/{{ arch }}/">Feed <img src="/media/rss.png" alt="RSS Feed" /></a></td>
- {% for repo in repos %}
- <td><a href="/feeds/packages/{{ arch }}/{{ repo|lower }}/">Feed <img src="/media/rss.png" alt="RSS Feed" /></a></td>
+
+ <table class="pretty2">
+ <thead>
+ <tr>
+ <th>Architecture</th>
+ <th>All Repos</th>
+ {% for repo in repos %}
+ <th>{{ repo }}</th>
+ {% endfor %}
+ </tr>
+ </thead>
+ <tbody>
+ {% for arch in arches %}
+ <tr>
+ <td><strong>{{ arch }}</strong></td>
+ <td><a href="/feeds/packages/{{ arch }}/" class="rss">Feed</a></td>
+ {% for repo in repos %}
+ <td><a href="/feeds/packages/{{ arch }}/{{ repo|lower }}/" class="rss">Feed</a></td>
+ {% endfor %}
+ </tr>
{% endfor %}
- </tr>
- {% endfor %}
+ </tbody>
</table>
-</div>
-<br /><br />
-{% endblock %}
+ <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>
+
+ <table class="pretty2">
+ <thead>
+ <tr>
+ <th>Project</th>
+ <th>Recently Opened Tasks</th>
+ <th>Recently Edited Tasks</th>
+ <th>Recently Closed Tasks</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>All Projects</td>
+ <td><a href="http://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=99" class="rss">Feed</a></td>
+ <td><a href="http://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=99" class="rss">Feed</a></td>
+ <td><a href="http://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=99" class="rss">Feed</a></td>
+ </tr><tr>
+ <td>Arch Linux</td>
+ <td><a href="http://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=1" class="rss">Feed</a></td>
+ <td><a href="http://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=1" class="rss">Feed</a></td>
+ <td><a href="http://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=1" class="rss">Feed</a></td>
+ </tr><tr>
+ <td>Release Engineering</td>
+ <td><a href="http://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=6" class="rss">Feed</a></td>
+ <td><a href="http://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=6" class="rss">Feed</a></td>
+ <td><a href="http://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=6" class="rss">Feed</a></td>
+ </tr><tr>
+ <td>Pacman Development</td>
+ <td><a href="http://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=3" class="rss">Feed</a></td>
+ <td><a href="http://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=3" class="rss">Feed</a></td>
+ <td><a href="http://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=3" class="rss">Feed</a></td>
+ </tr><tr>
+ <td>Community Packages</td>
+ <td><a href="http://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=5" class="rss">Feed</a></td>
+ <td><a href="http://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=5" class="rss">Feed</a></td>
+ <td><a href="http://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=5" class="rss">Feed</a></td>
+ </tr><tr>
+ <td>AUR</td>
+ <td><a href="http://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=2" class="rss">Feed</a></td>
+ <td><a href="http://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=2" class="rss">Feed</a></td>
+ <td><a href="http://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=2" class="rss">Feed</a></td>
+ </tr>
+ </tbody>
+ </table>
+
+ </div>
+{% endblock %}