# HG changeset patch # User paulb # Date 1195350144 0 # Node ID bce6a0ba82b468ff2c03a1fa499f21050a3e2927 # Parent ae383658993b9f24b68c4c941f4373362aaa6b5a [project @ 2007-11-18 01:42:24 by paulb] Updated release and packaging notes. diff -r ae383658993b -r bce6a0ba82b4 README.txt --- a/README.txt Sat Nov 17 20:09:30 2007 +0000 +++ b/README.txt Sun Nov 18 01:42:24 2007 +0000 @@ -56,6 +56,9 @@ New in XSLTools 0.5.1 (Changes since XSLTools 0.5) -------------------------------------------------- + * Added modular request handling methods to XSLFormsResource, altering some + of the examples to demonstrate the usage and overriding of these methods + in preference to overriding respond_to_form. * Added information about XSLT extension function usage to the advanced template design document, linking to the housekeeping annotations section of the template attribute reference guide. @@ -330,7 +333,7 @@ Tag, export. Generate the example resources. Generate the API documentation. -Remove generated .pyc files: rm `find . -name "*.pyc"` +Remove generated .pyc files: find . -name "*.pyc" | xargs rm Archive, upload. Upload the introductory documentation. Update PyPI, PythonInfo Wiki, Vaults of Parnassus entries. @@ -366,9 +369,10 @@ 1. Create new package directories under packages if necessary. 2. Make a symbolic link in the distribution's root directory to keep the - Debian tools happy: + Debian tools happy. Try one of the following: ln -s packages/ubuntu-hoary/python2.4-xsltools/debian/ + ln -s packages/ubuntu-feisty/python-xsltools/debian/ 3. Run the package builder: