您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
 
 
joak 23a8ade6ce update 1 週前
2021
2022
2023 xpub qr 2 個月前
2024 update 1 週前
contexts projects.json 5 個月前
fonts
images
scripts
staff
.gitignore
README.md
about.txt
index.css
index.html updated aquarium room number for printing workshop 1 週前
index.md updated aquarium room number for printing workshop 1 週前
index.new.html
index.test.md
index_bubble.html
index_nobubble.md
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.