On Dec 16, 2007 8:16 PM, markusz <[EMAIL PROTECTED]> wrote: > > Hi there > > I'm new to web.py; it seems to be a very clean and easy way to > generate dynamic web content. Thank you guys! > > As stated on the web.py web site, Cheetah templates are not anymore > supported in web.py. I haven't tried both templating systems, but > Cheetah seems to have a longer history and some projects already used > it. Furthermore I like caching. What was the reason to use an own > templating solution?
http://groups.google.com/group/webpy/browse_thread/thread/2f22dcb62cab8fee > Will I always be able to use Cheetah templates in > future releases of web.py? Cheetah templates were supported in earlier version of web.py through web.render function. Even though web.py started using its own templating system, it was continued for backward-compatability. Which is going to be discontinued from 0.3. However, you can use cheetah or any other templating system of your choice using the interface they provide. web.py doesn't stop you from doing so. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
