With some custom code I have been able to add a rss feed onto my map. Basically, all news items are added country wise rather then at exact Lat Lon locations. This is because Metacarta and geonames fail to find the exact locations of most of the rss feed i am using.
Anyway with my own lookup data, i am able to add lat lon for each news item based on country centroid. Hence clicking on a country returns all news items for that particular country. All works fine..
however now there is a requirement to keep a history of all rss feed for upto a week, what options do i have? The rss feed i am using changes daily and i need to keep all the rss feed data for about 1 week that should be retrievable when required.
Any ideas on how to achieve this? Would storing the a full week rss feed xml files work, is it possible? and then providing a drop down menu for each date.
Any ideas??
Thanks