Mercurial > genshi > mirror
log examples/basic/run.py @ 169:dc6676d3b697 trunk
age | author | description |
---|---|---|
Tue, 15 Aug 2006 21:59:07 +0000 | cmlenz | `Template.generate()` now accepts the context data as keyword arguments, so that you don't have to import the `Context` class every time you want to pass data into a template. trunk |
Wed, 12 Jul 2006 18:47:39 +0000 | cmlenz | Some more performance tweaks. trunk |
Tue, 20 Jun 2006 13:05:37 +0000 | cmlenz | * Include paths are now interpreted relative to the path of the including template. Closes #3. trunk |
Sun, 18 Jun 2006 22:33:33 +0000 | cmlenz | Refactoring to address #6: all match templates are now processed by a single filter, which means that match templates added by included templates are properly applied. A side effect of this refactoring is that `Context` objects may not be reused across multiple template processing runs. trunk |
Sat, 03 Jun 2006 12:28:53 +0000 | cmlenz | Added basic example. trunk |