annotate README.txt @ 88:628ba9ed39ef trunk

Add support for list comprehension in expressions (see #12).
author cmlenz
date Mon, 17 Jul 2006 17:33:14 +0000
parents b3fdf93057ab
children dcc9dc25bc59
rev   line source
26
3c1a022be04c * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
1 About Markup
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
3c1a022be04c * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
4 Markup is a Python library that provides a integrated set of components
3c1a022be04c * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
5 for parsing, generating, and processing HTML or XML content in a uniform
3c1a022be04c * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
6 manner. The major feature is a template language, which is heavily
3c1a022be04c * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
7 inspired by Kid.
3c1a022be04c * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
8
3c1a022be04c * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
9 For more information visit the Markup web site:
3c1a022be04c * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
10
65
b3fdf93057ab Support the use of directives as elements to reduce the need for using `py:strip`.
cmlenz
parents: 26
diff changeset
11 <http://markup.edgewall.org/>
Copyright (C) 2012-2017 Edgewall Software