annotate doc/index.txt @ 445:906b346513b6

Add documentation page on the plugin API.
author cmlenz
date Fri, 13 Apr 2007 10:38:12 +0000
parents ff7c72b52fb2
children f38ce008ab0a
rev   line source
226
09f869a98149 Add reStructuredText documentation files.
cmlenz
parents:
diff changeset
1 .. -*- mode: rst; encoding: utf-8 -*-
09f869a98149 Add reStructuredText documentation files.
cmlenz
parents:
diff changeset
2
236
66e702ab4ae4 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
3 ======
66e702ab4ae4 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
4 Genshi
66e702ab4ae4 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
5 ======
66e702ab4ae4 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
6
235
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents: 230
diff changeset
7 .. image:: logo.png
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents: 230
diff changeset
8 :width: 225
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents: 230
diff changeset
9 :height: 81
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents: 230
diff changeset
10 :align: center
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents: 230
diff changeset
11 :alt: Genshi - Generate output for the web
b3cabd49de75 Beautified the HTML docs a bit.
cmlenz
parents: 230
diff changeset
12 :class: logo
226
09f869a98149 Add reStructuredText documentation files.
cmlenz
parents:
diff changeset
13
236
66e702ab4ae4 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
14 ---------------------------------------------------------
66e702ab4ae4 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
15 Toolkit for stream-based generation of output for the web
66e702ab4ae4 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
16 ---------------------------------------------------------
226
09f869a98149 Add reStructuredText documentation files.
cmlenz
parents:
diff changeset
17
230
24757b771651 Renamed Markup to Genshi in repository.
cmlenz
parents: 226
diff changeset
18 Genshi is a Python library that provides an integrated set of components
24757b771651 Renamed Markup to Genshi in repository.
cmlenz
parents: 226
diff changeset
19 for parsing, generating, and processing HTML, XML or other textual content
24757b771651 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,
24757b771651 Renamed Markup to Genshi in repository.
cmlenz
parents: 226
diff changeset
21 which is heavily inspired by Kid.
226
09f869a98149 Add reStructuredText documentation files.
cmlenz
parents:
diff changeset
22
236
66e702ab4ae4 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
23 * `Markup Streams <streams.html>`_
442
ff7c72b52fb2 Back out [510] and instead implement configurable error handling modes. The default is the old 0.3.x behaviour, but more strict error handling is available as an option.
cmlenz
parents: 438
diff changeset
24 * `Templating Basics <templates.html>`_
ff7c72b52fb2 Back out [510] and instead implement configurable error handling modes. The default is the old 0.3.x behaviour, but more strict error handling is available as an option.
cmlenz
parents: 438
diff changeset
25 * `XML Template Language <xml-templates.html>`_
ff7c72b52fb2 Back out [510] and instead implement configurable error handling modes. The default is the old 0.3.x behaviour, but more strict error handling is available as an option.
cmlenz
parents: 438
diff changeset
26 * `Text Template Language <text-templates.html>`_
438
6fd7e4dc0318 Added documentation page on the builtin stream filters.
cmlenz
parents: 430
diff changeset
27 * `Using Stream Filters <filters.html>`_
442
ff7c72b52fb2 Back out [510] and instead implement configurable error handling modes. The default is the old 0.3.x behaviour, but more strict error handling is available as an option.
cmlenz
parents: 438
diff changeset
28 * `Using XPath <xpath.html>`_
445
906b346513b6 Add documentation page on the plugin API.
cmlenz
parents: 442
diff changeset
29 * `Using the Templating Plugin <plugin.html>`_
427
68a8308309b9 More API documentation.
cmlenz
parents: 241
diff changeset
30 * `Generated API Documentation <api/index.html>`_
Copyright (C) 2012-2017 Edgewall Software