#!/usr/bin/python -OO import config FEHOME = config.FEHOME print """

Fresh Ebuilds RSS Feeds

Fresh Ebuilds 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
"