1
0
Fork 0
mirror of https://github.com/vbatts/sl-feeds.git synced 2025-08-02 12:20:29 +00:00

adding this for history sake

It has not been updated since 2011 and should get a rewrite and
simplification...
This commit is contained in:
Vincent Batts 2017-01-25 12:24:20 -08:00
commit f522293398
7 changed files with 535 additions and 0 deletions

15
README Normal file
View file

@ -0,0 +1,15 @@
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.