sl-feeds/README.md

25 lines
518 B
Markdown
Raw Normal View History

# 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
```bash
go get github.com/vbatts/sl-feeds
```
Create a configuration from the sample
```bash
sl-feeds --sample-config > ~/.sl-feeds.toml
```
crontab like:
```
0 */2 * * * ~/bin/sl-feeds -c ~/.sl-feeds.toml -q || echo "$(date): failed to poll changelogs" | mail -s "[slackrss] changelog_http_poll failed $(date +%D)" me@example.com
```