HOWTO 
=====

This is a very simple implemetation of a Turbogears Widget.
It uses Mark Pilgrim's Universal Feed Parser (http://www.feedparser.org/)

There are only a few files in this package:

/demo_rss (your app directory)
	/README (this file)
	/controller.py (example controller)
	/rsswidget.py ( the TG widget)
	/templates
		  /feed.py (simple helper to get the parsed feeds)
		  /frontpage.kid ( sample page using the widget)



If you need more help or/and have any suggestions please email me

Bogdan Hlevca (bogdan@hlevca.com)


Changelog

* 17 September, 2007
    Added exception handling for bad feeds