On Saturday 14 January 2006 20:51, Jeff Shell wrote: > Interfaces are generally well defined and in apidoc. There are some > that don't make it into apidoc, and that can be frustrating. I need to > make a better list of the ones I look for that I can't find so I can > submit it as a collector issue. But generally, it is all very well > defined. ZCML is well documented, which was a huge concern I had > during Zope 3's development process.
Jeff, the interfaces you cannot find should be simply registered with the <interface> directive. The reason they do not appear is that they are not in the utility registry. This is a great way to contribute to Zope 3 without really diving into development. Regards, Stephan -- Stephan Richter CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
