OWL - a product tutorial for Zope

  The OWL product is only a way to show how a python based product
  is done and to test my generic ZPT Macros for doing management views.

  Most of the ideas and code were taken from 
  "A very minimal Product":http://www.zope.org/Members/maxm/HowTo/minimal_01/
  by gtk, and "The Zope Developer's Guide":http://www.zope.org/Documentation/Books/ZDG/current/index_html
  by Michel Pelletier, Amos Latteier, and Chris McDonough.

  Some features in this release include:

    * DTML free - bye, bye DTML sniff :-(

    * Definition of Security policies

    * Default management views

    * manage_add, manage_edit, and manage_view fully implemented
      with zpt macros

    * Online help

    * Using of a Property manager

    * Product information files

  Installation and Requirements

    * See INSTALL.txt for more information on installing OWL.

  Questions, comments, problems, and patches are welcome. Please
  send them to:
    "jmeile@hotmail.com", mailto:jmeile@hotmail.com
