#! /bin/bash # Hum be I guess it basically needs to: # - Download the atom feed http://labs.parabola.nu/activity.atom # - Read it, making an assosiative array of all the bug titles and their urls. # - I think we don't want `Revision's. # - The urls will need fixing since it actually gives the wrong urls. # - Compare this array to the previous, which will have been stored in a file. # - If any new have appeared since last time then we check if it's md5sum is in # a log of seen issues, and if not, we add it, and we know that this is a # creation, not a change. Then report the change to the IRC.