25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
joak 23a8ade6ce update 1 주 전
2021 new index 1 년 전
2022 update for last week push 1 년 전
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.