You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Michael Murtaugh 868998068e added video doc link to pen plotting party преди 2 дни
2021 new index преди 1 година
2022 update for last week push преди 11 месеца
2023 xpub qr преди 1 месец
2024 si23 преди 1 седмица
contexts projects.json преди 4 месеца
fonts adding libre baskerville преди 1 година
images call + other changes преди 1 година
scripts
staff updated staff with changes upstream (joak) преди 1 година
.gitignore adding libre baskerville преди 1 година
README.md
about.txt
index.css adding ... to details element преди 1 година
index.html added video doc link to pen plotting party преди 2 дни
index.md added video doc link to pen plotting party преди 2 дни
index.new.html switch to new! преди 1 година
index.test.md added an apply section to point to pzwart.nl преди 5 месеца
index_bubble.html bubble testing преди 9 месеца
index_nobubble.md switch on the bubbles преди 9 месеца
makefile bubble testing преди 9 месеца
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.