25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
joak 23a8ade6ce update 3 gün önce
2021 new index 1 yıl önce
2022 update for last week push 12 ay önce
2023 xpub qr 2 ay önce
2024 update 3 gün önce
contexts projects.json 4 ay önce
fonts adding libre baskerville 1 yıl önce
images call + other changes 1 yıl önce
scripts corrected exception trace to stderr 6 yıl önce
staff updated staff with changes upstream (joak) 2 yıl önce
.gitignore adding libre baskerville 1 yıl önce
README.md Update 'README.md' 2 yıl önce
about.txt more minor edit of about.txt 7 yıl önce
index.css adding ... to details element 1 yıl önce
index.html updated aquarium room number for printing workshop 4 gün önce
index.md updated aquarium room number for printing workshop 4 gün önce
index.new.html switch to new! 1 yıl önce
index.test.md added an apply section to point to pzwart.nl 5 ay önce
index_bubble.html bubble testing 10 ay önce
index_nobubble.md switch on the bubbles 10 ay önce
makefile bubble testing 10 ay önce
map.js zoom slider and tweaking 6 yıl önce
styles.css hide zoom controller -- too buggy still 6 yıl önce
xpub.top.json new site 7 yıl önce
zoom.html rename index_old to zoom 4 yıl önce

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.