Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vbatts/slackware-feeds

Utility for rendering slackware ChangeLog.txt into RSS feeds
https://github.com/vbatts/slackware-feeds

changelog rss slackware

Last synced: 2 months ago
JSON representation

Utility for rendering slackware ChangeLog.txt into RSS feeds

Awesome Lists containing this project

README

        

# sl-feeds

![Go](https://github.com/vbatts/sl-feeds/workflows/Go/badge.svg)

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

```bash
go get github.com/vbatts/sl-feeds/cmd/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 || mail -s "[sl-feeds] failed $(date +%D)" [email protected]
```