comparison ChangeLog @ 592:7145e4eba2ec

Add a new syntax for text templates, which is available alongside the old syntax for now. The new syntax is more poweful and flexible, using Django-style directive notation.
author cmlenz
date Mon, 13 Aug 2007 12:40:56 +0000
parents 880b1a75d046
children 0fb43dc2e165
comparison
equal deleted inserted replaced
590:880b1a75d046 592:7145e4eba2ec
15 (ticket #123). 15 (ticket #123).
16 * Includes are now processed when the template is parsed if possible, but 16 * Includes are now processed when the template is parsed if possible, but
17 only if the template loader is not set to do automatic reloading. Included 17 only if the template loader is not set to do automatic reloading. Included
18 templates are basically inlined into the including template, which can 18 templates are basically inlined into the including template, which can
19 speed up rendering of that template a bit. 19 speed up rendering of that template a bit.
20 * Added new syntax for text templates, which is more powerful and flexible
21 with respect to white-space and line breaks. The old syntax is still
22 available and the default for now, but in a future release the new syntax
23 will become the default, and some time affter that the old syntax will be
24 removed.
20 25
21 26
22 Version 0.4.4 27 Version 0.4.4
23 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ 28 http://svn.edgewall.org/repos/genshi/tags/0.4.4/
24 (?, from branches/stable/0.4.x) 29 (?, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software