[Zope3-Users] Re: Port Zope3 product to Zope2/Plone
Martin Aspeli
optilude at gmx.net
Sat Mar 24 09:22:22 EDT 2007
Hermann Himmelbauer wrote:
> Hi,
> I'd like to develop a little Zope3 package which I also want to use with a
> recent Zope2/Plone release.
>
> Is this possible? If yes, what do I have to do to be compatible?
It depends on what the package does. Something that we do from time to
time in Plone is to devel a plone.something package that is generic and
depends only on Zope 3, and a plone.app.something package that provides
some Plone specific integration, UI and/or some Zope 2 overrides for
various components (e.g. to mix in acquisition).
See for example plone.portlets and plone.app.portlets, both in
http://svn.plone.org/svn/plone.
Martin
More information about the Zope3-users
mailing list