feedring
Generate webring from RSS/Atom feed.
Basically, this is a clone of openring except it has more features such as...
- Fetching feeds in parallel
- Using plain text file to set feed URLs (supports comments with
#
)
- Generating HTML template
Installation
Binary
Download a binary at releases page.
From source
Go 1.23.8 or higher is required.
By installing from source, it also installs a manual which you can read with man feedring
.
git clone https://codeberg.org/s10a/feedring
cd feedring
make
sudo make install
Usage
$EDITOR urls.txt # create plain text file containing feed URLs
feedring -T > src.html
$EDITOR src.html # modify template as you need
feedring -i urls.txt -t src.html -o feedring.html
Now, include the output file feedring.html
to your blog.
License
BSD-3-Clause