annotate README.txt @ 190:f0b32f1c478c

Improvements for the `py:with` directive: * One assignment in the same directive can now refer to an earlier assignment. * Semicolons used in string literals inside the expression are no longer treated as statement separators, and they don't need to be escaped then either. * Trailing semicolons are now ignored Many thanks to Oliver Cope for reporting these problems, and providing unit tests and a patch!
author cmlenz
date Wed, 23 Aug 2006 14:33:37 +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