Thursday, October 22, 2009

Wish List Item - Selective RSS Read and Publish System

An asp.net control that reads RSS feeds and displays them to content manager. The content manager can check off the items in the feed that are acceptable for their website and only those will be displayed on their website.

Tha admin side:
Something like an XMLDataSource, XSLT to make it pretty, a DataGridView. Extra column in the Gridview for "publish to site" checkbox.

"publish to site" dumps the details of the RSS item into a DB with linq and adds and expiration date and time (configurable by the user).

The public side:
All the items in the DB are published in a data list until their expiration date passes and then they are deleted.

If anyone has it or knows where to get it please let me know. If not I might post it here someday.