您最多选择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.