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.
 
 
 
 
 
joak fb2fbd9406 white space preline page wrap whatever css I forgot 1 month ago
2021
2022 update for last week push 1 year ago
2023 xpub qr 3 months ago
2024 white space preline page wrap whatever css I forgot 1 month ago
contexts projects.json 5 months ago
fonts
images
scripts
staff
.gitignore
README.md
about.txt
index.css
index.html update website 1 month ago
index.md update website 1 month ago
index.new.html
index.test.md added an apply section to point to pzwart.nl 6 months ago
index_bubble.html bubble testing 11 months ago
index_nobubble.md switch on the bubbles 11 months ago
makefile bubble testing 11 months 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.