|
|
|
|
|
by loup-vaillant
1963 days ago
|
|
My web site has this: <html>
<head>
<link rel="alternate" type="application/atom+xml" href="/updates.xml">
...
Unless I screwed something up, it used to be the standard way to tell browsers where the RSS feed for this particular web page are. Back then it was very easy to use, even for Grandma™: just click on the standard RSS icon in your browser, next to the URL bar, and there's your feed. That was your subscribe button.Then browsers stopped working. No more RSS icon, at least by default. I had to add an explicit <a/> link at the bottom of the page, which when cliked on shows an ugly rendition of plaintext XML. |
|