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.
 
 
 
 
 
joak 23a8ade6ce update 3 viikkoa sitten
2021 new index 1 vuosi sitten
2022 update for last week push 1 vuosi sitten
2023 xpub qr 2 kuukautta sitten
2024 update 3 viikkoa sitten
contexts projects.json 5 kuukautta sitten
fonts adding libre baskerville 1 vuosi sitten
images call + other changes 1 vuosi sitten
scripts corrected exception trace to stderr 6 vuotta sitten
staff updated staff with changes upstream (joak) 2 vuotta sitten
.gitignore adding libre baskerville 1 vuosi sitten
README.md Update 'README.md' 2 vuotta sitten
about.txt more minor edit of about.txt 7 vuotta sitten
index.css adding ... to details element 1 vuosi sitten
index.html updated aquarium room number for printing workshop 3 viikkoa sitten
index.md updated aquarium room number for printing workshop 3 viikkoa sitten
index.new.html switch to new! 1 vuosi sitten
index.test.md added an apply section to point to pzwart.nl 6 kuukautta sitten
index_bubble.html bubble testing 11 kuukautta sitten
index_nobubble.md switch on the bubbles 11 kuukautta sitten
makefile bubble testing 11 kuukautta sitten
map.js zoom slider and tweaking 6 vuotta sitten
styles.css hide zoom controller -- too buggy still 6 vuotta sitten
xpub.top.json new site 7 vuotta sitten
zoom.html rename index_old to zoom 4 vuotta sitten

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.