Edgewall Software

source: trunk/doc/index.txt

Last change on this file was 1106, checked in by cmlenz, 13 years ago

Added a documentation page about the template loader.

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-rst
File size: 1.2 KB
RevLine 
[283]1.. -*- mode: rst; encoding: utf-8 -*-
2
[699]3=======
4Preface
5=======
[295]6
[294]7.. image:: logo.png
8   :width: 225
9   :height: 81
10   :align: center
11   :alt: Genshi - Generate output for the web
12   :class: logo
[283]13
[715]14--------------------------------------------
15Toolkit for generation of output for the web
16--------------------------------------------
[283]17
[287]18Genshi is a Python library that provides an integrated set of components
19for parsing, generating, and processing HTML, XML or other textual content
20for output generation on the web. The major feature is a template language,
21which is heavily inspired by Kid.
[283]22
[724]23Installation
24------------
25
26* `Installing Genshi <install.html>`_
[722]27* `Upgrading from Previous Versions <upgrade.html>`_
[724]28
29Usage
30-----
31
[295]32* `Markup Streams <streams.html>`_
[534]33* `Templating Basics <templates.html>`_
34* `XML Template Language <xml-templates.html>`_
35* `Text Template Language <text-templates.html>`_
[1106]36* `Loading Templates <loader.html>`_
[530]37* `Using Stream Filters <filters.html>`_
[534]38* `Using XPath <xpath.html>`_
[634]39* `Internationalization and Localization <i18n.html>`_
[537]40* `Using the Templating Plugin <plugin.html>`_
[724]41
42API Documentation
43-----------------
44
[519]45* `Generated API Documentation <api/index.html>`_
Note: See TracBrowser for help on using the repository browser.