Re: [Zope3-Users] z3c.baseregistry question

2007-03-27 Thread eXt
Dnia piątek, 23 marca 2007 03:15, Stephan Richter napisał: If so I'll be glad to see any introduction or code example of how to use this package. I'm a bit lost after reading baseregistry's doctests. Can you be more specific? I think you can get the gist of things by looking at

[Zope3-Users] z3c.baseregistry question

2007-03-22 Thread eXt
Hi! I'd like to register things like default skin or logout adapter (adapter factory=zope.app.security.LogoutSupported /) per application (my local site), not per Zope instance via overrides.zcml. Is it possible to use z3c.baseregistry for that? If so I'll be glad to see any

Re: [Zope3-Users] z3c.baseregistry question

2007-03-22 Thread Stephan Richter
On Thursday 22 March 2007 07:29, eXt wrote: I'd like to register things like default skin or logout adapter (adapter factory=zope.app.security.LogoutSupported /) per application (my local site), not per Zope instance via overrides.zcml. Is it possible to use z3c.baseregistry for that?