openring-rs

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

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.

Usage

``` openring 0.1.0

USAGE: openring [OPTIONS] --template-file

OPTIONS: -h, --help Print help information -n, --num-articles Total number of articles to fetch [default: 3] -p, --per-source Number of most recent articles to get from each feed [default: 1] -s, --urls A specific URL to consider (can be repeated) -S, --url-file File with URLs of RSS feeds to read (one URL per line) -t, --template-file Tera template file -V, --version Print version information ```

Using Tera Templates

The templates supported by openring-rs are written using Tera. Please refer to the Tera documentation for details.

Why a Rust Port?

Just for fun. You probably want to use Drew's stuff, it's likely better. But, this works for me.