Registered by Tres Seaver
The Zope Content Management Framework provides a powerful and customizable platform for building content management applications with Zope 2.

The CMF represents a collection of separate Zope 2 product packages, delivered as Python eggs:

    * CMFCore declares the key framework services for the CMF.

    * CMFDefault adds basic content types and default implementations for the framework services. The package represents a basic CMF framework application.

    * DCWorkflow is a workflow implementation for content objects with through-the-web-configurability.

    * CMFTopic adds a smart folder content type to virtually aggregate content by select criteria.

    * CMFCalendar contains a calendaring application with a simple calendar portlet and an Event content type to model calendar entries. This package is optional.

    * CMFUid provides a very basic unique ID facility for tagging content items with unique IDs. CMFUid is optional as well.