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 00c77285de removed call, added grad show 12 months ago
2021 new index 1 year ago
2022 update for last week push 1 year ago
2023 2023 on top 1 year ago
fonts adding libre baskerville 1 year ago
images call + other changes 1 year ago
scripts
staff updated staff with changes upstream (joak) 2 years ago
.gitignore adding libre baskerville 1 year ago
README.md
about.txt
index.css adding ... to details element 1 year ago
index.html removed call, added grad show 12 months ago
index.md removed call, added grad show 12 months ago
index.new.html switch to new! 1 year ago
makefile little makefile changes, didn't actually work to set the section ids 1 year ago
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.