preparing 2.5.0 release only warn in pedantic mode about namespace name

* configure.in NEWS: preparing 2.5.0 release
* SAX.c: only warn in pedantic mode about namespace name
  brokeness
* globals.c: fix a doc generation problem
* uri.c: fix #101520
* doc/*: updated and rebuilt the doc for the release, includuding
  stylesheet update
* python/Makefile.am: fix a filename bug
Daniel
diff --git a/doc/python.html b/doc/python.html
index 8745eb6..e23a6ea 100644
--- a/doc/python.html
+++ b/doc/python.html
@@ -55,7 +55,9 @@
 <li><a href="DOM.html">DOM Principles</a></li>
 <li><a href="example.html">A real example</a></li>
 <li><a href="contribs.html">Contributions</a></li>
+<li><a href="xmlreader.html">The Reader Interface</a></li>
 <li><a href="tutorial/index.html">Tutorial</a></li>
+<li><a href="guidelines.html">XML Guidelines</a></li>
 <li>
 <a href="xml.html">flat page</a>, <a href="site.xsl">stylesheet</a>
 </li>
@@ -135,15 +137,13 @@
 interface have not yet reached the maturity of the C API.</p>
 <p>
 <a href="mailto:stephane.bidoul@softwareag.com">Stéphane Bidoul</a>
-maintains <a href="http://users.skynet.be/sbi/libxml-python/">a Windows
-port of the Python bindings</a>.
-
-</p>
+maintains <a href="http://users.skynet.be/sbi/libxml-python/">a Windows port
+of the Python bindings</a>.</p>
 <p>Note to people interested in building bindings, the API is formalized as
 <a href="libxml2-api.xml">an XML API description file</a> which allows to
 automate a large part of the Python bindings, this includes function
-descriptions, enums, structures, typedefs, etc... The Python script used
-to build the bindings is python/generator.py in the source distribution.</p>
+descriptions, enums, structures, typedefs, etc... The Python script used to
+build the bindings is python/generator.py in the source distribution.</p>
 <p>To install the Python bindings there are 2 options:</p>
 <ul>
 <li>If you use an RPM based distribution, simply install the <a href="http://rpmfind.net/linux/rpm2html/search.php?query=libxml2-python">libxml2-python