Hi Moof,

I'm unable to maintain that page anymore. I've CCed the webware-devel list in 
case someone there can help.

Best regards,
-Chuck


On Mon, 29 Nov 2004 16:09:44 +0100, Moof wrote:
> Hi Chuck
>
>
> Just looked at your python based templating languages page. You're
> missing nevow and stan.
>
> nevow is the "son of" woven, the Twisted templating language which
> is currently deprecated. It has a philosophy similar to ZPT in
> construction, and feels partly derived from ZPT. I'd say it's
> currently in alpha, not structured as a webware component, written
> in Python, has an iffy users guide, the docstrings are in progress,
> I believe it has a regression suite, and it has some examples. Can
> be found at nevow.org
>
> stan is bundled with nevow, and is basically a templating sytem to
> allow html/xml to be writtne indies python code. It looks a bit
> like this:
>
>
> docFactory = loaders.stan(
> tags.html[
> tags.head[ tags.title[ "Greetings!" ]],
> tags.body[
> tags.h1(style="font-size: large")[ "Now I will greet you:" ], greet
> ] ])
>
> Also to be found at nevow.org.
>
>
> HTH,
> Moof





-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to