Italian adaptation of Drew Devault’s openring
Go to file
zinricky a33284ae85 Changed openring to openring-it in attribution in default in.html 2022-09-08 09:56:18 +02:00
.gitignore First commit 2022-09-08 09:52:40 +02:00
LICENSE Initial commit 2022-09-08 07:49:39 +00:00
README.md First commit 2022-09-08 09:52:40 +02:00
go.mod First commit 2022-09-08 09:52:40 +02:00
go.sum First commit 2022-09-08 09:52:40 +02:00
in.html Changed openring to openring-it in attribution in default in.html 2022-09-08 09:56:18 +02:00
openring.go First commit 2022-09-08 09:52:40 +02:00

README.md

openring-it

This is a tool for generating a webring from RSS feeds, so you can link to other blogs you like on your own blog. It's designed to be fairly simple and integrate with any static site generator. The basic usage is:

openring \
  -s https://drewdevault.com/feed.xml \
  -s https://emersion.fr/blog/rss.xml \
  -s https://danluu.com/atom.xml \
  < in.html \
  > out.html

This will read the template at in.html (an example is provided, but feel free to adjust it to suit your needs), fetch the latest 5 articles from among your sources, and pass them to the template and write the output to out.html. Then you can include this file with your static site generator's normal file include mechanism.

Contributing

Want to help? Send patches to the original openring's mailing list: ~sircmpwn/public-inbox@lists.sr.ht. Thanks!