Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

tal template engine in python out of zope

0 views
Skip to first unread message

Antonio.P

unread,
Mar 7, 2003, 3:22:51 PM3/7/03
to
I am looking for an implemetation of the zope "tal" template engine but out
of zope.
I can only use python not zope, but I'd like to use a template engine like
the tal of zope.

Thank you


Troy Melhase

unread,
Mar 7, 2003, 4:40:42 PM3/7/03
to
You don't need a separate implementation of TAL or PageTemplates -- the ones
that are distributed with Zope work outside of Zope with a little help.
Try looking thru the Zope mailing list archives for details on how to get
the PageTemplate package available on its own. It's actually quite easy;
download Zope, unpack the archive and copy some directories around.

I have a recipe in the cookbook that explains how to use PageTemplates with
the Medusa web server (no Zope involved). You could probably adapt the
recipe to fit your needs. The recipe is here:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/157501


Good luck.

-troy

Evan Simpson

unread,
Mar 7, 2003, 4:06:59 PM3/7/03
to
Antonio.P wrote:
> I am looking for an implemetation of the zope "tal" template engine but out
> of zope.

One of the following may do what you want:

http://savannah.nongnu.org/projects/opental/
http://www.owlfish.com/software/simpleTAL/

It is possible to separate the Zope implementation of Page Templates
from the rest of Zope, but not trivial (see the Zope mailing list).

Cheers,

Evan @ 4-am

Wade Leftwich

unread,
Mar 8, 2003, 8:56:53 AM3/8/03
to
"Antonio.P" <anto...@llibero.it> wrote in message news:<vc7aa.29158$zo2.8...@news2.tin.it>...

Roundup uses Page Templates outside zope:
http://roundup.sourceforge.net/

Kevin Smith

unread,
Mar 9, 2003, 9:06:31 AM3/9/03
to
How convenient... I just released a package like this last week.

http://zpt.sourceforge.net/

--
Kevin Smith
Kevin...@sas.com

Max M

unread,
Mar 9, 2003, 2:22:24 PM3/9/03
to
Kevin Smith wrote:
> How convenient... I just released a package like this last week.
>
> http://zpt.sourceforge.net/

That looks great!

--

hilsen/regards Max M Rasmussen, Denmark

http://www.futureport.dk/
Fremtiden, videnskab, skeptiscisme og transhumanisme

0 new messages