o Formular Support
  insert some POD which will be interpreted to form fields
  needs some generic data method, retrieval via separate POD tags/vars 

o WebForms (Templates) for FAQ/Knowledgebase/Shop etc.
  display mode (retrieval) for the above

o ref-by state
  show which pages are linking to a particular page

o stats collector and stats display state
  collect and show data about page hits, downloads etc.

o subscribe auf content
  inform subscribers about page changes

o Page rename/move etc.
  must be recursive

o Locking
  if someone opens a page for editing it must be locked for
  further edit requests until the current user finished or
  his session timed out

o site Backup and Restore
  backup all variable data including .pod* structures
  and restore functionality 

o Template Support for new pages
  the user can select from a list of pre-defined templates when
  creating a new page, aka "create new page from template xxx".
  templates must be valid wiki pages
  
o print state
  include a AutoLoader for printing (e.g. the one I use at daemon.de)

o horizontal line support
  (partial implemented in the tiki formatter)

o page/file index sorted by letters
  one letter per paragraph including anchor links on top to A, B, C, .., Z

o Complete the centralization of link generation code in
  Runner.pm. Also, add a class={ilink|elink} designation so the link
  appearance can be controlled by CSS.

o Add a table format in PodWikiMarkup; having this in the markup,
  rather than just dropping to html directly, allows you to take
  advantage of the other WikiMarkup within the table data.

o Drive internal variables from a table, rather than explicit code
  (see Runner::run - pre-set.globals).

o Get the walking code out of Tiki and WikiShortHand formatters

o Push toward XHTML 1.0 Strict compliance (whether or not we mark it
  that way; XHTML 1.0 it should also conform to HTML 4.0 Transitional,
  our currrent DTD).

