annotate README.txt @ 694:07e3f6f0ef57 trunk

Match templates are now applied in a more controlled fashion: in the order they are declared in the template source, all match templates up to (and including) the matching template itself are applied to the matched content, whereas the match templates declared after the matching template are only applied to the generated content. Fixes #186. Many thanks to Matt Chaput for reporting the problem and providing a test case.
author cmlenz
date Wed, 26 Mar 2008 22:10:36 +0000
parents 3ed5d7e47f38
children
rev   line source
230
84168828b074 Renamed Markup to Genshi in repository.
cmlenz
parents: 186
diff changeset
1 About Genshi
26
3c1a022be04c * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
2 ============
3c1a022be04c * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
3
629
3ed5d7e47f38 Revert second part of [726] (error on includes when no loader specified), which broke I18n extraction via the Babel plugin.
cmlenz
parents: 599
diff changeset
4 Genshi is a Python library that provides an integrated set of
3ed5d7e47f38 Revert second part of [726] (error on includes when no loader specified), which broke I18n extraction via the Babel plugin.
cmlenz
parents: 599
diff changeset
5 components for parsing, generating, and processing HTML, XML or other
3ed5d7e47f38 Revert second part of [726] (error on includes when no loader specified), which broke I18n extraction via the Babel plugin.
cmlenz
parents: 599
diff changeset
6 textual content for output generation on the web. The major feature is
3ed5d7e47f38 Revert second part of [726] (error on includes when no loader specified), which broke I18n extraction via the Babel plugin.
cmlenz
parents: 599
diff changeset
7 a template language, which is heavily inspired by Kid.
148
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
8
629
3ed5d7e47f38 Revert second part of [726] (error on includes when no loader specified), which broke I18n extraction via the Babel plugin.
cmlenz
parents: 599
diff changeset
9 For more information please see the documentation in the `doc`
3ed5d7e47f38 Revert second part of [726] (error on includes when no loader specified), which broke I18n extraction via the Babel plugin.
cmlenz
parents: 599
diff changeset
10 directory, and visit the Genshi web site:
26
3c1a022be04c * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
11
230
84168828b074 Renamed Markup to Genshi in repository.
cmlenz
parents: 186
diff changeset
12 <http://genshi.edgewall.org/>
Copyright (C) 2012-2017 Edgewall Software