Is it possible to use ZPT outside of Zope? I want to use it as a standalone application in a similar way that you can use ZODB without using Zope. Yours, Noah
yes, there is a recipe from evan on zopelabs.com that demonstrates. -k On Sunday 18 August 2002 01:31 pm, Noah wrote:
Is it possible to use ZPT outside of Zope? I want to use it as a standalone application in a similar way that you can use ZODB without using Zope.
Yours, Noah
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Mon, 19 Aug 2002 9:56 am, kapil thangavelu wrote:
yes, there is a recipe from evan on zopelabs.com that demonstrates.
Has anyone used PageTemplates sans ExtensionClass? I can't get to zope.org at the moment, and I don't have a local copy of the code. I'm considering using PageTemplates in Roundup (which would involve bundling it, which is a whole other licensing ballgame that I haven't looked into) and I can't bundle it if it requires compilation of extension modules (or rather, I really, really don't want to ;) Richard
Richard Jones wrote:
Has anyone used PageTemplates sans ExtensionClass?
The only thing I can remember depending on ExtensionClass (other than acquiring useful contexts) is the 'macros' collection. It shouldn't be too hard to remove. The licence is ZPL 2.0, which is certfied GPL compatible. Cheers, Evan @ 4-am
On Mon, 19 Aug 2002 1:38 pm, Evan Simpson wrote:
Richard Jones wrote:
Has anyone used PageTemplates sans ExtensionClass?
The only thing I can remember depending on ExtensionClass (other than acquiring useful contexts) is the 'macros' collection. It shouldn't be too hard to remove.
I'm working through it all - there's a few other places where Acquisition is used (hello, restrictedTraverse ;) but I'm not sure how many of those are actually used if "import Zope" fails. Also, there's an "import zLOG" in TAL which I have to look into. Anyway, once I've got it really working sans Zope _and_ ExtensionClass/Acquisition, I'll everyone know what needs doing. Richard
Moving discussion to the ZPT mailing list where it belongs ;) Richard
participants (4)
-
Evan Simpson -
kapil thangavelu -
Noah -
Richard Jones