annotate INSTALL.txt @ 259:fe8dbe9066c1 trunk

Fix bug in evaluating XPath expressions using the union operator `|`, which caused any path but the first to get out of sync with the event stream, and the whole thing returning too few results.
author cmlenz
date Fri, 22 Sep 2006 11:40:24 +0000
parents 84168828b074
children
rev   line source
230
84168828b074 Renamed Markup to Genshi in repository.
cmlenz
parents: 186
diff changeset
1 Installing Genshi
186
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
2 =================
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
3
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
4 Prerequisites
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
5 -------------
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
6
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
7 * Python 2.3 or later (2.4 or later is recommended)
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
8 * Optional: setuptools 0.6a2 or later
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
9
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
10
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
11 Installation
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
12 ------------
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
13
230
84168828b074 Renamed Markup to Genshi in repository.
cmlenz
parents: 186
diff changeset
14 Once you've downloaded and unpacked a Genshi source release, enter the
186
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
15 directory where the archive was unpacked, and run:
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
16
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
17 $ python setup.py install
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
18
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
19 Note that you may need administrator/root privileges for this step, as
230
84168828b074 Renamed Markup to Genshi in repository.
cmlenz
parents: 186
diff changeset
20 this command will by default attempt to install Genshi to the Python
186
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
21 site-packages directory on your system.
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
22
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
23 For advanced options, please refer to the easy_install and/or the distutils
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
24 documentation:
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
25
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
26 http://peak.telecommunity.com/DevCenter/EasyInstall
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
27 http://docs.python.org/inst/inst.html
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
28
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
29
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
30 Support
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
31 -------
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
32
230
84168828b074 Renamed Markup to Genshi in repository.
cmlenz
parents: 186
diff changeset
33 If you encounter any problems with Genshi, please don't hesitate to ask
84168828b074 Renamed Markup to Genshi in repository.
cmlenz
parents: 186
diff changeset
34 questions on the Genshi mailing list or IRC channel:
186
3d8501e292d1 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
35
230
84168828b074 Renamed Markup to Genshi in repository.
cmlenz
parents: 186
diff changeset
36 http://genshi.edgewall.org/wiki/MailingList
84168828b074 Renamed Markup to Genshi in repository.
cmlenz
parents: 186
diff changeset
37 http://genshi.edgewall.org/wiki/IrcChannel
Copyright (C) 2012-2017 Edgewall Software