Utility for rendering slackware ChangeLog.txt into RSS feeds
Go to file
Vincent Batts f522293398 adding this for history sake
It has not been updated since 2011 and should get a rewrite and
simplification...
2017-01-25 12:24:20 -08:00
bin adding this for history sake 2017-01-25 12:24:20 -08:00
README adding this for history sake 2017-01-25 12:24:20 -08:00
crontab adding this for history sake 2017-01-25 12:24:20 -08:00

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.