Paul Winkler wrote:
On Sun, Jul 13, 2008 at 01:20:53PM -0400, Philipp von Weitershausen wrote:
Jeff McNeil wrote:
I'd love to be able to just drop an egg on the file system and tell
Zope "Here, go load that one now" via configuration alone.
You could also write your own ZCML directive (+ a handler) that does that. Then you'd only ever have to change your application's site.zcml to load a new plugin.

There's also this:
http://pypi.python.org/pypi/z3c.autoinclude

Yep, that only saves you the

  <include package="..." />

directive, though.

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to