added a Python and binding page describing the current state of the Python

* doc/xml.html doc/python.html doc/*: added a Python and binding
  page describing the current state of the Python bindings and
  giving pointers to the other languages wrappers.
Daniel
diff --git a/doc/site.xsl b/doc/site.xsl
index 0703370..24495c6 100644
--- a/doc/site.xsl
+++ b/doc/site.xsl
@@ -92,6 +92,9 @@
       <xsl:when test="$name = '#FAQ'">
         <xsl:text>FAQ.html</xsl:text>
       </xsl:when>
+      <xsl:when test="$name = '#Python'">
+        <xsl:text>python.html</xsl:text>
+      </xsl:when>
       <xsl:when test="$name = ''">
         <xsl:text>unknown.html</xsl:text>
       </xsl:when>