Could somebody advice how to implement RSS-like feeds with Gemini protocol?
10 months ago
@kevachat Oh, yes, this feature is amazing! That is exactly how I sync my bookmarks to Lagrange: I manage them primarily using Amfora and keep its bookmarks file under version control and I have a script that converts it to normal Gemtext and publishes it on my capsule, in Lagrange I just subscribe to this page as to source of bookmarks. It doesn't have to be a feed in traditional sense BTW — just a page with links. · 10 months ago
@m0xee thanks for link, the goal here to make page updates with native protocol, and it is possible without any third party xml. just found Bookmarks - Subscribe feature in Lagrange browser · 10 months ago
gssg is a static gemlog generator: https://git.sr.ht/~gsthnz/gssg
This tool has an option to generate an ATOM-feed, again as a static file. Seems to work with any normal reader — I don't think it's too different from being a dynamically generated one. · 10 months ago
https://git.sr.ht/~gsthnz/gssg
@gritty gemfeeds is that I'm looking for - native gemini solution, not external converters. thank you much! · 10 months ago
or gemfeeds
gemini://geminiprotocol.net/docs/companion/subscription.gmi · 10 months ago
gemini://geminiprotocol.net/docs/companion/subscription.gmi
you can generate an atom feed from your gemlogs
https://tildegit.org/solderpunk/gemfeed · 10 months ago