{% extends "base.html" %}{% load wiki %} {% block title %}{{ BRANDING_DISTRONAME }} - RSS Feeds{% endblock %} {% block content %}

RSS Feeds

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

News and Activity Feeds

Grab the news item feed to keep up-to-date with the latest news from the {{ BRANDING_DISTRONAME }} development staff.

The {{ BRANDING_WIKINAME }}: Recent changes feed is also available to track document changes from the {{ BRANDING_WIKINAME }}.

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 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.

{% for repo in repos %} {% endfor %} {% for arch in arches %} {% for repo in repos %} {% endfor %} {% endfor %}
Architecture All Repos{{ repo }}
{{ arch }} FeedFeed

Development Feeds

Subscribe to any of the following to track bug tickets and feature requests from the {{BRANDING_DISTRONAME}} Bugtracker:

Project Activity Issues News
All Projects Feed Feed Feed
Art4Parabola Feed Feed Feed
Documentation Feed Feed Feed
Installation media (i686 and x86_64) Feed Feed Feed
Libretools Feed Feed Feed
Packages (i686 and x86_64) Feed Feed Feed
Ports Feed Feed Feed
Port: Loongson 2F (mips64el) Feed Feed Feed
Servers Feed Feed Feed
{% endblock %}