annotate README.txt @ 192:cda3bdfc19ed

Expression evaluation now differentiates between undefined variables and variables that are defined but set to `None`.
author cmlenz
date Wed, 23 Aug 2006 17:49:14 +0000
parents 0c2d52c6c3f7
children 24757b771651
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
148
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
4 Markup is a Python library that provides an integrated set of components
26
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
148
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
6 manner. The major feature is a template language that is heavily inspired
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
7 by Kid.
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
8
186
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents: 148
diff changeset
9 For more information please visit the Markup web site:
26
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