Problem:
Given a URL find out the location of the RSS feed and show the corresponding posts.
Bonus: Provide context by finding related posts to a term / given query
Steps:
1. Find the various feeds from the URL using a parser or a similar web service
2. Taking the [...]