Tech News
← Back to articles

Openring-rs: a webring for static site generators written in Rust

read original related products more articles

A tool for generating a webring from Atom/RSS feeds.

openring-rs is a tool for generating a webring from Atom/RSS feeds, so you can populate a template with articles from those feeds and embed them in your own blog. An example template is provided in in.html .

This is a Rust-port of Drew DeVault's openring, with the primary differences being:

we respect throttling and send conditional requests when using --cache (recommended!)

(recommended!) the template is written using Tera and is provided as an argument, not read from stdin

we show a little progress bar

we fetch all feeds concurrently

we provide better error messages (via miette)

we allow filtering feeds with --before

Demo

... continue reading