Utility for rendering slackware ChangeLog.txt into RSS feeds
Go to file
Vincent Batts 5fe6d0f3ea
README: add GH actions build status badge
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-02-16 14:47:31 -05:00
.github/workflows Create go.yml 2021-02-16 14:32:41 -05:00
changelog test: adding slackwarearm ChangeLog.txt for testing 2017-02-27 09:06:42 -05:00
cmd/sl-feeds feed: set a relevant title 2017-02-09 14:15:47 -05:00
fetch test: prep for testing other folks' ChangeLog.txt 2017-02-27 08:57:04 -05:00
util test: prep for testing other folks' ChangeLog.txt 2017-02-27 08:57:04 -05:00
LICENSE changelog: a slackware ChangeLog parser 2017-01-26 14:11:26 -05:00
README.md README: add GH actions build status badge 2021-02-16 14:47:31 -05:00
go.mod go: add a go modules file, for better dep tracking 2021-02-16 14:26:20 -05:00

README.md

sl-feeds

Go

This is for proccessing Slackware ChangeLog.txt -> RSS feeds that folks can subscribed to.

Ultimately ending up at http://www.slackware.com/~vbatts/feeds/ or http://mirrors.slackware.com/feeds/

Usage

go get github.com/vbatts/sl-feeds/cmd/sl-feeds

Create a configuration from the sample

sl-feeds --sample-config > ~/.sl-feeds.toml

crontab like:

0 */2 * * * ~/bin/sl-feeds -c ~/.sl-feeds.toml -q || mail -s "[sl-feeds] failed $(date +%D)" me@example.com