Add a refresh-function (or something similar) to OpenLayers.Layer.GeoRSS.
Such a refresh function should:
1. clear all current features
2. reload the GeoRSS-feed
3. redraw all features.
I've created a patch for this (against SVN revision 4844). The code might need some improvements, since I'm a bit new to OpenLayers. So maybe someone can check...
The patch also adds the properties title, link and description to the data-property of each (GeoRSS-)feature. These properties might be useful, for example when writing the feed's properties to a table.