- Add %ADMINSTART% and %ADMINEND% tokens
- Add 'admin this date', 'edit this event' links to event listings and
  listdays/summarydays output - 'edit this event' will require
  addition of %TAG% token in event listings

- Update default templates in init_default_templatesto match those in
  templates/default

- Templatize all HTML in lowcal.cgi

- Remove markup from event names for display in page titles

- Make event editing page stop adding newlines to the end of events
  whenever they get edited

- Add admin help page listing all meta tags and tokens usable in event
  listings

- Reimplement admin_repeating

- Port lowcal-update to work without CalCron.pm

- Verify all parameters and general tokens podded
- Pod all templates and template-specific tokens

- Add config file in event dir for settings such as $daily_links,
  default template location override, etc.

- Add optional logging of activity and exceptions to apache logs

--- 2.0.0 ---

- Add URI-selectable templates

- Multiple-date lists of events in admin display

- Multi-day event awareness in listdays - add 'suppresslinks' meta

- Add tokens to allow for markup within a calendar cell to be rendered
  or hidden based on whether the day has any events or not (allow
  implementation of DailyLinks in templates)

- 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/yearly 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)

--- 2.1.0 ---

- adminlist:  U/L column should include link on Ls to turn them into Us
- adminedit:  If event is a link, add an option to make it a separate file


--- Later ---

- show_month shouldn't be dependent on cal utility

- CalCron::schedule shouldn't be dependent on `cal`, `ln`, and `cp`

- Admin::admin_add depends on `touch` and `ln`

- Extend login to all areas with ability for users to customize
  various default settings (default template, what else?)
- Add admin option to disable anonymous access

- Allow escaping of characters in meta tags

- adminlist/adminrepeating:  Sort events

- adminedit:  Parse out metas and display their information at the top of the
  page (above the two-column display) in a friendlier format and allow
  editing them there instead of in HTML fragment

- adminedit:  Need a way to rechedule an event (move to different date and/or
  change tag)

- BUG: adminrepeating:  If template has no META REPEAT, it redisplays the
  previous repeat spec

- adminrepeating:  Extend event creation fields to include repeat spec

- Give admin_repeating() the ability to deal with multiple repeat specs on a
  single event

- Create dummy calendar using all features and add it to the distribution
  tarball and cvs project

- Add admin function to edit header/footer templates

- 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 category exclude capability
- Add option to display intersection of categories instead of just
  union

- 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

- Search capability

- Improve event parsing to remove requirement that <meta...> tags all have
  to be on a single line
- Add img attribute to meta eventname tag (see
  http://sherohman.org/pipermail/lowcal-users/2001-March/000023.html)

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

- lowcal-update: Allow specification of arbitrary date with -c/-C

- Import/export of calendar to Palm calendar format

- Add %INCLUDE="filename/uri"% token

