Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
joak 23a8ade6ce update před 1 týdnem
2021
2022
2023 xpub qr před 2 měsíci
2024 update před 1 týdnem
contexts projects.json před 4 měsíci
fonts
images
scripts
staff
.gitignore
README.md
about.txt
index.css
index.html updated aquarium room number for printing workshop před 1 týdnem
index.md updated aquarium room number for printing workshop před 1 týdnem
index.new.html
index.test.md added an apply section to point to pzwart.nl před 6 měsíci
index_bubble.html
index_nobubble.md switch on the bubbles před 10 měsíci
makefile
map.js
styles.css
xpub.top.json
zoom.html

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.