[Zope3-dev] namespaces for my source

Ulrich Schreiner ulrich.schreiner@innuendo.de
Wed, 28 May 2003 10:13:01 +0200


hi,

it seems that most of the source for components on top of zope3 is in 
"zopeproducts". is this the official place where *all* should appear? or 
is this the name of products which are official supported by zope corp?

so is there (somtehing like a domain specific) convention where i should 
place my code?

z3 dir
  +- ...
  +- src
     +--- zopeproducts
          +-- ...
     +--- mycompanyproducts
          +-- ...

???

what is the prefered way to avoid nameclashes?

thanks
</usc>