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

feature request: rss feed #4

Open
sls opened this issue Aug 1, 2024 · 5 comments
Open

feature request: rss feed #4

sls opened this issue Aug 1, 2024 · 5 comments

Comments

@sls
Copy link

sls commented Aug 1, 2024

I don't use bark, but I'd like to be able to follow https://injuly.in/blog/ in a feed reader. While an audience of one presumably doesn't warrant the expenditure of any effort, I hope that I am simply the most vocal of those who have sought such a feed to date.

I'm not much of a Haskell-er, but rss is a pretty straightforward format to generate in its minimal form. If you're willing to add a dependency, there seems to be an actively maintained rss library on Hackage: https://hackage.haskell.org/package/rss as well.

@srijan-paul
Copy link
Owner

Hi, @sls!

Thanks for reaching out.
Quite a few people have asked for an RSS feed via email.

I haven't gotten around to it yet, but I guess I can add it as a plugin over this weekend :)

@sls
Copy link
Author

sls commented Aug 1, 2024

I'm happy to sacrifice any notion of priority :) and appreciate your willingness to entertain adding this feature in any convenient timeframe. Best wishes

@srijan-paul
Copy link
Owner

Hi!

I figured that an RSS generator would be better off as a custom plugin, rather than a builtin feature.
So I added it to the source for my site (here).

The RSS feed is now live at: https://injuly.in/rss.xml

Would you mind taking a look and letting me know if it is to your satisfaction?

@metiulekm
Copy link

You have https// instead of https:// in the generated file :)

It seems that the uriScheme field should include the colon: https://hackage.haskell.org/package/network-uri-2.6.4.2/docs/Network-URI.html#t:URI

@srijan-paul
Copy link
Owner

You have https// instead of https:// in the generated file :)

@metiulkm thanks for pointing it out! Fixed it just now.

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

3 participants