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

RSS support for the blog #104

Closed
kuchta opened this issue Apr 4, 2024 · 7 comments · Fixed by #124
Closed

RSS support for the blog #104

kuchta opened this issue Apr 4, 2024 · 7 comments · Fixed by #124

Comments

@kuchta
Copy link

kuchta commented Apr 4, 2024

Please add RSS/Atom support so we can follow...

@Boshen
Copy link
Member

Boshen commented May 21, 2024

@kuchta
Copy link
Author

kuchta commented May 21, 2024

Cool, thank you @Boshen 🙏🏻. Link the feed into the page, so that RSS readers could auto-discover them:

<head>
  <link rel="alternate" type="application/rss+xml" href="https://oxc-project.github.io/feeds/blog-en.atom">
</head>

@gBasil
Copy link
Contributor

gBasil commented May 21, 2024

@kuchta That's already implemented, there just isn't a direct, user-visible link on the page, which is what Boshen is referring to.

@kuchta
Copy link
Author

kuchta commented May 21, 2024

@gBasil Is it really needed? Users of RSS are probably used to using just the page URLs, since less than 10% of the pages with RSS have it user-visible somewhere on the page...

@kuchta
Copy link
Author

kuchta commented May 21, 2024

@Boshen JFYI, that title attribute gets ignored by my reader, so it looks like this:

image

@gBasil
Copy link
Contributor

gBasil commented May 21, 2024

@gBasil Is it really needed? Users of RSS are probably used to using just the page URLs, since less than 10% of the pages with RSS have it user-visible somewhere on the page...

I have no idea, I'm not all that knowledgable in the RSS/Atom space.

@Boshen
Copy link
Member

Boshen commented May 22, 2024

Oh cool, I installed a Chrome RSS extension and confirmed everything is working as intended. A dedicated button is not needed. Thank you all for testing!

@Boshen Boshen closed this as completed May 22, 2024
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

Successfully merging a pull request may close this issue.

3 participants