Previously Enrique Perez wrote: > Hi, > We have developed a quota product for plone2.5, the repository is in > https://svn.plone.org/svn/collective/quota. > We want to release it for plone3, and we have a couple of questions. > The first is about the name: > Should we put it in a namespace package? if so, would plone.quota be all > right? yaco.quota (yaco being our company)?
My advise would be to not rename it but create a Products.quota package. That way you prevent a lot of migration pain. In general if you are cerating a Zope product using the Products.* namespace is fine and has some very useful benefits. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
