A custom property editor to assist editors in validating the URL of a particular RSS Feed and previewing the content of the feed in the umbraco back office before publishing to the outside world. (see screenshots)
Accompanied by a PropertyValueConverter to make the retrieval of the feed content straightforward in your razor views and surface controllers.
V0.2 Release Notes
---------------------------
Fix for preview panel to show raw content of summary of feed items
Add UserAgent to request to feed url (some rss feeds block requests if no UserAgent present)