annotate README.txt @ 1002:d599d55a9a70 trunk

Update MANIFEST.in so that all files that are meant to be included in the source builds are included explicitly rather than relying on setuptools to find files under version control (since it fails to do so for svn 1.7.x and possibly other version control system).
author hodgestar
date Sun, 27 Jan 2013 15:08:45 +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