view README.txt @ 204:51d4101f49ca trunk

* Implement reverse add/mul operators for `Markup` class, so that the result is also a `Markup` instance. * Override the bitwise or (`|`) operator on the `Stream` class, which allows a syntax similar to Unix shell pipes for chaining stream filters.
author cmlenz
date Fri, 25 Aug 2006 23:58:36 +0000
parents 3d8501e292d1
children 84168828b074
line wrap: on
line source
About Markup
============

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

For more information please visit the Markup web site:

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