Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
joak 23a8ade6ce update 1 тиждень тому
2021 new index 1 рік тому
2022 update for last week push 12 місяці тому
2023 xpub qr 2 місяці тому
2024 update 1 тиждень тому
contexts projects.json 5 місяці тому
fonts adding libre baskerville 1 рік тому
images call + other changes 1 рік тому
scripts corrected exception trace to stderr 6 роки тому
staff updated staff with changes upstream (joak) 2 роки тому
.gitignore adding libre baskerville 1 рік тому
README.md Update 'README.md' 2 роки тому
about.txt more minor edit of about.txt 7 роки тому
index.css adding ... to details element 1 рік тому
index.html updated aquarium room number for printing workshop 1 тиждень тому
index.md updated aquarium room number for printing workshop 1 тиждень тому
index.new.html switch to new! 1 рік тому
index.test.md added an apply section to point to pzwart.nl 6 місяці тому
index_bubble.html bubble testing 10 місяці тому
index_nobubble.md switch on the bubbles 10 місяці тому
makefile bubble testing 10 місяці тому
map.js zoom slider and tweaking 6 роки тому
styles.css hide zoom controller -- too buggy still 6 роки тому
xpub.top.json new site 7 роки тому
zoom.html rename index_old to zoom 4 роки тому

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.