mirror of
https://github.com/vbatts/sl-feeds.git
synced 2024-11-22 07:45:39 +00:00
Utility for rendering slackware ChangeLog.txt into RSS feeds
Vincent Batts
1cca828855
If there are "0 updates" then don't report as such. Found as http://bear.alienbase.nl/mirrors//alien-kde/ChangeLog.txt updates don't match the same regex as slackware update entries, so it reported 0 updates. This is a TODO to improve that regex. Reported-by: alienBob Signed-off-by: Vincent Batts <vbatts@hashbangbash.com> |
||
---|---|---|
changelog | ||
cmd/sl-feeds | ||
fetch | ||
util | ||
.travis.yml | ||
LICENSE | ||
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