Utility for rendering slackware ChangeLog.txt into RSS feeds
Go to file
Vincent Batts 25fc064194 *: it works and is mostly ready
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-05 16:32:01 -05:00
changelog changelog: a slackware ChangeLog parser 2017-01-26 14:11:26 -05:00
cmd/sl-feeds *: it works and is mostly ready 2017-02-05 16:32:01 -05:00
fetch *: it works and is mostly ready 2017-02-05 16:32:01 -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 changelog: a slackware ChangeLog parser 2017-01-26 14:11:26 -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/

Usage

go get github.com/vbatts/sl-feeds

crontab like:

0 */2 * * * ~/bin/sl-feeds -q || echo "$(date): failed to poll changelogs" | mail -s "[slackrss] changelog_http_poll failed $(date +%D)" me@example.com