3

I found out that Google has a Security Blog and I would like to add the RSS Feed to the list of my favourite RSS feed on Thunderbird:

enter image description here

Unfortunately feedburner.com offers a strange list of RSS feed: My Yahoo, freedly, netvibes, SubToMe, RSSOwl, NewsFire, etc... None of those look like a raw XML feed to me.

enter image description here

I see someone already faced this problem here https://stackoverflow.com/questions/4687042/getting-raw-xml-data-from-a-feedburner-rss-feed . The hack

view-source:http://feeds.feedburner.com/GoogleOnlineSecurityBlog

truly shows an XML page but I cannot paste it to Thunderbird.

Why an old and basic technology like the RSS feed have to become so complicated? And is there any solution to this problem?

Is feedburner.com actively denying users to extrapolate the raw XML feed for some purpose? I don't get it.

1 Answers1

6

The URL you link to (http://feeds.feedburner.com/GoogleOnlineSecurityBlog) is RSS (well, it is Atom, which is nicer and Feed Readers cope just as well with).

That is why you see XML source code when you prefix it with view-source:.

It just has a style sheet so that if you visit it with a web browser, the data is presented in a readable format instead of an XML tree.

Just enter that URL (without view-source:) into Thunderbird.

grawity
  • 501,077
Quentin
  • 1,724