Re: [Zope] python product structure

2006-01-15 Thread Terry Hancock
On Sun, 15 Jan 2006 13:18:54 +0100 Lennart Regebro <[EMAIL PROTECTED]> wrote: > Both zpt and www? I use only www or zmi for zmi support, > and skins if it's for CMF. > Although nowadays I try to use Five and hence use neither? > ;-) 'www' is usually for images and other static resources. Because

Re: [Zope] python product structure

2006-01-15 Thread Lennart Regebro
On 1/15/06, Carlos de la Guardia <[EMAIL PROTECTED]> wrote: > First, here's more or less what everybody uses these days: > > / MyProduct > > | __init__.py > | config.py > | MyProduct.py > | utils.py > / docs > / zpt > / www > / tests Both zpt and www? I use only www or zmi for zmi support, and s

[Zope] python product structure

2006-01-14 Thread Carlos de la Guardia
hello all, I want to document the recommended structure of a product. I blogged about this at http://blog.delaguardia.com.mx/index.php?op=ViewArticle&articleId=30&blogId=1. I would like some comments on what I believe are the possible structures. First, here's more or less what everybody uses the