6
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
joak 23a8ade6ce update vor 1 Woche
2021
2022 update for last week push vor 12 Monaten
2023 xpub qr vor 2 Monaten
2024 update vor 1 Woche
contexts projects.json vor 5 Monaten
fonts
images call + other changes vor 1 Jahr
scripts
staff
.gitignore
README.md
about.txt
index.css adding ... to details element vor 1 Jahr
index.html updated aquarium room number for printing workshop vor 1 Woche
index.md updated aquarium room number for printing workshop vor 1 Woche
index.new.html switch to new! vor 1 Jahr
index.test.md added an apply section to point to pzwart.nl vor 6 Monaten
index_bubble.html bubble testing vor 10 Monaten
index_nobubble.md switch on the bubbles vor 10 Monaten
makefile bubble testing vor 10 Monaten
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.