HI Chris

Sounds like a plan

I will start a repoze.bfg.gae

My bindings for pagetemplate are pretty much the same, but I have a
higher level
wrapper that is doing some extra stuff for macros etc....

So I may leave that zpt wrapper repoze.bfg.gae as I plan to do some
template caching that is suitable for gae etc.... along with gae
specific instructions for using pagetemplates

One thing to note for people planing to use zope.pagetemplates in gae
is that it does
have a dependancy on i18nmessageid which has some 'c' code , you need
to remove the
_zope_i18nmessageid_message.py as the standard bootstrap code for the c lib
causes gae to barf as it is using some python capabilities that aren't in gae

I will also include a cut down zope.proxy in repoze.bfg.gae so if
people wan't to use
zope.deferredimport (because some other zope3 stuff uses it) than can
copy it up and use that
instead.

Will sign the agreement later today

See ya

Tim


On Tue, May 5, 2009 at 9:09 AM, Chris McDonough <chr...@plope.com> wrote:
> Hi Tim,
>
> Carlos de la Guardia created zope.pagetemplate bindings for bfg the other
> day (http://svn.repoze.org/repoze.bfg.zopepagetemplate/trunk/). I might try
> to change that if it doesn't have what you need to get ZPT support, and
> then, if necessary, create another package that has the other helper utils
> you've created.
>
> In general, naming something repoze.bfg.gae would make sense if the package
> really was only related to GAE, but bindings to zope.pagetemplate are useful
> outside the context of GAE too, so I probably wouldn't put those bindings in
> a package with "gae" in the name.  Also, since what you're creating is
> probably a BFG-related package, I'd expect a "repoze.bfg.gae" instead of
> "repoze.gae" (repoze.bfg is a namespace package, used for packages related
> to BFG; "repoze" is also a namespace package but contains packages not
> related to BFG).
>
> I can get you access to the repoze SVN repository if you'd like to become a
> committer:
>
> http://repoze.org/contributing.html
>
> On 5/4/09 9:00 PM, Tim Hoffman wrote:
>>
>> Hi
>>
>> I am new to the list (and pretty new to repoze) I have put together a
>> module which includes bindings for zope.pagetemplate with direct
>> support for metal macros, plus a bunch of helper utils that make
>> things a bit easier when using google app engine,
>> I was thinking of calling it repoze.gae.
>>
>> A couple of question
>> 1. does the naming make sense from the repoze communities point of view
>> 2. should I split the page template handling into a seperate module
>> from the utilities,
>> 3. where should I put this stuff for people to get to ?
>>
>> Rgds
>>
>> T
>> _______________________________________________
>> Repoze-dev mailing list
>> Repoze-dev@lists.repoze.org
>> http://lists.repoze.org/listinfo/repoze-dev
>>
>
>
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to