# HG changeset patch # User paulb # Date 1124399935 0 # Node ID 2077d247b9a5b78e7351559b057594372fc91ba7 # Parent 128af1579b549159b57824ac582371f0b35d2d38 [project @ 2005-08-18 21:18:55 by paulb] Updated package information, release notes and packaging notes. diff -r 128af1579b54 -r 2077d247b9a5 PKG-INFO --- a/PKG-INFO Thu Aug 18 15:58:13 2005 +0000 +++ b/PKG-INFO Thu Aug 18 21:18:55 2005 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: XSLTools -Version: 0.1 +Version: 0.2 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 +Download-url: http://www.boddie.org.uk/python/downloads/XSLTools-0.2.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 128af1579b54 -r 2077d247b9a5 README.txt --- a/README.txt Thu Aug 18 15:58:13 2005 +0000 +++ b/README.txt Thu Aug 18 21:18:55 2005 +0000 @@ -36,7 +36,7 @@ Package Release Information ------- ------------------- -libxml2dom 0.2 +libxml2dom 0.2.1 libxml2 Tested with 2.6.17 libxslt Tested with 1.1.12 @@ -51,6 +51,7 @@ Added Debian package support. Added missing COPYING.txt file. Renamed the scripts to avoid naming issues in system-wide installations. +Added template:if to XSLForms. Notes on In-Page Update Functionality ------------------------------------- @@ -69,6 +70,9 @@ an empty 'id' attribute string. This needs some investigation to see if it really is the getElementById call that causes the crash. +Special note #3: Konqueror's XMLHttpRequest seems to append null bytes to the +end of field values. + Various browsers (eg. Mozilla/Firefox, Konqueror) will not allow the XMLHttpRequest in-page updates to function unless the URL used in the requestUpdate JavaScript function is compatible with the URL at which the @@ -140,6 +144,8 @@ Change code examples in the documentation if appropriate. Update the release notes (see above). Check the setup.py file and ensure that all package directories are mentioned. +Check the release information in the PKG-INFO file and in the package +changelog (and other files). Tag, export. Generate the API documentation. Remove generated .pyc files: rm `find . -name "*.pyc"`