Utility for rendering slackware ChangeLog.txt into RSS feeds
Go to file
Vincent Batts e826043c5c
changelog: add test for slackwareaarch64
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2022-04-27 21:26:19 -04:00
.github/workflows Create go.yml 2021-02-16 14:32:41 -05:00
changelog changelog: add test for slackwareaarch64 2022-04-27 21:26:19 -04:00
cmd/sl-feeds sl-feeds: adding --insecure and --ca flags 2021-04-15 21:58:37 -04: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
vendor go*: update dependencies 2022-04-27 21:12:44 -04: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*: update dependencies 2022-04-27 21:12:44 -04:00
go.sum go*: update dependencies 2022-04-27 21:12:44 -04: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