From f445754db57f37dcb1821a9330aa238632457146 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 7 Feb 2010 09:13:07 -0600 Subject: Make the feeds overview page suck less There was way too much going on there before and it wasn't laid out that well. This should be a ton better. Signed-off-by: Dan McGee --- templates/public/feeds.html | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) (limited to 'templates') diff --git a/templates/public/feeds.html b/templates/public/feeds.html index a63c9ea..a3502cf 100644 --- a/templates/public/feeds.html +++ b/templates/public/feeds.html @@ -7,18 +7,33 @@

Several RSS feeds are available for consumption from the Arch website. The majority of these are package related and allow feeds to be customized for the updates you care about.

- - - - - +

Grab the news item feed RSS Feed + to keep up-to-date with the latest news from the Arch Linux development staff.

+

If you are interested in + all package updates RSS Feed, + 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 + more tailored to your specific needs. If you are only interested in one + 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.

+
News items feedFeed RSS Feed
Packages feed for all architectures, all repositoriesFeed RSS Feed
+ + + + {% for repo in repos %} + + {% endfor %} + {% for arch in arches %} - - - {% for repo in repos %} - - - {% endfor %} + + + + {% for repo in repos %} + + {% endfor %} + {% endfor %}
ArchitectureAll Repos{{ repo }}
Packages feed for architecture {{ arch }}, all repositoriesFeed RSS Feed
Packages feed for architecture {{ arch }}, repository {{ repo }}Feed RSS Feed
{{ arch }}Feed RSS FeedFeed RSS Feed
-- cgit v1.2.3-24-g4f1b