cmlenz@226: .. -*- mode: rst; encoding: utf-8 -*- cmlenz@226: cmlenz@820: ======= cmlenz@820: Preface cmlenz@820: ======= cmlenz@236: cmlenz@235: .. image:: logo.png cmlenz@235: :width: 225 cmlenz@235: :height: 81 cmlenz@235: :align: center cmlenz@235: :alt: Genshi - Generate output for the web cmlenz@235: :class: logo cmlenz@226: cmlenz@820: -------------------------------------------- cmlenz@820: Toolkit for generation of output for the web cmlenz@820: -------------------------------------------- cmlenz@226: cmlenz@230: Genshi is a Python library that provides an integrated set of components cmlenz@230: for parsing, generating, and processing HTML, XML or other textual content cmlenz@230: for output generation on the web. The major feature is a template language, cmlenz@230: which is heavily inspired by Kid. cmlenz@226: cmlenz@820: Installation cmlenz@820: ------------ cmlenz@820: cmlenz@820: * `Installing Genshi `_ cmlenz@820: * `Upgrading from Previous Versions `_ cmlenz@820: cmlenz@820: Usage cmlenz@820: ----- cmlenz@820: cmlenz@236: * `Markup Streams `_ cmlenz@500: * `Templating Basics `_ cmlenz@500: * `XML Template Language `_ cmlenz@500: * `Text Template Language `_ cmlenz@500: * `Using Stream Filters `_ cmlenz@500: * `Using XPath `_ cmlenz@820: * `Internationalization and Localization `_ cmlenz@500: * `Using the Templating Plugin `_ cmlenz@820: cmlenz@820: API Documentation cmlenz@820: ----------------- cmlenz@820: cmlenz@500: * `Generated API Documentation `_