资 源 简 介
planet-web2py is a feed aggregator writen in Python using the web2py web development framework.
Basic features:
* Fetch and parses feeds (Mark Pilgrim"s using FeedParser)
* Store feeds entries in the database
* Generate a aggregated page
* Provide his own new feed (rss2 by now)
The idea is to keep it as simple as possible, easy to install and use.
This application relies on web2py included facilities:
* appadmin web interface to add/remove feeds
* web2py cron service to refresh entries
* cache to speed-up page access
* contibs modules (feedparse, rss2)