Ooh! I’m a geek! I have created my first -enabled web page :) . My script shows the next event on one of the courses i’m an assistant on.

My humble snippet reads from a flat, semicolon-delimited text file (i could snob away and say it’s a CSV file), parses the date from the first field, compares that to today’s date and if it’s for the next/current event, shows the event with the date prettified to local standards. The nifty features are that it finds the data file even if the web page is read through a symlink, and that no event information is shown if the course is already over.