comparison README.txt @ 26:3c1a022be04c trunk

* 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 b3fdf93057ab
comparison
equal deleted inserted replaced
25:e3be27f5bcf5 26:3c1a022be04c
1 About Markup
2 ============
3
4 Markup is a Python library that provides a integrated set of components
5 for parsing, generating, and processing HTML or XML content in a uniform
6 manner. The major feature is a template language, which is heavily
7 inspired by Kid.
8
9 For more information visit the Markup web site:
10
11 <http://markup.cmlenz.net/>
Copyright (C) 2012-2017 Edgewall Software