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 5ce799d287 merged joak's changes into call.html + added padding on the intro text for readibility + turned open day buttons into normal text also for readibility and simplicity of the whole page + made font size slightly smaller + enabled the random font picking for this version 5 months ago
2021 new index 1 year ago
2022 update for last week push 1 year ago
2023 moved zinecamp to 2023 section + added image to the gradshow 6 months ago
2024/call merged joak's changes into call.html + added padding on the intro text for readibility + turned open day buttons into normal text also for readibility and simplicity of the whole page + made font size slightly smaller + enabled the random font picking for this version 5 months ago
contexts projects.json 5 months ago
fonts adding libre baskerville 1 year ago
images call + other changes 1 year ago
scripts corrected exception trace to stderr 6 years ago
staff updated staff with changes upstream (joak) 2 years ago
.gitignore adding libre baskerville 1 year ago
README.md Update 'README.md' 2 years ago
about.txt more minor edit of about.txt 7 years ago
index.css adding ... to details element 1 year ago
index.html added an apply section to point to pzwart.nl 6 months ago
index.md added an apply section to point to pzwart.nl 6 months ago
index.new.html switch to new! 1 year ago
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 zoom slider and tweaking 6 years ago
styles.css hide zoom controller -- too buggy still 6 years ago
xpub.top.json new site 7 years ago
zoom.html rename index_old to zoom 4 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.