Last modified: 2013-02-06 16:08:46 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T15955, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 13955 - Include HTML meta tags for pages' Atom/RSS feeds in article view mode
Include HTML meta tags for pages' Atom/RSS feeds in article view mode
Status: NEW
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.21.x
All All
: Low normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
http://en.wikipedia.org/wiki/Web_feed
:
Depends on:
Blocks: feeds
  Show dependency treegraph
 
Reported: 2008-05-05 09:13 UTC by Melancholie
Modified: 2013-02-06 16:08 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Melancholie 2008-05-05 09:13:30 UTC
http://en.wikipedia.org/wiki/Web_feed?action=history is offering 4 web feeds, Atom/RSS for RecentChanges and Atom/RSS for the page's feed.

On [[Web_feed]] (wgAction = "view") the page's feeds are missing. Most people do not want to watch the rapidly changing RecentChanges, but only one or two articles of their own. Either both feed groups should be shown here, too; or just the page's feeds!
Comment 1 Andre Klapper 2013-01-29 21:12:50 UTC
Hi Melancholie! Sorry that nobody has taken a look at this report yet and given feedback.

It took me a while to get an idea what exactly is requested here, so I'll try to summarize with my words:

http://en.wikipedia.org/wiki/Web_feed?action=history on the left (under "Toolbox") nowadays only offers "Atom", linking to 
http://en.wikipedia.org/w/index.php?title=Web_feed&feed=atom&action=history

There is no such link on the left for https://en.wikipedia.org/wiki/Web_feed .
Taking a look at the HTML for that page, there is the line
<link rel="alternate" type="application/atom+xml" title="Wikipedia Atom feed" href="/w/index.php?title=Special:RecentChanges&amp;feed=atom" />

I guess the request here that this link should not point to the generic "Special:RecentChanges" but to the specific feed for this page's history only.
Comment 2 Waldir 2013-01-29 23:05:24 UTC
(In reply to comment #1)
 
> http://en.wikipedia.org/wiki/Web_feed?action=history on the left (under
> "Toolbox") nowadays only offers "Atom",
Indeed, it seems RSS support has been dropped. I believe it used to be available as well in the past.

> linking to 
> http://en.wikipedia.org/w/index.php?title=Web_feed&feed=atom&action=history
Well, there are actually two feeds; the "Wikipedia atom feed" is also present, just not visible in the page as a link.

> There is no such link on the left for https://en.wikipedia.org/wiki/Web_feed
> Taking a look at the HTML for that page, there is the line
> <link rel="alternate" type="application/atom+xml" title="Wikipedia Atom feed"
> href="/w/index.php?title=Special:RecentChanges&amp;feed=atom" />
It is not necessary to actually look at the source code of the page. A browser that supports native feed detection (Firefox does, Chrome doesn't) will light up the feed button that will display a feed subscription page if clicked on. If there is more than one feed (as is the case of the history view), clicking the button will show a dropdown box with all available feeds.

> I guess the request here that this link should not point to the generic
> "Special:RecentChanges" but to the specific feed for this page's history
> only.
As I see it, the request is to enable the page-specific feed on action=view, not necessarily as a visible link (though that would make sense). Removing the site-wide feed is a parallel request, and I agree with it as well: it should only be present in Special:RecentChanges and the main page (in addition to the page history feed, in the latter case).
Comment 3 Bawolff (Brian Wolff) 2013-02-06 16:08:46 UTC
(In reply to comment #2)
> (In reply to comment #1)
> 
> > http://en.wikipedia.org/wiki/Web_feed?action=history on the left (under
> > "Toolbox") nowadays only offers "Atom",
> Indeed, it seems RSS support has been dropped. I believe it used to be
> available as well in the past.

And it still is supported (you can manually make the url yourself), just not <link>'d since 1.16. Atom is a much better format than RSS, and pretty much all modern feed reader agents support both. Advertising both formats usually results in two choices for "live bookmark" type features, which is confusing to the user. This is configurable via $wgAdvertisedFeedTypes


> As I see it, the request is to enable the page-specific feed on action=view,
> not necessarily as a visible link (though that would make sense). Removing
> the
> site-wide feed is a parallel request, and I agree with it as well: it should
> only be present in Special:RecentChanges and the main page (in addition to
> the
> page history feed, in the latter case).

I'm not sure how good an idea to remove the site-wide RC feed is (It feels like one should be able to set $wgOverrideSiteFeed to some special value in order to accomplish this [you can't currently]).

Some wikis might not want the history page feeds to be on view actions (for example Wikinews, since they probably want to push its RSS feed of latest articles), but they are probably few and far between (and I could be wrong about how wikinews would feel)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links