2017-01-26 15:39:06 +00:00
|
|
|
# sl-feeds
|
|
|
|
|
|
|
|
This is for proccessing Slackware ChangeLog.txt -> RSS feeds that folks can
|
|
|
|
subscribed to.
|
|
|
|
|
2017-02-07 17:40:30 +00:00
|
|
|
Ultimately ending up at http://www.slackware.com/~vbatts/feeds/ or http://mirrors.slackware.com/feeds/
|
2017-01-26 15:39:06 +00:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
```bash
|
2021-02-16 19:23:24 +00:00
|
|
|
go get github.com/vbatts/sl-feeds/cmd/sl-feeds
|
2017-01-26 15:39:06 +00:00
|
|
|
```
|
|
|
|
|
2017-02-05 21:51:40 +00:00
|
|
|
Create a configuration from the sample
|
|
|
|
|
|
|
|
```bash
|
|
|
|
sl-feeds --sample-config > ~/.sl-feeds.toml
|
|
|
|
```
|
|
|
|
|
2017-01-26 15:39:06 +00:00
|
|
|
crontab like:
|
|
|
|
|
|
|
|
```
|
2017-02-07 17:39:15 +00:00
|
|
|
0 */2 * * * ~/bin/sl-feeds -c ~/.sl-feeds.toml -q || mail -s "[sl-feeds] failed $(date +%D)" me@example.com
|
2017-01-26 15:39:06 +00:00
|
|
|
```
|