Wow! Thanks. I just had to add in range the other night so this is nice. Error lines will be really nice too. Will install later today.
Anand Chitipothu wrote: > The long awaited re-implementation of templator, the web.py templating > system, is now ready. > > Whats new: > > * It is fast: compiles the template to python code > * It is less space sensitive: the parser is completly re-written > * builtins are available in templates: builtins like range, min, max > etc are automatically made available to all templates > * More features: template functions, code blocks, django like loop.xxx vars. > * It is sandboxable as earlier: insecure code is not allowd inside templates > * Better unicode handling: output of the template is always unicode > * Better error reporting: the line causing the error is shown in the > exception traceback > * Easily extendable: more about this later > > Checkout the complete documentation here: > > http://webpy.org/docs/0.3/templetor > > And code here: > > bzr get http://webpy.org/bzr/webpy.dev > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
