CMFonFive ========= CMFonFive is a product that provides integration between CMF and Five, making it ossible to write Five products tht run on CMF. * http://www.zope.org/Products/CMF/ * http://codespeak.net/z3/five/ CMFonFive has two 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. Requirements ------------ * CMF 1.4 or 1.5. * Five 0.3 Installation ------------ The interface suppert 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)