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 c4fb2e6b3b added gradshow 2025 1 week ago
2021 new index 2 years ago
2022 update for last week push 2 years ago
2023 xpub qr 1 year ago
2024 added tools folder added technical rider 3 weeks ago
2025 added gradshow 2025 1 week ago
contexts projects.json 1 year ago
fonts adding libre baskerville 2 years ago
images adding the si26 launch to the website 1 month ago
scripts corrected exception trace to stderr 7 years ago
staff updated staff page to match website 1 month ago
tools/technical-rider added tools folder added technical rider 3 weeks ago
.gitignore adding libre baskerville 2 years ago
README.md Update 'README.md' 3 years ago
about.txt more minor edit of about.txt 8 years ago
index.css opened the apply post, gave it a wider max-width to display it well 2 months ago
index.html added gradshow 2025 1 week ago
index.md added gradshow 2025 1 week ago
index.new.html switch to new! 2 years ago
index.test.md added an apply section to point to pzwart.nl 2 years ago
index_bubble.html bubble testing 2 years ago
index_nobubble.md switch on the bubbles 2 years ago
makefile updated fronpage, thumbnails, only vi open 11 months ago
map.js zoom slider and tweaking 7 years ago
styles.css hide zoom controller -- too buggy still 7 years ago
xpub.top.json new site 8 years ago
zoom.html rename index_old to zoom 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.