[Boa Constr] Zope Support
Status: Beta
Brought to you by:
riaan
From: Yuppie <yu...@ze...> - 2002-12-10 19:02:05
|
Hi! Is anybody currently working on the Zope Support? Did anybody try to write a CMF plug-in? Does it make sense to write a CMF plug-in right now? I had a look at the code and found todo comments like that in Editor.py: # XXX Unify with the rest of the explorers def openOrGotoZopeDocument(self, zopeObj): # XXX Unify with the rest of the explorers def openZopeDocument(self, zopeObj, wholename): The Zope plug-ins are very different to the other plug-ins. Looks like a unified plug-in interface would be very helpful for updating the ZopeExplorer to Zope 2.6 or writing a CMF plug-in. I'm afraid the unifying needs a lot of refactoring that only Riaan could do. So one question would be: Is refactoring of ZopeExplorer something scheduled for the next months? I know that other people like Robert also worked on the Zope Support. What are the future plans they have? I don't want to hurry anybody. Just want to know if it makes sense to dig into the old code and write something on my own. Cheers, Yuppie |