Re: Jinja Template Engine

2006-02-26 Thread ChaosKCW
Thanks, thats very informative. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, se

Re: Jinja Template Engine

2006-02-26 Thread Armin Ronacher
I havn't compared with django but with some other template systems: [EMAIL PROTECTED]:~/Developement/area51/tpltest$ python tpltest.py Running Test 'jinja' TIME 0.00307821240425 Running Test 'kid' TIME 0.00703014059067 Running Test 'simpletal' TIME 0.0100415547848

Re: Jinja Template Engine

2006-02-25 Thread ChaosKCW
Hi I realise this is still in the early stages of development, but I had one question on performance. Have you done any performance comparisons with django's template system? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Jinja Template Engine

2006-02-23 Thread Armin Ronacher
hugo wrote: > >Jinja isn't compatible with django templates. It uses a parser for the > >tag arguments > > A parser for tag arguments is available in Django, too - not all > template tags use only regexps. :-) You're right. Think i've overlooked it :-) Regards, Armin --~--~-~--~~--

Re: Jinja Template Engine

2006-02-23 Thread hugo
>Jinja isn't compatible with django templates. It uses a parser for the >tag arguments A parser for tag arguments is available in Django, too - not all template tags use only regexps. :-) bye, Georg --~--~-~--~~~---~--~~ You received this message because you are

Re: Jinja Template Engine

2006-02-23 Thread Armin Ronacher
Adrian Holovaty wrote: > On 2/22/06, Ivan Fedorov <[EMAIL PROTECTED]> wrote: > > What is Jinja? > > > > Jinja is a text-based template language similar to cheetah and Smarty. > > The syntax and parts of the code where taken from the django template. > > > > http://wsgiarea.pocoo.org/jinja/ > > Hey

Re: Jinja Template Engine

2006-02-23 Thread limodou
On 2/23/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > On 2/22/06, Ivan Fedorov <[EMAIL PROTECTED]> wrote: > > What is Jinja? > > > > Jinja is a text-based template language similar to cheetah and Smarty. > > The syntax and parts of the code where taken from the django template. > > > > http:/

Re: Jinja Template Engine

2006-02-23 Thread Adrian Holovaty
On 2/22/06, Ivan Fedorov <[EMAIL PROTECTED]> wrote: > What is Jinja? > > Jinja is a text-based template language similar to cheetah and Smarty. > The syntax and parts of the code where taken from the django template. > > http://wsgiarea.pocoo.org/jinja/ Hey Ivan, What are the differences between

Jinja Template Engine

2006-02-22 Thread Ivan Fedorov
What is Jinja? Jinja is a text-based template language similar to cheetah and Smarty. The syntax and parts of the code where taken from the django template. http://wsgiarea.pocoo.org/jinja/ --~--~-~--~~~---~--~~ You received this message because you are subscribe