[Zope3-dev] event-meta.zcml placement? i18n-meta.zcml?
Gary Poster
gary@modernsongs.com
Tue, 17 Dec 2002 11:31:45 -0500
The event-meta.zcml is placed now in Zope/App, rather than in
Zope/Event. This contradicts the zcml docs, does a funny repoint to the
Zope.Event.metaConfigure.py file anyway, and finally makes it even
harder than usual to find the pertinent event meta zcml if you go
hunting for it.
1) what was the rationale for this?
2) I don't see mention of zcml in the grand renaming scheme. If we're
going through the effort, might it make sense to make some
zcml-placement style guidelines (both configure.zcml and meta.zcml) as
well? For instance, if there is a reason for this move, it would be
good to document it somewhere.
FWIW, the i18n package does this too (i.e., see Zope/App/i18n-meta.zcml).
Gary