comparison 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
comparison
equal deleted inserted replaced
147:f7fb556f2678 148:a0a52cf4e4de
1 About Markup 1 About Markup
2 ============ 2 ============
3 3
4 Markup is a Python library that provides a integrated set of components 4 Markup is a Python library that provides an integrated set of components
5 for parsing, generating, and processing HTML or XML content in a uniform 5 for parsing, generating, and processing HTML or XML content in a uniform
6 manner. The major feature is a template language, which is heavily 6 manner. The major feature is a template language that is heavily inspired
7 inspired by Kid. 7 by Kid.
8
9
10 Prerequisites
11 -------------
12
13 * Python, version 2.3 or later (version 2.4 or later is recommended)
14 * Optional: setuptools 0.6a2 or later
15
16
17 Installation
18 ------------
19
20 Once you've downloaded and unpacked a Markup source release, enter the
21 directory where the archive was unpacked, and run:
22
23 $ python setup.py install
24
25 Note that you may need administrator/root privileges for this step, as
26 it will by default attempt to install Markup to the Python site-packages
27 directory on your system.
28
8 29
9 For more information visit the Markup web site: 30 For more information visit the Markup web site:
10 31
11 <http://markup.edgewall.org/> 32 <http://markup.edgewall.org/>
Copyright (C) 2012-2017 Edgewall Software