Is House A Rerun is a clone of the site islostarepeat.com for House. It uses mc2xml to generate a xmltv file, which gets parsed by a python script that writes the html file. The script takes a while to run, as the xmltv file can be hundreds of thousands of lines long, so it just runs weekly via a cron job.
If you want to change the script for another tv show, just set up mc2xml to grab the correct channel(s) and change the first few lines to reflect what show you want, the day it airs, and the channel it's on.
I've created a set forensics collection scripts for WebOS, based on a paper and presentation that I recently gave for a computer forensics class. They are able to image and mount each partition, collect evidence, and create a set of html reports.
Requirements:
I have tested these using Ubuntu 9.04 and 9.10 and my Palm Pre running WebOS 1.2.x. WebOS has recently been updated to version 1.3.1, so there may be a few minor bugs related to that. I have not tested these using the virtual machine provided with the SDK, though I expect that they would just need a bit of tweaking to work. Any Linux environment is fine, as long as the WebOS SDK can be installed on it.
There are a few bugs and shortcomings with this set of scripts:
Released under GPLv2