feedring

command module
v1.2.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2025 License: BSD-3-Clause Imports: 16 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL