annotate README.txt @ 118:226613431921

Add basic support for using `lambda`s in expressions. Closes #21. (Not sure about default arguments, need a test case).
author cmlenz
date Tue, 01 Aug 2006 22:34:39 +0000
parents 5c024cf58ecb
children a0a52cf4e4de
rev   line source
26
039fc5b87405 * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
1 About Markup
039fc5b87405 * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
2 ============
039fc5b87405 * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
3
039fc5b87405 * 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
039fc5b87405 * 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
039fc5b87405 * 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
039fc5b87405 * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
7 inspired by Kid.
039fc5b87405 * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
8
039fc5b87405 * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
9 For more information visit the Markup web site:
039fc5b87405 * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
10
65
5c024cf58ecb 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