show/hide this revision's text 2 added 114 characters in body

You can do it server-side, by fetching the feed, parsing it yourself and outputting whichever you'd like. This can be done using XSLT, or if you really want to go crazyhave some fun, you could read the file in, process it in your dev language of choice (MagpieRSS is good for this in PHP), and treat it the same way you would db regular site content.

Alternatively, you can do it client-side with some javascript - you can even get Google gadgets to do all of the work for you!

show/hide this revision's text 1

You can do it server-side, by fetching the feed, parsing it yourself and outputting whichever you'd like. This can be done using XSLT, or if you really want to go crazy, you could read the file in, process it in your dev language of choice, and treat it the same way you would db content.

Alternatively, you can do it client-side with some javascript - you can even get Google gadgets to do all of the work for you!