You are not logged in Log in Join
You are here: Home » Download Zope Products » Content Management Framework » CMF-1.6.2 » README.txt » View Document

Log in
Name

Password

 

README.txt

Zope Content Management Framework (CMF) README

What is the CMF?

The Zope Content Management Framework provides a set of services and content objects useful for building highly dynamic, content-oriented portal sites. As packaged, the CMF generates a site much like the Zope.org site. The CMF is intended to be easily customizable, in terms of both the types of content used and the policies and services it provides.

Resources

General

Developer

  • The CMFDefault package is an example application, built using the API and services defined in CMFCore. You will probably want to alter it. In the first instance, refer to the source of CMFDefault for usage examples, standard idioms, etc.
  • The API is documented in the interfaces/ directory of each package.
  • Refer to the unit tests in the tests/ directory of each package for usage examples.

Known Issues

  • Please search the CMF Collector for issues which are open against the CMF. You can also report issues there (please look for similar ones first!).

Installation