[Trac] rewritig ClearSilver in Python?

Matthew Good trac at matt-good.net
Tue Aug 30 09:50:01 CDT 2005


On Tue, 2005-08-30 at 10:24 -0400, Chris Shenton wrote:
> Jonas Borgström <jonas at edgewall.com> writes:
> 
> > Yes, there has been plans to replace clearsilver for quite some time 
> > now, imho. django templates might be a good alternative but there might
> > be better options.
> 
> Might consider Zope Page Templates (ZPT).  Very clear separation of
> View (HTML) from Model and Controller (logic), all done with
> namespaces so that even uninstantiated templates look right and can be
> given to graphic designers.  Start here:
> 
>   http://www.zope.org/DevHome/Wikis/DevSite/Projects/ZPT/FrontPage
> 
> Plone's using them, deprecating their previous DHTML; some docs here:
> 
>   http://plone.org/documentation/tutorial/zpt

I think Zope will introduce some pretty heavy dependencies simply for a
templating system.  It looks like there may be some independent
libraries for for using Zope's TAL language, although I believe that
we're kind of leaning away from XML-like templating syntaxes for a
variety of reasons.  Right now I think that Django and Cheetah are the
top two choices.  

-- 
Matthew Good <trac at matt-good.net>



More information about the Trac mailing list