.. -*- mode: rst; encoding: utf-8 -*- ======= Preface ======= .. image:: logo.png :width: 225 :height: 81 :align: center :alt: Genshi - Generate output for the web :class: logo -------------------------------------------- Toolkit for generation of output for the web -------------------------------------------- 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. Installation ------------ * `Installing Genshi `_ * `Upgrading from Previous Versions `_ Usage ----- * `Markup Streams `_ * `Templating Basics `_ * `XML Template Language `_ * `Text Template Language `_ * `Loading Templates `_ * `Using Stream Filters `_ * `Using XPath `_ * `Internationalization and Localization `_ * `Using the Templating Plugin `_ API Documentation ----------------- * `Generated API Documentation `_