Mercurial > genshi > genshi-test
annotate doc/index.txt @ 601:9ae986bcba9a
Simplify implementation of `py:with` directive by compiling to a `Suite`, instead of manually breaking up the statement and compiling each part to an `Expression`. Also, the first line of code in a `Suite` is now stored as the "function name" of the bytecode, so that it shows up in tracebacks.
author | cmlenz |
---|---|
date | Wed, 22 Aug 2007 21:50:46 +0000 |
parents | e4ec94fcb0c0 |
children | 9ada030ad986 |
rev | line source |
---|---|
226 | 1 .. -*- mode: rst; encoding: utf-8 -*- |
2 | |
585
e0d57ab9b0be
Documentation stuff moved to a common shared repository.
cmlenz
parents:
528
diff
changeset
|
3 ======= |
e0d57ab9b0be
Documentation stuff moved to a common shared repository.
cmlenz
parents:
528
diff
changeset
|
4 Preface |
e0d57ab9b0be
Documentation stuff moved to a common shared repository.
cmlenz
parents:
528
diff
changeset
|
5 ======= |
236 | 6 |
235 | 7 .. image:: logo.png |
8 :width: 225 | |
9 :height: 81 | |
10 :align: center | |
11 :alt: Genshi - Generate output for the web | |
12 :class: logo | |
226 | 13 |
599
e4ec94fcb0c0
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 -------------------------------------------- |
e4ec94fcb0c0
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 |
e4ec94fcb0c0
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 | 17 |
230 | 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 | |
20 for output generation on the web. The major feature is a template language, | |
21 which is heavily inspired by Kid. | |
226 | 22 |
236 | 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>`_ |
528
f38ce008ab0a
Integrated [http://babel.edgewall.org/ Babel] message extraction plugin, and added I18n doc page.
cmlenz
parents:
445
diff
changeset
|
29 * `Internationalization and Localization <i18n.html>`_ |
445 | 30 * `Using the Templating Plugin <plugin.html>`_ |
427 | 31 * `Generated API Documentation <api/index.html>`_ |