cmlenz@26: About Markup cmlenz@26: ============ cmlenz@26: cmlenz@148: Markup is a Python library that provides an integrated set of components cmlenz@26: for parsing, generating, and processing HTML or XML content in a uniform cmlenz@148: manner. The major feature is a template language that is heavily inspired cmlenz@148: by Kid. cmlenz@148: cmlenz@148: cmlenz@148: Prerequisites cmlenz@148: ------------- cmlenz@148: cmlenz@148: * Python, version 2.3 or later (version 2.4 or later is recommended) cmlenz@148: * Optional: setuptools 0.6a2 or later cmlenz@148: cmlenz@148: cmlenz@148: Installation cmlenz@148: ------------ cmlenz@148: cmlenz@148: Once you've downloaded and unpacked a Markup source release, enter the cmlenz@148: directory where the archive was unpacked, and run: cmlenz@148: cmlenz@148: $ python setup.py install cmlenz@148: cmlenz@148: Note that you may need administrator/root privileges for this step, as cmlenz@148: it will by default attempt to install Markup to the Python site-packages cmlenz@148: directory on your system. cmlenz@148: cmlenz@26: cmlenz@26: For more information visit the Markup web site: cmlenz@26: cmlenz@65: