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 c35a4c3413 | 1 day ago | |
---|---|---|
2021 | 2 years ago | |
2022 | 2 years ago | |
2023 | 11 months ago | |
2024 | 2 months ago | |
2025/images | 1 day ago | |
contexts | 1 year ago | |
fonts | 2 years ago | |
images | 2 years ago | |
scripts | 7 years ago | |
staff | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 3 years ago | |
about.txt | 8 years ago | |
index.css | 2 years ago | |
index.html | 1 day ago | |
index.md | 1 day ago | |
index.new.html | 2 years ago | |
index.test.md | 1 year ago | |
index_bubble.html | 2 years ago | |
index_nobubble.md | 2 years ago | |
makefile | 8 months ago | |
map.js | 7 years ago | |
styles.css | 7 years ago | |
xpub.top.json | 8 years ago | |
zoom.html | 5 years ago |
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.