This looks very interesting. Perhaps having opml import would help as folks often want to have multiple feed to read. Opml should have categories with feeds within a category. when the user clicks a feed in the UI, you fetch as you do now. You could have the left pane the feed list and then when one is clicked switch to current display. use a key to flip back to the list of feeds.
also, if a user clicks a category you fetch all the feeds in the category. in the display you put a bold line with the feed name, between articles on each feed.
This looks very interesting. Perhaps having opml import would help as folks often want to have multiple feed to read. Opml should have categories with feeds within a category. when the user clicks a feed in the UI, you fetch as you do now. You could have the left pane the feed list and then when one is clicked switch to current display. use a key to flip back to the list of feeds.
also, if a user clicks a category you fetch all the feeds in the category. in the display you put a bold line with the feed name, between articles on each feed.