diff options
Diffstat (limited to 'textproc/py-genshi-devel/pkg-descr')
-rw-r--r-- | textproc/py-genshi-devel/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/py-genshi-devel/pkg-descr b/textproc/py-genshi-devel/pkg-descr index f2506fea34a0..1432154deaa4 100644 --- a/textproc/py-genshi-devel/pkg-descr +++ b/textproc/py-genshi-devel/pkg-descr @@ -3,4 +3,18 @@ for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid. +The development version 0.6 has the following features: + +* Improved XPath engine. + +* Code generation instead of AST transformation for template expressions. + +* Use of Python _ast module as an alternative to the deprecated compiler +* package. + +* Full support for advanced internationalization. + +* Drop Python 2.3 compatibility, Python 2.4 will be the minimum required +* version. + WWW: http://genshi.edgewall.org/ |