- Add a template override capability - not sure whether this should be based
  on category selection or a URI arg (probably an arg, though)

- Recognize date=mm/dd/yyyy param and parse it out into $month, $day, and
  $year

- Add flag (-c/-C) to lowcal-update which cleans up old events (-c deletes
  everything prior to 1st of current month, -C deletes everything prior to
  cuurent date)

--- v1.0.2 ---

- Create a full-featured demo site (or just load all the available options
  onto the TSOM site?)

- Add links in calendar from each day's numeric date to listdays=0 (i.e.,
  show full details on all events for that day)

- Set up sepcial-case handling for listdays/summarydays requests that only
  display a single day

- Add URL param to eventname metatag to allow for sending a request directly
  offsite

- Support POST requests as well as GETs - my %params = ($r->args, $r->content)

- Add authentication for admin login

- Add admin function to delete events

- Add admin function to add events

- Add admin function to edit events (either individual instances or recurring
  templates)

- Add admin function to edit header/footer templates

- Add logging of activity and exceptions to apache logs

- Add %INCLUDE="filename"% token

- Add autogen event enhancements to be able to set start/end dates (including
  multiple sets, so 'holes' can be added, etc.) and individual 'exclude'
  dates

--- v1.1.0 ---

- Make VirtualHost-aware

- Port to vanilla CGI

- Add option for monthly/yearly subdirectories within event dir

- Sort each day's events by time?

- Improve event parsing to remove requirement that <meta...> tags all have
  to be on a single line

- Add per-event-dir beginning of time/end of time options which inhibit
  creation of prev month/next month links beyond that range

- Add option to email event info on request

- Add automated email reminders of events

- vCalendar format support?
