Mercurial > genshi > genshi-test
log examples/basic/run.py @ 804:cce33406c1cf stable-0.5.x
age | author | description |
---|---|---|
Mon, 11 Sep 2006 15:07:07 +0000 | cmlenz | Renamed Markup to Genshi in repository. |
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. |
Wed, 12 Jul 2006 18:47:39 +0000 | cmlenz | Some more performance tweaks. |
Tue, 20 Jun 2006 13:05:37 +0000 | cmlenz | * Include paths are now interpreted relative to the path of the including template. Closes #3. |
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. |
Sat, 03 Jun 2006 12:28:53 +0000 | cmlenz | Added basic example. |