This is a rust-port of Drew DeVault's openring, with the
primary differences being:
- the template is provided as a argument, not read from stdin
- we show a little progress bar
- we fetch all feeds concurrently
- we allow filtering feeds with --before
.
openring-rs
is a tool for generating a webring from 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
.
cargo install openring
``` A webring for static site generators written in Rust
Usage: openring [OPTIONS] --template-file
Options:
-n, --num-articles --help
for more detail)
-V, --version Print version information
```
The templates supported by openring-rs
are written using Tera. Please
refer to the Tera documentation for details.
Just for fun. You probably want to use Drew's stuff, it's likely better. But, this works for me.