view doc/index.txt @ 226:09f869a98149

Add reStructuredText documentation files.
author cmlenz
date Fri, 08 Sep 2006 08:44:31 +0000
parents
children 24757b771651
line wrap: on
line source
.. -*- mode: rst; encoding: utf-8 -*-

======
Markup
======

---------------------------------------------------------
Toolkit for stream-based generation of markup for the web
---------------------------------------------------------

Markup is a Python library that provides an integrated set of components for
parsing, generating, and processing HTML or XML content in a uniform manner.
The major feature is a template language that is heavily inspired by Kid.

* `Markup Streams`_
* `Generating Markup Programmatically`_
* `Markup XML Template Language`_
* `Using XPath in Markup`_

.. _`Markup Streams`: streams.html
.. _`Generating Markup Programmatically`: builder.html
.. _`Markup XML Template Language`: xml-templates.html
.. _`Using XPath in Markup`: xpath.html
Copyright (C) 2012-2017 Edgewall Software