annotate doc/index.txt @ 821:f807fb8900ca experimental-inline

inline-branch: Fix for `for` directive.
author cmlenz
date Wed, 11 Mar 2009 18:13:12 +0000
parents 9755836bb396
children fe25855324dd
rev   line source
226
4d8a9e03b23d Add reStructuredText documentation files.
cmlenz
parents:
diff changeset
1 .. -*- mode: rst; encoding: utf-8 -*-
4d8a9e03b23d Add reStructuredText documentation files.
cmlenz
parents:
diff changeset
2
820
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
3 =======
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
4 Preface
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
5 =======
236
7fb269e7da81 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
6
235
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents: 230
diff changeset
7 .. image:: logo.png
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents: 230
diff changeset
8 :width: 225
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents: 230
diff changeset
9 :height: 81
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents: 230
diff changeset
10 :align: center
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents: 230
diff changeset
11 :alt: Genshi - Generate output for the web
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents: 230
diff changeset
12 :class: logo
226
4d8a9e03b23d Add reStructuredText documentation files.
cmlenz
parents:
diff changeset
13
820
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
14 --------------------------------------------
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
15 Toolkit for generation of output for the web
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
16 --------------------------------------------
226
4d8a9e03b23d Add reStructuredText documentation files.
cmlenz
parents:
diff changeset
17
230
84168828b074 Renamed Markup to Genshi in repository.
cmlenz
parents: 226
diff changeset
18 Genshi is a Python library that provides an integrated set of components
84168828b074 Renamed Markup to Genshi in repository.
cmlenz
parents: 226
diff changeset
19 for parsing, generating, and processing HTML, XML or other textual content
84168828b074 Renamed Markup to Genshi in repository.
cmlenz
parents: 226
diff changeset
20 for output generation on the web. The major feature is a template language,
84168828b074 Renamed Markup to Genshi in repository.
cmlenz
parents: 226
diff changeset
21 which is heavily inspired by Kid.
226
4d8a9e03b23d Add reStructuredText documentation files.
cmlenz
parents:
diff changeset
22
820
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
23 Installation
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
24 ------------
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
25
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
26 * `Installing Genshi <install.html>`_
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
27 * `Upgrading from Previous Versions <upgrade.html>`_
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
28
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
29 Usage
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
30 -----
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
31
236
7fb269e7da81 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
32 * `Markup Streams <streams.html>`_
500
3eb30e4ece8c Merged revisions 487-603 via svnmerge from
cmlenz
parents: 241
diff changeset
33 * `Templating Basics <templates.html>`_
3eb30e4ece8c Merged revisions 487-603 via svnmerge from
cmlenz
parents: 241
diff changeset
34 * `XML Template Language <xml-templates.html>`_
3eb30e4ece8c Merged revisions 487-603 via svnmerge from
cmlenz
parents: 241
diff changeset
35 * `Text Template Language <text-templates.html>`_
3eb30e4ece8c Merged revisions 487-603 via svnmerge from
cmlenz
parents: 241
diff changeset
36 * `Using Stream Filters <filters.html>`_
3eb30e4ece8c Merged revisions 487-603 via svnmerge from
cmlenz
parents: 241
diff changeset
37 * `Using XPath <xpath.html>`_
820
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
38 * `Internationalization and Localization <i18n.html>`_
500
3eb30e4ece8c Merged revisions 487-603 via svnmerge from
cmlenz
parents: 241
diff changeset
39 * `Using the Templating Plugin <plugin.html>`_
820
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
40
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
41 API Documentation
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
42 -----------------
9755836bb396 Sync (old) experimental inline branch with trunk@1027.
cmlenz
parents: 500
diff changeset
43
500
3eb30e4ece8c Merged revisions 487-603 via svnmerge from
cmlenz
parents: 241
diff changeset
44 * `Generated API Documentation <api/index.html>`_
Copyright (C) 2012-2017 Edgewall Software