Alpha Five Updates: Syndicated Feed

by
Annika Backstrom
in misc, on 30 August 2007. It is tagged #Computers and #Alpha Five.

I've created a cron job to scrape the Alpha Software website and generate an Atom feed for new releases. It's updated every six hours and I can confirm that it worked for the most recent update. (1759_3105 showed up in Google Reader the next morning.)

The feed is generated using Django's django.utils.feedgenerator class. The code is online.