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 has three main parts: * A set of interface definitions for many parts of CMF. * A portal_fiveactions tool that enables you to create actions and action menus in CMF by the browser:menu and browser:menuItem ZCML statements. * A skin that bridges between the Zope 3 master template and a CMF main_template, enabling Five products to have CMF look. Requirements ------------ * CMF 1.4 or 1.5. * Five 1.0.1 Installation ------------ The interface and skin 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)