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

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

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

- 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

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

- Add option for monthly/yearly subdirectories within event dir

- 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 module to clean up old events

- Add logging of activity and exceptions to apache logs

- Add %INCLUDE="filename"% token

- Set up a real installer (make install?  ./install.pl?)

--- v1.1.0 ---

- Make VirtualHost-aware

- 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 admin function to edit templates

