(no title)
Fileformat | 3 months ago
To be extra clear: I want to have <a href="feed.xml">My RSS Feed</a> link on my blog so everyone can find my feed. I also want users who don't know about RSS to see something other than a wall of plain-text XML.
Fileformat | 3 months ago
To be extra clear: I want to have <a href="feed.xml">My RSS Feed</a> link on my blog so everyone can find my feed. I also want users who don't know about RSS to see something other than a wall of plain-text XML.
crazygringo|3 months ago
As I mention in my other comment to you, I don't know why you want an RSS file to be viewable. That's not an expected behavior. RSS is for aggregators to consume, not for viewing.
cxr|3 months ago
> I don't know why you want an RSS file to be viewable.
Well, spend two seconds thinking about it. Or just, like, read what they wrote.
FateOfNations|3 months ago
<link rel="alternate" type="application/rss+xml" title="Blog Posts" href="/feed.xml">
Someone who wants to subscribe can just drop example.com/blog in to the feed reader and it will do the right thing. The "RSS Feed" interactive link then could go to a HTML web page with instructions for subscribing and/or a preview.
cxr|3 months ago
You're moving the goalposts.
Too|3 months ago