Go to file
Michael Murtaugh d7092848f6 new index
2021 new index
2022 new index
images new index
scripts corrected exception trace to stderr
staff updated staff with changes upstream (joak)
.gitignore ignore sconsign
README.md Update 'README.md'
about.txt more minor edit of about.txt
index.css new index
index.html adding queeryingwikidata workshop to frontpage
index.md new index
index.new.html new index
makefile new index
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

xpubliverse

The current index.html is a simple static page that gives thumbnails and links to the many servers and services that make up xpub.

Old version

The previous (now archived) interface uses leaflet and can be statically updated to display a feed of images from the wiki.

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.