view README.txt @ 113:d10fbba1d5e0 trunk

Removed the `sanitize()` method from the `Markup` class, and migrate the existing unit tests to `markup.tests.filters`. Provide a `Stream.filter()` method instead which can be used to conveniently apply a filter to a stream.
author cmlenz
date Mon, 31 Jul 2006 23:00:06 +0000
parents b3fdf93057ab
children dcc9dc25bc59
line wrap: on
line source
About Markup
============

Markup is a Python library that provides a integrated set of components
for parsing, generating, and processing HTML or XML content in a uniform
manner. The major feature is a template language, which is heavily
inspired by Kid.

For more information visit the Markup web site:

  <http://markup.edgewall.org/>
Copyright (C) 2012-2017 Edgewall Software