Je kunt niet meer dan 25 onderwerpen selecteren Onderwerpen moeten beginnen met een letter of nummer, kunnen streepjes bevatten ('-') en kunnen maximaal 35 tekens lang zijn.
 
 
 
 
 
Michael Murtaugh 868998068e added video doc link to pen plotting party 2 dagen geleden
2021
2022
2023 xpub qr 1 maand geleden
2024 si23 1 week geleden
contexts
fonts
images
scripts
staff
.gitignore
README.md
about.txt
index.css
index.html added video doc link to pen plotting party 2 dagen geleden
index.md added video doc link to pen plotting party 2 dagen geleden
index.new.html
index.test.md
index_bubble.html
index_nobubble.md
makefile
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.