
This is a more generic type factory tool for use with the CMF. It allows
for a more extensible metadata system and content type plugins with per-field
granularity of control.

REQUIRES:
	Plone 1.0a4+
	CMF 1.3
	Zope 2.5.1

Optional:
	on win32: win32 extensions
	   http://starship.python.net/crew/mhammond/win32/Downloads.html

	on linux: a wvWare installer
	   http://download.sourceforge.net/wvware/


Quickstart:
1) Edit __init__ and change INCLUDE_DEMO_TYPES from 0 to 1

2) Add an external method to your plone site and then click its
   test tab

   Id: CMFTinstall
   Title: Demo type installer
   Module: CMFTypes.Install
   Function: install

This should install everything you need to see and use the demo types
which are in the "cmf_types" subdirectory. These provide simple
examples of what you might need to do to create your own types.

When adding new types you may want to read the doc/INTRO.txt file and
remember that while new types are generated on restart the types tool
will need to pick them up by rerunning the Install method.

Good luck.
