mirror of
https://github.com/vbatts/sl-feeds.git
synced 2024-11-24 16:45:39 +00:00
Utility for rendering slackware ChangeLog.txt into RSS feeds
f522293398
It has not been updated since 2011 and should get a rewrite and simplification... |
||
---|---|---|
bin | ||
crontab | ||
README |
hack scripts They accomplish going from ChangeLog.txt -> RSS feeds that folks can subscribed to. Ultimately ending up at http://www.slackware.com/~vbatts/feeds/ These are a mess, but still work. I wrote a utility called slack-utils (https://github.com/vbatts/slack-utils/) with a ruby gem (https://rubygems.org/gems/slack-utils). The python script (`./bin/changelog_http_poll.py`) is called by a crontab. Python walks the changelog.txt, then fetches from the http mirror the modified time. If it http has the new version, then run the ruby script (`./bin/gen_changlog_rss.rb`). This is what parses the changelog and returns RSS. Which is then written to the corresponding file for public consumption.