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 and bridges for many parts of CMF. (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. * A skin that bridges between the Zope 3 master template and a CMF main_template, enabling Five products to have CMF look. Requirements ------------ * Five 1.0.1 or 1.0.2 * CMF 1.4 or 1.5. Download -------- Make sure you match your CMF version and your CMFonFive version! * CMFonFive 1.2.0 (2005-07-22). This is the version to use for CMF 1.5.2. http://codespeak.net/z3/cmfonfive/release/CMFonFive-1.2.0.tgz * CMFonFive 1.1.0 (2005-06-19) This is the version to use for CMF 1.4, 1.5.0 and 1.5.1. http://codespeak.net/z3/cmfonfive/release/CMFonFive-1.1.0.tgz These earlier versions are depracated, as later version have had bugs fixed. * CMFonFive 1.0.1 (2005-06-01) Supports CMF 1.4, 1.5.0 and 1.5.1. 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 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)