Alpha Five Updates: Syndicated Feed
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.