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 4e44b6714b xpub qr 11 months ago
2021
2022 update for last week push 2 years ago
2023 xpub qr 11 months ago
2024/call IG files 1 year ago
contexts projects.json 1 year ago
fonts adding libre baskerville 2 years ago
images call + other changes 2 years ago
scripts
staff
.gitignore adding libre baskerville 2 years ago
README.md
about.txt
index.css adding ... to details element 2 years ago
index.html masto link 11 months ago
index.md masto link 11 months ago
index.new.html switch to new! 2 years ago
index.test.md added an apply section to point to pzwart.nl 1 year ago
index_bubble.html bubble testing 2 years ago
index_nobubble.md switch on the bubbles 2 years ago
makefile bubble testing 2 years ago
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.