Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Viewing raw RSS feed?

Tags:

xml

rss

wordpress

I use WordPress for several websites. I want to customize one of the RSS feeds and create a template for the outputted data but everytime I click on the feed link (myurl.com/feed) it takes me to a Google page to add it to my Google Reader. I use Google Reader and normally want everything else to default to that, but how can I override it this one time so I can see the raw xml/rss feed? Thanks.

like image 607
RodeoRamsey Avatar asked Jul 29 '10 15:07

RodeoRamsey


2 Answers

The best way to view raw RSS is with CURL over the command line. Browsers can alter the source (firefox in particular) when showing it to you so the best thing is to get it unfiltered from curl.

like image 163
Gipetto Avatar answered Oct 13 '22 01:10

Gipetto


A solution that doesn't require using different browsers:

In Firefox preferences, select Applications and search for "Web Feeds." Changing the action to "Preview in Firefox" allows Firefox to load the feed itself, instead of google reader. It has a "gussied up" display of the feed in the browser, but you can also view the source to see the actual text of the feed.

like image 34
dburke Avatar answered Oct 13 '22 01:10

dburke