From 67f22221b22a7521719e5dca82403a1a67de80b0 Mon Sep 17 00:00:00 2001 From: Thayer Williams Date: Tue, 16 Mar 2010 11:23:51 -0700 Subject: Redesigned feeds page, added additional feeds from sub-sites Signed-off-by: Dan McGee --- templates/public/feeds.html | 124 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 98 insertions(+), 26 deletions(-) (limited to 'templates/public/feeds.html') diff --git a/templates/public/feeds.html b/templates/public/feeds.html index a3502cf..553aa3e 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 %} -
-

RSS Feeds

-

+
+ +

RSS Feeds

+

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.

-

Grab the news item feed RSS Feed + +

News and Activity Feeds

+ +

Grab the news item 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, + +

The Arch Wiki: Recent changes feed + is also available to track document changes from the Arch Wiki.

+ +

Package Feeds

+ +

If you are interested in all package updates, 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.

- - - - - {% for repo in repos %} - - {% endfor %} - - {% for arch in arches %} - - - - {% for repo in repos %} - + +
ArchitectureAll Repos{{ repo }}
{{ arch }}Feed RSS FeedFeed RSS Feed
+ + + + + {% for repo in repos %} + + {% endfor %} + + + + {% for arch in arches %} + + + + {% for repo in repos %} + + {% endfor %} + {% endfor %} - - {% endfor %} +
ArchitectureAll Repos{{ repo }}
{{ arch }}FeedFeed
-
-

-{% endblock %} +

A Newest Packages feed is also available from + the Arch User + Repository (AUR).

+ +

Development Feeds

+ +

Subscribe to any of the following to track bug tickets and feature + requests from the Arch Linux Bugtracker:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProjectRecently Opened TasksRecently Edited TasksRecently Closed Tasks
All ProjectsFeedFeedFeed
Arch LinuxFeedFeedFeed
Release EngineeringFeedFeedFeed
Pacman DevelopmentFeedFeedFeed
Community PackagesFeedFeedFeed
AURFeedFeedFeed
+ +
+{% endblock %} -- cgit v1.2.3-24-g4f1b