annotate README.txt @ 156:4792730ebb20 trunk

Updated !ChangeLog to reflect [197].
author cmlenz
date Wed, 16 Aug 2006 18:20:07 +0000
parents dcc9dc25bc59
children 3d8501e292d1
rev   line source
26
3c1a022be04c * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
1 About Markup
3c1a022be04c * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
2 ============
3c1a022be04c * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
3
148
dcc9dc25bc59 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
3c1a022be04c * 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
dcc9dc25bc59 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
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
7 by Kid.
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
8
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
9
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
10 Prerequisites
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
11 -------------
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
12
dcc9dc25bc59 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)
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
14 * Optional: setuptools 0.6a2 or later
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
15
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
16
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
17 Installation
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
18 ------------
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
19
dcc9dc25bc59 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
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
21 directory where the archive was unpacked, and run:
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
22
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
23 $ python setup.py install
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
24
dcc9dc25bc59 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
dcc9dc25bc59 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
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
27 directory on your system.
dcc9dc25bc59 Added changelog file, plus some README and setup tweaks.
cmlenz
parents: 65
diff changeset
28
26
3c1a022be04c * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
29
3c1a022be04c * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
30 For more information visit the Markup web site:
3c1a022be04c * Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff changeset
31
65
b3fdf93057ab 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