# HG changeset patch # User paulb # Date 1124215879 0 # Node ID dae943ae8eb9b43faf0bddbea75bc4128d08692d # Parent 92224dcaf7e4337675e84ac56ce8c15b0388d820 [project @ 2005-08-16 18:11:19 by paulb] Added package information for PyPI. Updated release and licensing notes. Changed the version number for a future release. diff -r 92224dcaf7e4 -r dae943ae8eb9 PKG-INFO --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PKG-INFO Tue Aug 16 18:11:19 2005 +0000 @@ -0,0 +1,25 @@ +Metadata-Version: 1.1 +Name: XSLTools +Version: 0.1 +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.1.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 + of XML/XSL-based applications in Python, including Web-based applications, + utilising the open source libxml2 and libxslt libraries through the libxml2dom + wrapper. +Keywords: XML XSL XSLT Web WebStack libxml2 libxslt libxml2dom +Requires: libxml2dom +Classifier: Development Status :: 3 - Alpha +Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) +Classifier: Programming Language :: Other +Classifier: Programming Language :: Python +Classifier: Topic :: Internet :: WWW/HTTP +Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Text Processing :: Markup :: XML diff -r 92224dcaf7e4 -r dae943ae8eb9 README.txt --- a/README.txt Thu Aug 11 19:11:58 2005 +0000 +++ b/README.txt Tue Aug 16 18:11:19 2005 +0000 @@ -25,7 +25,8 @@ http://www.boddie.org.uk/python/XSLTools.html Copyright and licence information can be found in the docs directory - see -docs/LICENCE.txt and docs/LICENCE-Sarissa.txt for more information. +docs/COPYING.txt, docs/LICENCE.txt and docs/LICENCE-Sarissa.txt for more +information. Dependencies ------------ @@ -45,6 +46,9 @@ ------------------------------------------------ Added XMLTable. +Changed in-page requests to contain proper POST data. +Added Debian package support. +Added missing COPYING.txt file. Notes on In-Page Update Functionality ------------------------------------- diff -r 92224dcaf7e4 -r dae943ae8eb9 XSLOutput.py --- a/XSLOutput.py Thu Aug 11 19:11:58 2005 +0000 +++ b/XSLOutput.py Tue Aug 16 18:11:19 2005 +0000 @@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -__version__ = "0.1" +__version__ = "0.2" # NOTE: Make this use other implementations, too.