Re: Playing with a new TemplateParser

Will Partain <[email protected]> Sun, 22 Jul 2001 17:29:09 +0100
Newsgroups gmane.comp.sysutils.ark.devel
Message-ID <[email protected]>
Jonathan writes:

> I'm playing with an alternative TemplateParser. This is a very much 
> simpler version of what I had before - but in some ways more expressive. 

(Yum yum)

> I've ditched the whacky pseudo-python templating language ...

(Noting first that there is definitely no rule that ARK can
support only one templating scheme,) I'm inclined to muse on
this a bit, being in the middle of a first shot at the
webware (http://webware.sourceforge.net/) effort.  Webware
has a nice story, namely "Very much like Java servlets and
JSP (Java Server Pages), except it's Python".  I kinda like
the idea of tagging along with someone else's mindshare, if
it faintly makes sense.

Those guys' fav template thing at the moment is at
http://www.CheetahTemplate.org  I don't yet have any opinion
about it...

Will