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

Implement Feed Discovery. #54

Open
kevincox opened this issue May 14, 2022 · 0 comments
Open

Implement Feed Discovery. #54

kevincox opened this issue May 14, 2022 · 0 comments

Comments

@kevincox
Copy link

Feed URLs are often a bit of a burden for many users to find. Feed discovery makes this easier for users and search engines to find feeds.

Pasting a URL with discovery links should auto-discover the feed. For example https://kevincox.ca should notice the <link href=feed.atom rel=alternate title="Blog Posts" type=application/atom+xml> link in the HTML and automatically select that (or ask the user to choose if there are multiple options.

Links can also appear in the HTTP Link header. For example Link: /feed.atom; rel="alternate"; type="application/atom+xml" (and there may be multiple link headers and multiple links in each one).

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

No branches or pull requests

1 participant