mirror of
https://github.com/vbatts/sl-feeds.git
synced 2024-11-21 15:25:41 +00:00
Utility for rendering slackware ChangeLog.txt into RSS feeds
|
||
---|---|---|
.github/workflows | ||
changelog | ||
cmd/sl-feeds | ||
fetch | ||
util | ||
.travis.yml | ||
go.mod | ||
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/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