# HG changeset patch # User paulb # Date 1163209420 0 # Node ID acce6a267a19202d68d50e5a1e881d16c0c86b17 # Parent 2c1eb57b8ee48890f25c0fc816bbf42f41f3af36 [project @ 2006-11-11 01:43:34 by paulb] Updated release information. diff -r 2c1eb57b8ee4 -r acce6a267a19 XSLTools/__init__.py --- a/XSLTools/__init__.py Sat Nov 11 01:43:26 2006 +0000 +++ b/XSLTools/__init__.py Sat Nov 11 01:43:40 2006 +0000 @@ -20,6 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ -__version__ = "0.4.1" +__version__ = "0.4.2" # vim: tabstop=4 expandtab shiftwidth=4 diff -r 2c1eb57b8ee4 -r acce6a267a19 docs/index.html --- a/docs/index.html Sat Nov 11 01:43:26 2006 +0000 +++ b/docs/index.html Sat Nov 11 01:43:40 2006 +0000 @@ -10,23 +10,23 @@ libxml2, libxslt and (optionally) WebStack.
First of all, let us assume that the XSLTools distribution has been
-unpacked and now sits in the XSLTools-0.4.1
directory.
XSLTools-0.4.2
directory.
Before we begin, we must make sure that the XSLTools package is
available
-to Python. The easiest way to do this is to change into the XSLTools-0.4.1
directory and to run the setup.py
+to Python. The easiest way to do this is to change into the XSLTools-0.4.2
directory and to run the setup.py
script provided with the version of Python you are going to be using
(possibly as a privileged user like root
):
cd XSLTools-0.4.1+
python setup.py install
cd XSLTools-0.4.2
python setup.py install
If you don't want to install XSLTools in this way, or if you can't
do so
because you don't have root
privileges, you can just make
sure
-that the XSLTools-0.4.1
directory sits on your
+that the XSLTools-0.4.2
directory sits on your
PYTHONPATH
.
The API documentation for use in conjunction with this
guide can be found inside the apidocs
-directory within the XSLTools-0.4.1
directory. Of course,
+directory within the XSLTools-0.4.2
directory. Of course,
it is always possible to view the API documentation
within Python by importing modules (such as XSLTools.XSLOutput
)
and using Python's built-in help
function.