Go to file
Michael Murtaugh 80df30d33f updated simple index, project.xpub.nl
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 updated simple index, project.xpub.nl
index_old.html new simplified index.html
makefile mediawiki recentfiles
map.js zoom slider and tweaking
styles.css hide zoom controller -- too buggy still
xpub.top.json new site

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.