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.9.1 or later. * CMF 1.5.2 or later. CMF 2.0 does not need CMFonFive. Download -------- * CMFonFive 1.3.4 (2007-01-14) For CMF 1.5.2 and later, with Zope 2.9.1 or later. http://codespeak.net/z3/cmfonfive/release/CMFonFive-1.3.4.tgz Earlier versions ---------------- These earlier versions are deprecated, but if you need CMFonFive for older versions of CMF or Zope, you can still download them here: * CMFonFive 1.3.3 (2006-05-15) For CMF 1.5.2 and later, with Zope 2.9.1 or later. http://codespeak.net/z3/cmfonfive/release/CMFonFive-1.3.3.tgz * CMFonFive 1.3.2 (2006-02-22) For CMF 1.5.2 and later, with Zope 2.9. Requires GenericSetup or CMF 1.6 (Where GenericSetup is included). http://codespeak.net/z3/cmfonfive/release/CMFonFive-1.3.2.tgz * 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.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.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.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 * 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) * Rocky Burt (rocky@serverzen.com)