[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [syndication] Re: About.com have rss 1.0 feeds for every expert
They can use:
application/rss+xml
As in using this inside the HTML page source:
<html><head>
<link rel="alternate" type="application/rss+xml" title="RSS"
href=http://url-of-the-rss-file />
</head>
That's the most common form. Yes, it's not 'MIME type official' but let's not
have that argument again...
-Bill Kearney
----- Original Message -----
From: "Doug" <doug.ransom@alumni.uvic.ca>
To: <syndication@yahoogroups.com>
Sent: Friday, July 04, 2003 2:48 PM
Subject: [syndication] Re: About.com have rss 1.0 feeds for every expert
> They added the orange button for every page now. Very nice.
>
> They are serving RSS content as text/plain, it should probably
> something else (I can't recall the correct type for RSS 1.0). Adding
> a link tag to the HTML page would be the final polish. I hope they
> continue making improvements.