[Grok-dev] ztk.cfg and zopeapp.cfg for Grok (zope.app free Grok)
Martijn Faassen
faassen at startifact.com
Tue Jan 5 17:45:57 EST 2010
Souheil CHELFOUH wrote:
> I went back on the track to get grokui.admin get out for 1.1
> I already removed all the zope.app from there.
> There are, in some packages I released, some zope.app.zcmlfiles
> ugliness I need to kick out :)
>
> Globally, i'm willing to help on that transition as much as possible.
> If there are any defined tasks, I'll gladly do it.
The main task is:
Try to make Grok itself depend on no more zope.app.* packages at all. Go
to a zope.app.* dependency, and fix up imports so they import from
zope.* directly.
It's very likely we'll run into obstacles along the way. The possible
responses are:
* extract what's in zope.app.* that we do need into its own package.
* extract it into Grok
* drop features.
* rethink the implementation entirely. (I can imagine WSGI integration
may be like that, but I don't know)
When that comes up, please bring it up here.
Regards,
Martijn
More information about the Grok-dev
mailing list