#!/usr/bin/python -OO __revision__ = '$Revision: 1.3 $' # $Source: /var/cvsroot/gentoo/src/packages/genrsslist.py,v $ import config FEHOME = config.FEHOME print """

packages.gentoo.org RSS Feeds

packages.gentoo.org provides the following RSS feeds. Note that some feed readers may have problems with the embedded HTML feeds.


""" % vars() for arch in config.ARCHLIST: print """ """ % vars() print "
PlatformBranchFormatURL
All N/A HTML %(FEHOME)sgentoo.rss
plain %(FEHOME)sgentoo_simple.rss
%(arch)s All HTML %(FEHOME)sarchs/%(arch)s/gentoo.rss
plain %(FEHOME)sarchs/%(arch)s/gentoo_simple.rss
stable HTML %(FEHOME)sarchs/%(arch)s/stable/gentoo.rss
plain %(FEHOME)sarchs/%(arch)s/stable/gentoo_simple.rss
testing HTML %(FEHOME)sarchs/%(arch)s/testing/gentoo.rss
plain %(FEHOME)sarchs/%(arch)s/testing/gentoo_simple.rss
"