# HG changeset patch # User paulb # Date 1195431504 0 # Node ID 1e27f5ecaf4d0fdd94664c38c42bf75b3021c06e # Parent e2e9c1b51687a750a8c1ef6a9773c4b061de9614 [project @ 2007-11-19 00:18:24 by paulb] Updated release information. diff -r e2e9c1b51687 -r 1e27f5ecaf4d docs/index.html --- a/docs/index.html Mon Nov 19 00:18:17 2007 +0000 +++ b/docs/index.html Mon Nov 19 00:18:24 2007 +0000 @@ -11,23 +11,23 @@ libxml2, libxslt and (optionally) WebStack.

Setting Up

First of all, let us assume that the XSLTools distribution has been -unpacked and now sits in the XSLTools-0.5.1 directory.

+unpacked and now sits in the XSLTools-0.6 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.5.1 directory and to run the setup.py +to Python. The easiest way to do this is to change into the XSLTools-0.6 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.5.1
python setup.py install
+
cd XSLTools-0.6
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.5.1 directory sits on your +that the XSLTools-0.6 directory sits on your PYTHONPATH.

Viewing the API Documentation

The API documentation for use in conjunction with this guide can be found inside the apidocs -directory within the XSLTools-0.5.1 directory. Of course, +directory within the XSLTools-0.6 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.