view README.txt @ 311:8de1ff534d22 trunk

* The `HTMLParser` class and the `HTML` function now accept an `encoding` parameter to properly deal with bytestring input (defaults to UTF-8). * The `TemplateLoader` class can now also be initialized from a string for the search path, for cases where the search path contains only a single directory.
author cmlenz
date Sun, 22 Oct 2006 14:57:40 +0000
parents 84168828b074
children eaf2a3171e12 acf7c5ee36e7
line wrap: on
line source
About Genshi
============

Genshi is a Python library that provides an integrated set of components
for parsing, generating, and processing HTML, XML or other textual
content for output generation on the web. The major feature is a
template language, which is heavily inspired by Kid.

For more information please visit the Genshi web site:

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