cmlenz@226: .. -*- mode: rst; encoding: utf-8 -*- cmlenz@226: cmlenz@585: ======= cmlenz@585: Preface cmlenz@585: ======= 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@236: --------------------------------------------------------- cmlenz@236: Toolkit for stream-based generation of output for the web cmlenz@236: --------------------------------------------------------- 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@236: * `Markup Streams `_ cmlenz@442: * `Templating Basics `_ cmlenz@442: * `XML Template Language `_ cmlenz@442: * `Text Template Language `_ cmlenz@438: * `Using Stream Filters `_ cmlenz@442: * `Using XPath `_ cmlenz@528: * `Internationalization and Localization `_ cmlenz@445: * `Using the Templating Plugin `_ cmlenz@427: * `Generated API Documentation `_