comparison doc/index.txt @ 820:9755836bb396 experimental-inline

Sync (old) experimental inline branch with trunk@1027.
author cmlenz
date Wed, 11 Mar 2009 17:51:06 +0000
parents 3eb30e4ece8c
children fe25855324dd
comparison
equal deleted inserted replaced
500:3eb30e4ece8c 820:9755836bb396
1 .. -*- mode: rst; encoding: utf-8 -*- 1 .. -*- mode: rst; encoding: utf-8 -*-
2 2
3 ====== 3 =======
4 Genshi 4 Preface
5 ====== 5 =======
6 6
7 .. image:: logo.png 7 .. image:: logo.png
8 :width: 225 8 :width: 225
9 :height: 81 9 :height: 81
10 :align: center 10 :align: center
11 :alt: Genshi - Generate output for the web 11 :alt: Genshi - Generate output for the web
12 :class: logo 12 :class: logo
13 13
14 --------------------------------------------------------- 14 --------------------------------------------
15 Toolkit for stream-based generation of output for the web 15 Toolkit for generation of output for the web
16 --------------------------------------------------------- 16 --------------------------------------------
17 17
18 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
19 for parsing, generating, and processing HTML, XML or other textual content 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, 20 for output generation on the web. The major feature is a template language,
21 which is heavily inspired by Kid. 21 which is heavily inspired by Kid.
22
23 Installation
24 ------------
25
26 * `Installing Genshi <install.html>`_
27 * `Upgrading from Previous Versions <upgrade.html>`_
28
29 Usage
30 -----
22 31
23 * `Markup Streams <streams.html>`_ 32 * `Markup Streams <streams.html>`_
24 * `Templating Basics <templates.html>`_ 33 * `Templating Basics <templates.html>`_
25 * `XML Template Language <xml-templates.html>`_ 34 * `XML Template Language <xml-templates.html>`_
26 * `Text Template Language <text-templates.html>`_ 35 * `Text Template Language <text-templates.html>`_
27 * `Using Stream Filters <filters.html>`_ 36 * `Using Stream Filters <filters.html>`_
28 * `Using XPath <xpath.html>`_ 37 * `Using XPath <xpath.html>`_
38 * `Internationalization and Localization <i18n.html>`_
29 * `Using the Templating Plugin <plugin.html>`_ 39 * `Using the Templating Plugin <plugin.html>`_
40
41 API Documentation
42 -----------------
43
30 * `Generated API Documentation <api/index.html>`_ 44 * `Generated API Documentation <api/index.html>`_
Copyright (C) 2012-2017 Edgewall Software