annotate README.txt @ 148:a0a52cf4e4de

Added changelog file, plus some README and setup tweaks.
author cmlenz
date Tue, 15 Aug 2006 14:41:08 +0000
parents 5c024cf58ecb
children 0c2d52c6c3f7
rev   line source
26
039fc5b87405 * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
1 About Markup
039fc5b87405 * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
2 ============
039fc5b87405 * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
3
148
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
4 Markup is a Python library that provides an integrated set of components
26
039fc5b87405 * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
5 for parsing, generating, and processing HTML or XML content in a uniform
148
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
6 manner. The major feature is a template language that is heavily inspired
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
7 by Kid.
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
8
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
9
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
10 Prerequisites
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
11 -------------
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
12
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
13 * Python, version 2.3 or later (version 2.4 or later is recommended)
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
14 * Optional: setuptools 0.6a2 or later
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
15
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
16
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
17 Installation
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
18 ------------
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
19
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
20 Once you've downloaded and unpacked a Markup source release, enter the
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
21 directory where the archive was unpacked, and run:
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
22
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
23 $ python setup.py install
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
24
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
25 Note that you may need administrator/root privileges for this step, as
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
26 it will by default attempt to install Markup to the Python site-packages
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
27 directory on your system.
a0a52cf4e4de Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
28
26
039fc5b87405 * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
29
039fc5b87405 * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
30 For more information visit the Markup web site:
039fc5b87405 * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
31
65
5c024cf58ecb Support the use of directives as elements to reduce the need for using `py:strip`.
cmlenz
parents: 26
diff changeset
32 <http://markup.edgewall.org/>
Copyright (C) 2012-2017 Edgewall Software