view README.txt @ 151:77779d507d40

The convention for an unknown position is `(None, -1, -1)`.
author cmlenz
date Tue, 15 Aug 2006 22:03:39 +0000
parents a0a52cf4e4de
children 0c2d52c6c3f7
line wrap: on
line source
About Markup
============

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.


Prerequisites
-------------

 * Python, version 2.3 or later (version 2.4 or later is recommended)
 * Optional: setuptools 0.6a2 or later


Installation
------------

Once you've downloaded and unpacked a Markup source release, enter the
directory where the archive was unpacked, and run:

  $ python setup.py install

Note that you may need administrator/root privileges for this step, as
it will by default attempt to install Markup to the Python site-packages
directory on your system.


For more information visit the Markup web site:

  <http://markup.edgewall.org/>
Copyright (C) 2012-2017 Edgewall Software