- 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 admin function to delete events

- Add admin function to add events

- Add admin function to edit events (either individual instances or recurring
  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

- Add option for monthly/yearly subdirectories within event dir - How
  difficult would it be to seamlessly recognize events both in base event dir
  and monthly/yearlr subdir?  (This should be done, it's just a question of
  whether it's an initial feature or added later.)

- Add flag to lowcal-update which tells it to create and use event
  subdirs by month (-d) or year (-D or -dy)

- PR#3: The set of tokens should be expanded to include a way of generating
  yesterday's/tomorrow's complete date.  (Currently, next month/last month
  can be done, but you can only step by month, not by day or year.) - Even
  better, accept +/- after date, month, day, and year params to allow for
  offsets of arbitrary numbers of days/months/years without having to add new
  tokens for every possible offset

--- v1.1.0 ---

- PR#2: ListDays displays all files with date-formed names, even if they
  aren't events.  Should check for presence of META EVENTNAME before
  displaying.

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

- Add admin function to edit header/footer templates

- Add authentication for admin login

- Search capability

- Make VirtualHost-aware

- Port to vanilla CGI (v2.0.0)

- 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 reeuest

- Add automated email reminders of events

- vCalendar format support?
