Go to file
ugrnm 127833bb8c color tweaking
images Upload files to 'images'
scripts corrected exception trace to stderr
.gitignore utf8 output issue
README.md minor editing of about
about.txt more minor edit of about.txt
index.html color tweaking
makefile mediawiki recentfiles
map.js zoom slider and tweaking
styles.css hide zoom controller -- too buggy still
xpub.top.json new site
zoom.html rename index_old to zoom

README.md

Installation

Create and activate your venv.

 virtualenv venv
 source venv/bin/activate

Install python dependencies with pip

 pip install pillow html5lib mwclient

In case of troubles with html5 lib, Make sure your virtualenv is up to date.