annotate README.txt @ 26:039fc5b87405

* Split out the XPath tests into a separate `unittest`-based file. * Added many more docstrings. * Cleaned up the implementation of the XML/HTML parsers a bit. * The HTML parser now correctly handles minimized attributes. * Added `COPYING` and `README` files.
author cmlenz
date Wed, 28 Jun 2006 08:55:04 +0000
parents
children 5c024cf58ecb
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
039fc5b87405 * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
11 <http://markup.cmlenz.net/>
Copyright (C) 2012-2017 Edgewall Software