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.
 
 
 
 
 
mb 5644407ee5 added text-align:center; to the dropdowns, for screens smaller then 1200 12 months ago
2021
2022
2023
2024/call added text-align:center; to the dropdowns, for screens smaller then 1200 12 months ago
contexts
fonts
images
scripts
staff
.gitignore
README.md
about.txt
index.css
index.html
index.md
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.