Hi,
We want to add a feeds reader web part to our ASP.NET 2.0 site using personalization/profiles. I was wondering if there might already exist a web part that we can use/start from... I don't think we could use sharepoint web parts, do we? Should work for both ATOM 1 and RSS 2.
We want some functionality like this (ofcourse not all necessary but I hope to find a close match):
Web part has two modes, reader mode and edit mode
In reader mode the following actions can be done:
In edit mode the following actions can be done:
Number of items displayed can be changed here
Refresh rate (Y minutes) can be set
User can switch the display: Either title only is shown or title with short summary...
Feeds can be added manually by entering the url
User can upload an OPML file to import
Registered feeds can be downloaded as an OPML file
If nothing usable exists, I would like business logic for parsing/generating RSS, ATOM and OPML formats...
Thanks in advance...