< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] Broken Atom/RSS feed links on resiprocate.org


On 2009, Sep 23, at 09:38, Dmitry Semyonov wrote:
Could anybody fix $subj? I mean the links that browsers use to automatically display feed icon in the address bar. Currently, Firefox returns error containing the following link while trying to subscribe to Atom feed:
feed://http//www.resiprocate.org/index.php?title=Special:RecentChanges&feed=atom

Where are you finding such a link?

When I view-source on the Main_Page, I see the following:

<link rel="alternate" type="application/rss+xml" title="reSIProcate RSS Feed" href="http://www.resiprocate.org/index.php?title=Special:RecentChanges&amp;feed=rss " /> <link rel="alternate" type="application/atom+xml" title="reSIProcate Atom Feed" href="http://www.resiprocate.org/index.php?title=Special:RecentChanges&amp;feed=atom " />


Which are what FireFox uses to know it should display the feed icon in the address bar and selecting them on mine shows exactly what I'm seeing in the transferred HTML, and it's just like what you say it should look like below:


Apparently the link should look like:
http://www.resiprocate.org/index.php?title=Special:RecentChanges&feed=atom


Regarding personal preferences:

But I find the following one more useful:
http://www.resiprocate.org/index.php?title=Special:RecentChanges&feed=atom&hideminor=1&days=90

Thank you for showing how to add some of the search tweaks to the feed URL. It's now in the mail archive should others be doing searches to do likewise so they can tweak their RSS subscription similarly.


-philip