CMFonFive
=========

CMFonFive is a product that provides integration between CMF and Five, 
making it possible to write Five products that run on CMF. 

* http://www.zope.org/Products/CMF/

* http://codespeak.net/z3/five/

CMFonFive used to have three main parts, but two of these have now been 
integrated into CMF itself:

* A set of interface definitions and bridges for many parts of CMF.
  This part has been moved to CMF itself in CMF 1.5.2.

* A skin layer that provides integration between the Zope3 standard macros
  and the CMF main template. 
  This part has been moved to CMF itself in CMF 1.5.2.

* A Five Actions Tool, that enables you to display the Zope 3 menuItems
  as CMF actions. Any menuItem registered will be accessible though the 
  portal_actions tool, where the menu the item was registered for will be
  used as the action category.

Requirements
------------

* Zope 2.7 or later.

* If you use Zope 2.7 you also need Five 1.0 or 1.1.

* CMF 1.4 or 1.5.


Download
--------
Which version you should download depends on the version of Zope and CMF.
Make sure you match these versions with your CMFonFive version! 
Note that there is no CMFonFive for CMF versions before 1.5.2 on Zope 2.9.

* CMFonFive 1.3.2 (2006-02-22)

  For CMF 1.5.2 and later, with Zope 2.9.
  
  http://codespeak.net/z3/cmfonfive/release/CMFonFive-1.3.2.tgz

* CMFonFive 1.2.1 (2006-01-02) 

  For CMF 1.5.2 and later, with Zope 2.8.

  http://codespeak.net/z3/cmfonfive/release/CMFonFive-1.2.1.tgz

* CMFonFive 1.1.1 (2006-01-02)

  For CMF 1.4.0 to  1.5.1 with Zope 2.7 or 2.8.

  http://codespeak.net/z3/cmfonfive/release/CMFonFive-1.1.1.tgz


Earlier versions
----------------

These earlier versions are depracated, as later version have had bugs fixed.

* CMFonFive 1.3.1 (2006-02-10)

  For CMF 1.5.2 and later, with Zope 2.9.
  
  http://codespeak.net/z3/cmfonfive/release/CMFonFive-1.3.1.tgz

* CMFonFive 1.3.0 (2006-01-06)

  For CMF 1.5.2 and later, with Zope 2.9.

  http://codespeak.net/z3/cmfonfive/release/CMFonFive-1.3.0.tgz

* CMFonFive 1.2.0 (2005-07-22)

  For CMF 1.5.2 and later, with Zope 2.9.

  http://codespeak.net/z3/cmfonfive/release/CMFonFive-1.2.0.tgz

* CMFonFive 1.1.0 (2005-06-19)

  For CMF 1.4.0 to  1.5.1 with Zope 2.7 or 2.8.

  http://codespeak.net/z3/cmfonfive/release/CMFonFive-1.1.0.tgz

* CMFonFive 1.0.1 (2005-06-01) 

  For CMF 1.4.0 to  1.5.1 with Zope 2.7 or 2.8.

  http://codespeak.net/z3/cmfonfive/release/CMFonFive-1.0.1.tgz

* CMFonFive 1.0.0 (2005-04-01) 

  Supports CMF 1.4 only.

  http://codespeak.net/z3/cmfonfive/release/CMFonFive-1.0.0.tgz


Installation
------------
The interface support needs no installation. If you want the menuItem 
support, you simply create a Five Actions Tool in your CMF site, and set 
that tool up as an action provider in the portal_actions tool.

CMFonFive has support for CMFQuickInstaller, so if you have that installed
you can use that to do the above installation.


Contributors
------------
* Tres Seaver (tseaver@zope.com)

* Lennart Regebro (regebro@nuxeo.com)
