annotate README.txt @ 206:75c9c019de88 trunk

`TypeError`s raised by `py:def` macros (and other expressions producing streams) are no longer silently ignored. Closes #44.
author cmlenz
date Tue, 29 Aug 2006 10:56:33 +0000
parents 3d8501e292d1
children 84168828b074
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
148
dcc9dc25bc59 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
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
148
dcc9dc25bc59 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
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
7 by Kid.
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
8
186
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents: 148
diff changeset
9 For more information please visit the Markup web site:
26
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