diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-02-08 16:09:27 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-02-08 16:09:27 +0000 |
commit | ada89dddea264bb41fd5c0c293ce989eb90ef4da (patch) | |
tree | aad11c8ee2473a75c1d81c5531281573f7572bb6 /doc | |
parent | 3146d5356fa192ef3f27f74ef634b3d7bd411c8e (diff) | |
download | libxslt-ada89dddea264bb41fd5c0c293ce989eb90ef4da.tar.gz libxslt-ada89dddea264bb41fd5c0c293ce989eb90ef4da.tar.bz2 libxslt-ada89dddea264bb41fd5c0c293ce989eb90ef4da.zip |
change the Licence to MIT Licence and release of 1.0.11 updates of the
* Copyright Makefile.am configure.in libxslt.spec.in: change the
Licence to MIT Licence and release of 1.0.11
* doc/FAQ.html doc/intro.html doc/libxslt-decl.txt doc/news.html
doc/xslt.html: updates of the docs accordingly
* libxslt/xsltwin32config.h: numbering
* python/generator.py python/libxml_wrap.h python/libxsltclass.txt
python/libxslt-python-api.xml: cleanup the dependancies with
libxml2
* python/tests/extfunc.py: updated examples.
Daniel
Diffstat (limited to 'doc')
-rw-r--r-- | doc/FAQ.html | 2 | ||||
-rw-r--r-- | doc/intro.html | 6 | ||||
-rw-r--r-- | doc/libxslt-decl.txt | 12 | ||||
-rw-r--r-- | doc/news.html | 13 | ||||
-rw-r--r-- | doc/xslt.html | 21 |
5 files changed, 40 insertions, 14 deletions
diff --git a/doc/FAQ.html b/doc/FAQ.html index 3b186ac8..f630e0f0 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -85,6 +85,8 @@ A:link, A:visited, A:active { text-decoration: underline } matching this string. You really want -><code>'alpha'</code><- to be passed to the processor. And to allow this you need to escape the quotes at the shell level using -><code>"'alpha'"</code><- .</p> +<p>or use</p> +<p>xsltproc --stringparam test alpha foo.xsl foo.xml</p> </li></ol> <p><a href="mailto:daniel@veillard.com">Daniel Veillard</a></p> </td></tr></table></td></tr></table></td></tr></table></td> diff --git a/doc/intro.html b/doc/intro.html index f40e9079..2e14305b 100644 --- a/doc/intro.html +++ b/doc/intro.html @@ -84,9 +84,9 @@ the <a href="http://www.w3.org/TR/xslt">XSLT</a> C library developed for the <li>It is written in plain C, making as few assumptions as possible, and sticking closely to ANSI C/POSIX for easy embedding. Should works on Linux/Unix/Windows.</li> -<li>This library is released under the <a href="http://www.gnu.org/copyleft/lesser.html">GNU LGPL</a> and a - derivative of the W3C IPR (check the Copyright and the IPR files in the - distribution). If you are not happy with this, drop me a mail.</li> +<li>This library is released under the <a href="http://www.opensource.org/licenses/mit-license.html">MIT + Licence</a> +</li> <li>Though not designed primarily with performances in mind, libxslt seems to be a relatively fast processor.</li> </ul> diff --git a/doc/libxslt-decl.txt b/doc/libxslt-decl.txt index c22babf2..7a0a5e24 100644 --- a/doc/libxslt-decl.txt +++ b/doc/libxslt-decl.txt @@ -29,15 +29,15 @@ void </FUNCTION> <MACRO> <NAME>LIBXSLT_DOTTED_VERSION</NAME> -#define LIBXSLT_DOTTED_VERSION "1.0.10" +#define LIBXSLT_DOTTED_VERSION "1.0.11" </MACRO> <MACRO> <NAME>LIBXSLT_VERSION</NAME> -#define LIBXSLT_VERSION 10010 +#define LIBXSLT_VERSION 10011 </MACRO> <MACRO> <NAME>LIBXSLT_VERSION_STRING</NAME> -#define LIBXSLT_VERSION_STRING "10010" +#define LIBXSLT_VERSION_STRING "10011" </MACRO> <MACRO> <NAME>WITH_XSLT_DEBUG</NAME> @@ -590,15 +590,15 @@ void *ctxt,const xmlChar *name,const xmlChar *ns_uri </FUNCTION> <MACRO> <NAME>LIBXSLT_DOTTED_VERSION</NAME> -#define LIBXSLT_DOTTED_VERSION "1.0.10" +#define LIBXSLT_DOTTED_VERSION "1.0.11" </MACRO> <MACRO> <NAME>LIBXSLT_VERSION</NAME> -#define LIBXSLT_VERSION 10010 +#define LIBXSLT_VERSION 10011 </MACRO> <MACRO> <NAME>LIBXSLT_VERSION_STRING</NAME> -#define LIBXSLT_VERSION_STRING "10010" +#define LIBXSLT_VERSION_STRING "10011" </MACRO> <MACRO> <NAME>WITH_XSLT_DEBUG</NAME> diff --git a/doc/news.html b/doc/news.html index f3b32dbb..eecab63b 100644 --- a/doc/news.html +++ b/doc/news.html @@ -75,7 +75,18 @@ A:link, A:visited, A:active { text-decoration: underline } <td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd"> <h3>CVS only : check the <a href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog</a> file for a really accurate description</h3> -<h3>1.0.10: Jan 14 2001</h3> +<h3>1.0.11: Feb 8 2002</h3> +<ul> +<li>Change of Licence to the <a href="http://www.opensource.org/licenses/mit-license.html">MIT + Licence</a> +</li> +<li>Added a beta version of the Python bindings, including support to + extend the engine with functions written in Python</li> +<li>A number of bug fixes</li> +<li>Charlie Bozeman provided more EXSLT functions</li> +<li>Portability fixes</li> +</ul> +<h3>1.0.10: Jan 14 2002</h3> <ul> <li>Windows fixes for Win32 from Igor</li> <li>Fixed the Solaris compilation trouble (Albert)</li> diff --git a/doc/xslt.html b/doc/xslt.html index cef7e97a..4233b57c 100644 --- a/doc/xslt.html +++ b/doc/xslt.html @@ -48,9 +48,8 @@ the <a href="http://www.w3.org/TR/xslt">XSLT</a> C library developed for the sticking closely to ANSI C/POSIX for easy embedding. Should works on Linux/Unix/Windows.</li> <li>This library is released under the <a - href="http://www.gnu.org/copyleft/lesser.html">GNU LGPL</a> and a - derivative of the W3C IPR (check the Copyright and the IPR files in the - distribution). If you are not happy with this, drop me a mail.</li> + href="http://www.opensource.org/licenses/mit-license.html">MIT + Licence</a></li> <li>Though not designed primarily with performances in mind, libxslt seems to be a relatively fast processor.</li> </ul> @@ -224,6 +223,8 @@ platform, get in touch with me to upload the package. I will keep them in the matching this string. You really want -><code>'alpha'</code><- to be passed to the processor. And to allow this you need to escape the quotes at the shell level using -><code>"'alpha'"</code><- .</p> + <p>or use</p> + <p>xsltproc --stringparam test alpha foo.xsl foo.xml</p> </li> </ol> @@ -233,7 +234,19 @@ platform, get in touch with me to upload the package. I will keep them in the href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog</a> file for a really accurate description</h3> -<h3>1.0.10: Jan 14 2001</h3> +<h3>1.0.11: Feb 8 2002</h3> +<ul> + <li>Change of Licence to the <a + href="http://www.opensource.org/licenses/mit-license.html">MIT + Licence</a></li> + <li>Added a beta version of the Python bindings, including support to + extend the engine with functions written in Python</li> + <li>A number of bug fixes</li> + <li>Charlie Bozeman provided more EXSLT functions</li> + <li>Portability fixes</li> +</ul> + +<h3>1.0.10: Jan 14 2002</h3> <ul> <li>Windows fixes for Win32 from Igor</li> <li>Fixed the Solaris compilation trouble (Albert)</li> |