Hi, I'm working on the Quills weblog product this summer - supported by Google SoC. As part of this work, I'm factoring out various bits of functionality. One example is the MetaWeblog API code that allows for authoring with external blog clients. Quite a lot of this code doesn't need to be in the 'Products/' hierarchy, so I'm packaging it so it works from 'lib/python/'.
My question is, are there conventions for what namespace package(s) I should use? Is 'plone.' reserved for code spun out from the core? Do people have views on whether I should be using, say, 'plone.blogging.*'? Tim _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
