[z3-five] Re: CMF status

Tres Seaver tseaver at zope.com
Tue Oct 19 19:13:36 MEST 2004


Andy Adiwidjaja wrote:

> FG> I'm about to try to use Five for new products coded for CPS, itself
> FG> based on CMF. Are there any big gotchas w.r.t. the use of Five with CMF?
> 
> FG> I plan on using 0.2b but could very well use the HEAD, what's best ?
> 
> Development is continuous and the Trunk is well-tested so you can use
> either.
> 
> We had some issues with cmf and z3, mainly because z3-schemas use
> unicode and expect unicode in the request. We have some code here:
> http://svn.unioncms.org/repos/ucms/uccore/trunk/composer/cmfutils.py
> (not streamlined code yet), including helper functions for both
> directions and a CMFTypesVocabulary for use in Z3-Schemas.
> 
> Cheers,
> 
> Andy
> 
I just checked in the product I have been hacking on to bridge CMF on 
top of Five:

   $ svn co http://codespeak.net/svn/z3/CMFonFive/trunk

The product basically allows use of CMFCore.PortalFolder and 
CMFDefault.Document using Five / Z3 views.  The only Python code in the 
product is a set of interfaces (which should probably be backported to 
CMF) plus a couple of view classes;  the rest is ZCML to set up all the 
bridge interfaes, and register the views.

Tres.
-- 
===============================================================
Tres Seaver                                tseaver at zope.com
Zope Corporation      "Zope Dealers"       http://www.zope.com



More information about the z3-five mailing list