Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
joak 23a8ade6ce update 7 dagar sedan
2021 new index 1 år sedan
2022 update for last week push 12 månader sedan
2023 xpub qr 2 månader sedan
2024 update 7 dagar sedan
contexts projects.json 4 månader sedan
fonts adding libre baskerville 1 år sedan
images call + other changes 1 år sedan
scripts corrected exception trace to stderr 6 år sedan
staff updated staff with changes upstream (joak) 2 år sedan
.gitignore adding libre baskerville 1 år sedan
README.md Update 'README.md' 2 år sedan
about.txt more minor edit of about.txt 7 år sedan
index.css adding ... to details element 1 år sedan
index.html updated aquarium room number for printing workshop 7 dagar sedan
index.md updated aquarium room number for printing workshop 7 dagar sedan
index.new.html switch to new! 1 år sedan
index.test.md added an apply section to point to pzwart.nl 6 månader sedan
index_bubble.html bubble testing 10 månader sedan
index_nobubble.md switch on the bubbles 10 månader sedan
makefile bubble testing 10 månader sedan
map.js zoom slider and tweaking 6 år sedan
styles.css hide zoom controller -- too buggy still 6 år sedan
xpub.top.json new site 7 år sedan
zoom.html rename index_old to zoom 4 år sedan

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.