comparison doc/index.txt @ 236:66e702ab4ae4

Fix title on index page of HTML docs.
author cmlenz
date Tue, 12 Sep 2006 15:53:26 +0000
parents b3cabd49de75
children bbed6d426678
comparison
equal deleted inserted replaced
235:b3cabd49de75 236:66e702ab4ae4
1 .. -*- mode: rst; encoding: utf-8 -*- 1 .. -*- mode: rst; encoding: utf-8 -*-
2
3 ======
4 Genshi
5 ======
2 6
3 .. image:: logo.png 7 .. image:: logo.png
4 :width: 225 8 :width: 225
5 :height: 81 9 :height: 81
6 :align: center 10 :align: center
7 :alt: Genshi - Generate output for the web 11 :alt: Genshi - Generate output for the web
8 :class: logo 12 :class: logo
9 13
10 ----------------------------------------------------------- 14 ---------------------------------------------------------
11 A toolkit for stream-based generation of output for the web 15 Toolkit for stream-based generation of output for the web
12 ----------------------------------------------------------- 16 ---------------------------------------------------------
13 17
14 Genshi is a Python library that provides an integrated set of components 18 Genshi is a Python library that provides an integrated set of components
15 for parsing, generating, and processing HTML, XML or other textual content 19 for parsing, generating, and processing HTML, XML or other textual content
16 for output generation on the web. The major feature is a template language, 20 for output generation on the web. The major feature is a template language,
17 which is heavily inspired by Kid. 21 which is heavily inspired by Kid.
18 22
19 * `Markup Streams`_ 23 * `Markup Streams <streams.html>`_
20 * `Generating Markup Programmatically`_ 24 * `Generating Markup Programmatically <builder.html>`_
21 * `Genshi XML Template Language`_ 25 * `Genshi XML Template Language <xml-templates.html>`_
22 * `Using XPath in Genshi`_ 26 * `Using XPath in Genshi <xpath.html>`_
23
24 .. _`Markup Streams`: streams.html
25 .. _`Generating Markup Programmatically`: builder.html
26 .. _`Genshi XML Template Language`: xml-templates.html
27 .. _`Using XPath in Genshi`: xpath.html
Copyright (C) 2012-2017 Edgewall Software