Mercurial > genshi > mirror
annotate doc/index.txt @ 456:4b6dc4978691 trunk
Fix incorrect reference to translation function in the I18N filter.
author | cmlenz |
---|---|
date | Tue, 17 Apr 2007 12:36:57 +0000 |
parents | ec7890aa7c0b |
children | 24df908da22d |
rev | line source |
---|---|
226 | 1 .. -*- mode: rst; encoding: utf-8 -*- |
2 | |
236 | 3 ====== |
4 Genshi | |
5 ====== | |
6 | |
235 | 7 .. image:: logo.png |
8 :width: 225 | |
9 :height: 81 | |
10 :align: center | |
11 :alt: Genshi - Generate output for the web | |
12 :class: logo | |
226 | 13 |
236 | 14 --------------------------------------------------------- |
15 Toolkit for stream-based generation of output for the web | |
16 --------------------------------------------------------- | |
226 | 17 |
230 | 18 Genshi is a Python library that provides an integrated set of components |
19 for parsing, generating, and processing HTML, XML or other textual content | |
20 for output generation on the web. The major feature is a template language, | |
21 which is heavily inspired by Kid. | |
226 | 22 |
236 | 23 * `Markup Streams <streams.html>`_ |
442
97544725bb7f
Back out [510] and instead implement configurable error handling modes. The default is the old 0.3.x behaviour, but more strict error handling is available as an option.
cmlenz
parents:
438
diff
changeset
|
24 * `Templating Basics <templates.html>`_ |
97544725bb7f
Back out [510] and instead implement configurable error handling modes. The default is the old 0.3.x behaviour, but more strict error handling is available as an option.
cmlenz
parents:
438
diff
changeset
|
25 * `XML Template Language <xml-templates.html>`_ |
97544725bb7f
Back out [510] and instead implement configurable error handling modes. The default is the old 0.3.x behaviour, but more strict error handling is available as an option.
cmlenz
parents:
438
diff
changeset
|
26 * `Text Template Language <text-templates.html>`_ |
438
2c38ec4e2dff
Added documentation page on the builtin stream filters.
cmlenz
parents:
430
diff
changeset
|
27 * `Using Stream Filters <filters.html>`_ |
442
97544725bb7f
Back out [510] and instead implement configurable error handling modes. The default is the old 0.3.x behaviour, but more strict error handling is available as an option.
cmlenz
parents:
438
diff
changeset
|
28 * `Using XPath <xpath.html>`_ |
445 | 29 * `Using the Templating Plugin <plugin.html>`_ |
427 | 30 * `Generated API Documentation <api/index.html>`_ |