George Moschovitis
unread,Sep 6, 2009, 3:39:19 AM9/6/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nitro-devel
Dear devs,
introducing a slightly different version on JSON-Template was a
deviation from an important Nitro principle: Be standards compliant.
For this reason, I plan to deprecate the simple templating system of
Nitro in favor of JSON-template.
As a first step I intruduced section, repeated section, or, and @
aliases.
I also updated the blog-gae example to use these.
Please note that you have to use repeated section for array variables.
This makes the code more readable and transparent and improves the
implementation.
regards,
George.
PS: I still think that section is ugly, but a standard is a standard.