comparison doc/index.txt @ 720:acf7c5ee36e7 experimental-newctxt

newctxt branch: Merged revisions [678:835] via svnmerge from [source:trunk].
author cmlenz
date Fri, 11 Apr 2008 08:42:11 +0000
parents 24df908da22d
children
comparison
equal deleted inserted replaced
567:837786a584d5 720:acf7c5ee36e7
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>`_
29 * `Internationalization and Localization <i18n.html>`_ 38 * `Internationalization and Localization <i18n.html>`_
30 * `Using the Templating Plugin <plugin.html>`_ 39 * `Using the Templating Plugin <plugin.html>`_
40
41 API Documentation
42 -----------------
43
31 * `Generated API Documentation <api/index.html>`_ 44 * `Generated API Documentation <api/index.html>`_
Copyright (C) 2012-2017 Edgewall Software