Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to add a feed by linking to a page on a site, rather than to the feed itself #276

Open
iandioch opened this issue Apr 30, 2016 · 0 comments

Comments

@iandioch
Copy link
Member

iandioch commented Apr 30, 2016

Whenever a site offers a feed of a given page or section, it often links it in the head of the HTML.

For example, HackerNews has the following:

<link rel="alternate" type="application/rss+xml" title="RSS" href="rss">

matt.might.net has the exact same structure on his blog page:

<link rel="alternate" type="application/rss+xml" title="RSS" href="rss">

This is quite widespread and seems to be fairly standardised, although I haven't found the standard itself yet. It is how I find a site's feed in many cases anyway.

It would be great if we allowed a user to paste the URL of the site they want to follow, and automatically look for a feed, rather than forcing them to; it could make the site much more user friendly. It could also connect with #274 in cases where it cannot find a feed.

EDIT: Note that the tool would need to handle relative URLs, as seen in the examples above. Also, I'm pretty sure I've seen Atom feeds linked like this, and not just RSS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant