We will change pythonhosted.xml to incorporate all python modules
(perhaps excepting PyXDG) at https://files.pythonhosted.org
and move it to the top of the Python Modules page.
We will need to place the md5sums for the module sources in packages.ent
so they can be referenced in two places.
For now, remove the page from the build. Later we will need to clean up
Makefile and archive stylesheets/{pyhosted-inc,pythonhosted}.xsl.
When pythonhosted.xml has not yet been generated, it cannot be
"xinluded". This just generates a warning at xinclude time, but
then the idref is missing, which may generate failures.
This page is not complete. The build part does not work yet, but
the fetch of files does. If the fetch is run a second time, it
will only get a file in the .md5 file that is not already present.
The install instructs are mostly OK, but the test for the module
already installed is not correct yet. The next commit will
update it.