You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
murtaugh e75aae589c Update 'README.md' 2 years ago
images Upload files to 'images' 3 years ago
scripts corrected exception trace to stderr 6 years ago
.gitignore utf8 output issue 6 years ago
README.md Update 'README.md' 2 years ago
about.txt more minor edit of about.txt 7 years ago
index.html issue2021 thumb 3 years ago
makefile mediawiki recentfiles 6 years ago
map.js zoom slider and tweaking 6 years ago
styles.css hide zoom controller -- too buggy still 6 years ago
xpub.top.json new site 7 years ago
zoom.html rename index_old to zoom 4 years ago

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.