Mercurial > genshi > mirror
annotate doc/index.txt @ 377:9aa6aa18fa35 trunk
Add `Attrs` class to `genshi.core.__all__`, so that it can be imported directly from the `genshi` package.
author | cmlenz |
---|---|
date | Thu, 23 Nov 2006 12:36:43 +0000 |
parents | 4d81439bc097 |
children | 55c574767df2 3eb30e4ece8c |
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>`_ |
24 * `Generating Markup Programmatically <builder.html>`_ | |
25 * `Genshi XML Template Language <xml-templates.html>`_ | |
241
4d81439bc097
* Added basic documentation for the text-based template language.
cmlenz
parents:
236
diff
changeset
|
26 * `Genshi Text Template Language <text-templates.html>`_ |
236 | 27 * `Using XPath in Genshi <xpath.html>`_ |