Utility for rendering slackware ChangeLog.txt into RSS feeds
Go to file
Vincent Batts 831b9f5469
README: include new link
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 12:40:30 -05:00
changelog changelog: a slackware ChangeLog parser 2017-01-26 14:11:26 -05:00
cmd/sl-feeds main: add the --quiet flag 2017-02-05 16:49:32 -05:00
fetch *: golint and change import paths 2017-02-05 16:38:40 -05:00
util *: golint 2017-01-29 15:54:47 -05:00
LICENSE changelog: a slackware ChangeLog parser 2017-01-26 14:11:26 -05:00
README.md README: include new link 2017-02-07 12:40:30 -05:00

README.md

sl-feeds

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

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