I am looking for a site that re-publishes rss feeds. My project will pull feeds from loads of different sites but due to server firewall issues I can't hit all of the sites from my server. Is there a third party site that I can hit that will just re-publish the feed so I can scrape it?
Can't you build a WSDL/XML interface and receive them pushed rather than pulled? That might trick firewalls. The you'd just need feed gatherers on a couple domains pushing them to the master.
Not sure. Basically I will be having a system where users can submit their feeds to my site and I will parse and display the contents. I will probably cache them and update every few hours or so. Normally I just manually whitelist sites I need to fopen but with this system thats not going to be possible.