annotate doc/index.txt @ 988:480cf1be291a trunk

Always include the test packages (otherwise sdists built on Python 2 don't work on Python 3 which is unexpected and confusing).
author hodgestar
date Sat, 26 Jan 2013 10:57:32 +0000
parents bf4ed3c37ab5
children
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
585
db133252d1ff Documentation stuff moved to a common shared repository.
cmlenz
parents: 528
diff changeset
3 =======
db133252d1ff Documentation stuff moved to a common shared repository.
cmlenz
parents: 528
diff changeset
4 Preface
db133252d1ff Documentation stuff moved to a common shared repository.
cmlenz
parents: 528
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
599
eaf2a3171e12 Get rid of the previously overemphasized term ?stream-based? in the tagline, which seems to turn some people off.
cmlenz
parents: 585
diff changeset
14 --------------------------------------------
eaf2a3171e12 Get rid of the previously overemphasized term ?stream-based? in the tagline, which seems to turn some people off.
cmlenz
parents: 585
diff changeset
15 Toolkit for generation of output for the web
eaf2a3171e12 Get rid of the previously overemphasized term ?stream-based? in the tagline, which seems to turn some people off.
cmlenz
parents: 585
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
608
4f1969708442 Moved the installation instructions into the docs.
cmlenz
parents: 606
diff changeset
23 Installation
4f1969708442 Moved the installation instructions into the docs.
cmlenz
parents: 606
diff changeset
24 ------------
4f1969708442 Moved the installation instructions into the docs.
cmlenz
parents: 606
diff changeset
25
4f1969708442 Moved the installation instructions into the docs.
cmlenz
parents: 606
diff changeset
26 * `Installing Genshi <install.html>`_
606
37ff75bb4301 Changed the default error handling mode to "strict".
cmlenz
parents: 599
diff changeset
27 * `Upgrading from Previous Versions <upgrade.html>`_
608
4f1969708442 Moved the installation instructions into the docs.
cmlenz
parents: 606
diff changeset
28
4f1969708442 Moved the installation instructions into the docs.
cmlenz
parents: 606
diff changeset
29 Usage
4f1969708442 Moved the installation instructions into the docs.
cmlenz
parents: 606
diff changeset
30 -----
4f1969708442 Moved the installation instructions into the docs.
cmlenz
parents: 606
diff changeset
31
236
7fb269e7da81 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
32 * `Markup Streams <streams.html>`_
442
97544725bb7f 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
33 * `Templating Basics <templates.html>`_
97544725bb7f 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
34 * `XML Template Language <xml-templates.html>`_
97544725bb7f 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
35 * `Text Template Language <text-templates.html>`_
883
bf4ed3c37ab5 Added a documentation page about the template loader.
cmlenz
parents: 608
diff changeset
36 * `Loading Templates <loader.html>`_
438
2c38ec4e2dff Added documentation page on the builtin stream filters.
cmlenz
parents: 430
diff changeset
37 * `Using Stream Filters <filters.html>`_
442
97544725bb7f 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
38 * `Using XPath <xpath.html>`_
528
24df908da22d Integrated [http://babel.edgewall.org/ Babel] message extraction plugin, and added I18n doc page.
cmlenz
parents: 445
diff changeset
39 * `Internationalization and Localization <i18n.html>`_
445
ec7890aa7c0b Add documentation page on the plugin API.
cmlenz
parents: 442
diff changeset
40 * `Using the Templating Plugin <plugin.html>`_
608
4f1969708442 Moved the installation instructions into the docs.
cmlenz
parents: 606
diff changeset
41
4f1969708442 Moved the installation instructions into the docs.
cmlenz
parents: 606
diff changeset
42 API Documentation
4f1969708442 Moved the installation instructions into the docs.
cmlenz
parents: 606
diff changeset
43 -----------------
4f1969708442 Moved the installation instructions into the docs.
cmlenz
parents: 606
diff changeset
44
427
55c574767df2 More API documentation.
cmlenz
parents: 241
diff changeset
45 * `Generated API Documentation <api/index.html>`_
Copyright (C) 2012-2017 Edgewall Software