# HG changeset patch # User paulb # Date 1133566416 0 # Node ID 6d38898e4c4ad57330dd1517bf718c3edebb68c3 # Parent 5de94d85d300cd7caf91617b8a8ec63a4dc5fd43 [project @ 2005-12-02 23:33:34 by paulb] Updated version number. diff -r 5de94d85d300 -r 6d38898e4c4a PKG-INFO --- a/PKG-INFO Fri Dec 02 23:30:37 2005 +0000 +++ b/PKG-INFO Fri Dec 02 23:33:36 2005 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: XSLTools -Version: 0.2 +Version: 0.3 Author: Paul Boddie Author-email: paul at boddie org uk Maintainer: Paul Boddie Maintainer-email: paul at boddie org uk Home-page: http://www.boddie.org.uk/python/XSLTools.html -Download-url: http://www.boddie.org.uk/python/downloads/XSLTools-0.2.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/XSLTools-0.3.tar.gz Summary: Modules and packages for the development of XML/XSL-based applications License: LGPL Description: XSLTools is a distribution providing modules and packages for the development diff -r 5de94d85d300 -r 6d38898e4c4a docs/index.html --- a/docs/index.html Fri Dec 02 23:30:37 2005 +0000 +++ b/docs/index.html Fri Dec 02 23:33:36 2005 +0000 @@ -34,24 +34,24 @@

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

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

@@ -60,7 +60,7 @@

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

@@ -81,4 +81,4 @@ - \ No newline at end of file +