1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

Redirect links to xmlsoft.org

Documentation and releases are now available on gitlab.gnome.org.
This commit is contained in:
Nick Wellnhofer
2022-02-13 22:52:53 +01:00
parent 4f2693a1ef
commit 1089111142
25 changed files with 50 additions and 79 deletions

View File

@@ -4,14 +4,14 @@
This is the libxml2 python module, providing access to the
libxml2 and libxslt (if available) libraries. For general
informationss on those XML and XSLT libraries check their
web pages at :
http://xmlsoft.org/
web pages at:
https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home
and
http://xmlsoft.org/XSLT/
https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home
The latest version of the sources for this module and the
associated libraries can be found at:
ftp://xmlsoft.org/
https://gitlab.gnome.org/GNOME/libxml2/-/releases
Binaries packages of the libxml2 and libxslt libraries can
be found either on the FTP site for Linux, from external

View File

@@ -258,7 +258,7 @@ setup (name = "libxml2-python",
description = descr,
author = "Daniel Veillard",
author_email = "veillard@redhat.com",
url = "http://xmlsoft.org/python.html",
url = "https://gitlab.gnome.org/GNOME/libxml2",
licence="MIT Licence",
py_modules=modules,
ext_modules=extens,