Max Møller Rasmussen wrote:
During my process of discovering Zope, I have made quite a few products. I have allways found that there is a lot of repeated functionality and code just to get them up and running.
I have an idea for a "basic" class to be added to the Zope framework that sets up the most comonly used mixin classes, and sets up sensible default values for them.
So to make a very simple Zope product you just need to write::
from basic import basic
class minimal(basic): meta_type = 'minimal'
Perhaps this could be created as an "interface" class that has a bunch of inline documentation, but no guts. They seem to be sprouting up all over elsewhere in Zope... Reminds me of my Object Pascal days 8^)... -- | Casey Duncan | Kaivo, Inc. | cduncan@kaivo.com `------------------>