XSLTools

Changeset

464:76fca6821f7b
2005-12-09 paulb raw files shortlog changelog graph [project @ 2005-12-09 14:05:15 by paulb] Merged 0.3.1 changes. merge-0-3-1
PKG-INFO (file) README.txt (file) XSLForms/__init__.py (file) XSLTools/XMLCalendar.py (file) XSLTools/__init__.py (file) docs/COPYING.txt (file) docs/LICENCE-Sarissa.txt (file) docs/index.html (file) packages/ubuntu-hoary/python2.4-xsltools/debian/changelog (file)
     1.1 --- a/PKG-INFO	Thu Dec 08 22:30:38 2005 +0000
     1.2 +++ b/PKG-INFO	Fri Dec 09 14:05:20 2005 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  Metadata-Version: 1.1
     1.5  Name: XSLTools
     1.6 -Version: 0.3
     1.7 +Version: 0.3.1
     1.8  Author: Paul Boddie
     1.9  Author-email: paul at boddie org uk
    1.10  Maintainer: Paul Boddie
    1.11  Maintainer-email: paul at boddie org uk
    1.12  Home-page: http://www.boddie.org.uk/python/XSLTools.html
    1.13 -Download-url: http://www.boddie.org.uk/python/downloads/XSLTools-0.3.tar.gz
    1.14 +Download-url: http://www.boddie.org.uk/python/downloads/XSLTools-0.3.1.tar.gz
    1.15  Summary: Modules and packages for the development of XML/XSL-based applications
    1.16  License: LGPL
    1.17  Description: XSLTools is a distribution providing modules and packages for the development
     2.1 --- a/README.txt	Thu Dec 08 22:30:38 2005 +0000
     2.2 +++ b/README.txt	Fri Dec 09 14:05:20 2005 +0000
     2.3 @@ -43,13 +43,18 @@
     2.4  The example Web applications require WebStack (release 1.1.1 or later).
     2.5  The example PyQt applications have been tested with PyQt 3.15.
     2.6  
     2.7 -New in XSLTools 0.4 (Changes since XSLTools 0.3)
     2.8 -------------------------------------------------
     2.9 +New in XSLTools 0.4 (Changes since XSLTools 0.3.1)
    2.10 +--------------------------------------------------
    2.11  
    2.12    * Introduced dynamic parameter evaluation for multiple-choice fields in
    2.13      order to support sources of multiple-choice values which reside in the
    2.14      form data document itself.
    2.15  
    2.16 +New in XSLTools 0.3.1 (Changes since XSLTools 0.3)
    2.17 +--------------------------------------------------
    2.18 +
    2.19 +  * Fixed copyright and licensing information.
    2.20 +
    2.21  New in XSLTools 0.3 (Changes since XSLTools 0.2)
    2.22  ------------------------------------------------
    2.23  
     3.1 --- a/XSLForms/__init__.py	Thu Dec 08 22:30:38 2005 +0000
     3.2 +++ b/XSLForms/__init__.py	Fri Dec 09 14:05:20 2005 +0000
     3.3 @@ -20,6 +20,6 @@
     3.4  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
     3.5  """
     3.6  
     3.7 -__version__ = "0.3"
     3.8 +__version__ = "0.3.1"
     3.9  
    3.10  # vim: tabstop=4 expandtab shiftwidth=4
     4.1 --- a/XSLTools/XMLCalendar.py	Thu Dec 08 22:30:38 2005 +0000
     4.2 +++ b/XSLTools/XMLCalendar.py	Fri Dec 09 14:05:20 2005 +0000
     4.3 @@ -1,5 +1,30 @@
     4.4  #!/usr/bin/env python
     4.5  
     4.6 +"""
     4.7 +Copyright (C) 2005 Paul Boddie <paul@boddie.org.uk>
     4.8 +
     4.9 +Additional copyrights for the monthcalendar function:
    4.10 +
    4.11 +Copyright (c) 2001, 2002, 2003, 2004, 2005 Python Software Foundation.
    4.12 +Copyright (c) 2000 BeOpen.com.
    4.13 +Copyright (c) 1995-2001 Corporation for National Research Initiatives.
    4.14 +Copyright (c) 1991-1995 Stichting Mathematisch Centrum.
    4.15 +
    4.16 +This library is free software; you can redistribute it and/or
    4.17 +modify it under the terms of the GNU Lesser General Public
    4.18 +License as published by the Free Software Foundation; either
    4.19 +version 2.1 of the License, or (at your option) any later version.
    4.20 +
    4.21 +This library is distributed in the hope that it will be useful,
    4.22 +but WITHOUT ANY WARRANTY; without even the implied warranty of
    4.23 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    4.24 +Lesser General Public License for more details.
    4.25 +
    4.26 +You should have received a copy of the GNU Lesser General Public
    4.27 +License along with this library; if not, write to the Free Software
    4.28 +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
    4.29 +"""
    4.30 +
    4.31  import libxml2dom
    4.32  import calendar
    4.33  
     5.1 --- a/XSLTools/__init__.py	Thu Dec 08 22:30:38 2005 +0000
     5.2 +++ b/XSLTools/__init__.py	Fri Dec 09 14:05:20 2005 +0000
     5.3 @@ -20,6 +20,6 @@
     5.4  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
     5.5  """
     5.6  
     5.7 -__version__ = "0.3"
     5.8 +__version__ = "0.3.1"
     5.9  
    5.10  # vim: tabstop=4 expandtab shiftwidth=4
     6.1 --- a/docs/COPYING.txt	Thu Dec 08 22:30:38 2005 +0000
     6.2 +++ b/docs/COPYING.txt	Fri Dec 09 14:05:20 2005 +0000
     6.3 @@ -16,3 +16,29 @@
     6.4  You should have received a copy of the GNU Lesser General Public
     6.5  License along with this library; if not, write to the Free Software
     6.6  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
     6.7 +
     6.8 +Copyright and Licensing Information for Other Software
     6.9 +------------------------------------------------------
    6.10 +
    6.11 +Certain examples in XSLTools use files from the Sarissa distribution (see
    6.12 +http://sarissa.sourceforge.net). These files were made available under the GNU
    6.13 +Lesser General Public License and under the GNU General Public License; the
    6.14 +former licence is identical to that found in the LICENCE.txt file, whereas the
    6.15 +latter can be found in the LICENCE-Sarissa.txt file.
    6.16 +
    6.17 +The XMLTools.XMLCalendar module uses a modified version of the monthcalendar
    6.18 +function from the Python standard library's calendar module. This code was
    6.19 +made available under the Python Software Foundation License Version 2 (and
    6.20 +other licences) and has the following copyrights:
    6.21 +
    6.22 +Copyright (c) 2001, 2002, 2003, 2004, 2005 Python Software Foundation.
    6.23 +All rights reserved.
    6.24 +
    6.25 +Copyright (c) 2000 BeOpen.com.
    6.26 +All rights reserved.
    6.27 +
    6.28 +Copyright (c) 1995-2001 Corporation for National Research Initiatives.
    6.29 +All rights reserved.
    6.30 +
    6.31 +Copyright (c) 1991-1995 Stichting Mathematisch Centrum.
    6.32 +All rights reserved.
     7.1 --- a/docs/LICENCE-Sarissa.txt	Thu Dec 08 22:30:38 2005 +0000
     7.2 +++ b/docs/LICENCE-Sarissa.txt	Fri Dec 09 14:05:20 2005 +0000
     7.3 @@ -1,9 +1,3 @@
     7.4 -Certain examples in XSLTools use files from the Sarissa distribution (see
     7.5 -http://sarissa.sourceforge.net). These files are licensed under the GNU Lesser
     7.6 -General Public License and under the GNU General Public License. The former
     7.7 -licence is identical to that found in the LICENCE.txt file, whereas the latter
     7.8 -is reproduced below.
     7.9 -
    7.10  		    GNU GENERAL PUBLIC LICENSE
    7.11  		       Version 2, June 1991
    7.12  
     8.1 --- a/docs/index.html	Thu Dec 08 22:30:38 2005 +0000
     8.2 +++ b/docs/index.html	Fri Dec 09 14:05:20 2005 +0000
     8.3 @@ -10,23 +10,23 @@
     8.4  libxml2, libxslt and (optionally) <a href="http://www.boddie.org.uk/python/WebStack.html">WebStack</a>.</p>
     8.5  <h2>Setting Up</h2>
     8.6  <p>First of all, let us assume that the XSLTools distribution has been
     8.7 -unpacked and now sits in the <code>XSLTools-0.3</code> directory.</p>
     8.8 +unpacked and now sits in the <code>XSLTools-0.3.1</code> directory.</p>
     8.9  <p>Before we begin, we must make sure that the XSLTools package is
    8.10  available
    8.11 -to Python. The easiest way to do this is to change into the <code>XSLTools-0.3</code> directory and to run the <code>setup.py</code>
    8.12 +to Python. The easiest way to do this is to change into the <code>XSLTools-0.3.1</code> directory and to run the <code>setup.py</code>
    8.13  script provided with the version of Python you are going to be using
    8.14  (possibly as a privileged user like <code>root</code>):</p>
    8.15 -<pre>cd XSLTools-0.3<br />python setup.py install</pre>
    8.16 +<pre>cd XSLTools-0.3.1<br />python setup.py install</pre>
    8.17  <p>If you don't want to install XSLTools in this way, or if you can't
    8.18  do so
    8.19  because you don't have <code>root</code> privileges, you can just make
    8.20  sure
    8.21 -that the <code>XSLTools-0.3</code> directory sits on your
    8.22 +that the <code>XSLTools-0.3.1</code> directory sits on your
    8.23  <code>PYTHONPATH</code>.</p>
    8.24  <h2>Viewing the API Documentation</h2>
    8.25  <p>The API documentation for use in conjunction with this
    8.26  guide can be found inside the&nbsp;<a href="../apidocs/index.html"><code>apidocs</code></a>
    8.27 -directory within the <code>XSLTools-0.3</code> directory. Of course,
    8.28 +directory within the <code>XSLTools-0.3.1</code> directory. Of course,
    8.29  it is always possible to view the API documentation
    8.30  within Python by importing modules (such as <a href="../apidocs/public/XSLTools.XSLOutput-module.html"><code>XSLTools.XSLOutput</code></a>)
    8.31  and using Python's built-in&nbsp;<code>help</code> function.</p>
     9.1 --- a/packages/ubuntu-hoary/python2.4-xsltools/debian/changelog	Thu Dec 08 22:30:38 2005 +0000
     9.2 +++ b/packages/ubuntu-hoary/python2.4-xsltools/debian/changelog	Fri Dec 09 14:05:20 2005 +0000
     9.3 @@ -7,6 +7,12 @@
     9.4  
     9.5   -- Paul Boddie <paul@boddie.org.uk>  Thu, 08 Dec 2005 23:28:25 +0100
     9.6  
     9.7 +xsltools (0.3.1-0ubuntu1) hoary; urgency=low
     9.8 +
     9.9 +  * Fixed copyright and licensing information.
    9.10 +
    9.11 + -- Paul Boddie <paul@boddie.org.uk>  Fri, 09 Dec 2005 14:57:29 +0100
    9.12 +
    9.13  xsltools (0.3-0ubuntu1) hoary; urgency=low
    9.14  
    9.15    * Introduced copying of multiple-choice value element