clipped from: www.ghacks.net   

Create RSS Feeds for sites that have none


I’m using a service called Feedity to create custom RSS feeds for websites that offer none. I suppose the best way to explain how this service works is by providing an example. I have selected the latest software releases from Betanews as the example. No feed is offered for this section which displays a list of the latest updated applications.


We have to take a look at the source code of the Betanews website to find out where the releases begin and where they end. This will be the section that is observed in the feed. The feed will be updated whenever something changes in this block.


The important aspect is to find unique start and end blocks. that enclose the area that you want in the RSS feed.