The Blog/News tool should be able to pull in one or several external rss/atom feeds on a regular basis, convert new items' text or html to markdown, and create a regular entry in the tool. The 'feedparser' package should be used for parsing feeds. I don't know offhand what package can be used to convert html to markdown.
For the periodic fetching of rss feeds, the tool should expose a paster command via setup.py. Then we can set up a cron job to run it.
Test with both a twitter rss feed, and a wordpress blog feed. Make sure those work well.
Diff:
Created #48: [4181] Blog tool should be able to pull in rss feeds (2cp)
Diff:
Closed #48 and pushed changes to 42cc_4181
A cron job must be added with the following command to pull the RSS feeds:
This is a new command, so the setup.py egg_info needs to be run.