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.
56d208bbb5 | 11 months ago | |
---|---|---|
2021 | 2 years ago | |
2022 | 2 years ago | |
2023 | 11 months ago | |
2024/call | 11 months ago | |
contexts | 11 months 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 | 11 months ago | |
index.md | 11 months ago | |
index.new.html | 2 years ago | |
index.test.md | 1 year ago | |
index_bubble.html | 1 year ago | |
index_nobubble.md | 1 year ago | |
makefile | 1 year 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.