[Paste] pastescript flexible templates without cheetah

2006-10-22 Thread Jorge Vargas
Hi I'm wondering if there is a way to have a more powerfull templating without having to use_chettah=true The reason for this are turbogears templates at the moment we have one big quickstart template that has lots of #if asking for identity support of not, and then for SQLObject or SQLAlchemy.

[Paste] ANN: Paste 1.0

2006-10-22 Thread Ian Bicking
I am happy to announce the release of Paste 1.0. This release includes all the major components: Paste (core), Paste Script, Paste Deploy, and Paste WebKit. Paste actually passed the 0.x stage a long time ago. But now it's official: Paste is really stable. How stable? A lot stable. What Is Pa

Re: [Paste] pastescript flexible templates without cheetah

2006-10-22 Thread Ian Bicking
Jorge Vargas wrote: > I'm wondering if there is a way to have a more powerfull templating > without having to use_chettah=true I thought at first "sure, just use it in your template", but paste.script.copydir has Cheetah built in. So I've added that to the trunk, and it'll be in 1.0 as soon as