Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
Michael Murtaugh 868998068e added video doc link to pen plotting party 21 horas atrás
2021 new index 1 ano atrás
2022 update for last week push 11 meses atrás
2023 xpub qr 4 semanas atrás
2024 si23 1 semana atrás
contexts projects.json 4 meses atrás
fonts adding libre baskerville 1 ano atrás
images call + other changes 1 ano atrás
scripts corrected exception trace to stderr 6 anos atrás
staff updated staff with changes upstream (joak) 1 ano atrás
.gitignore adding libre baskerville 1 ano atrás
README.md Update 'README.md' 2 anos atrás
about.txt more minor edit of about.txt 7 anos atrás
index.css adding ... to details element 1 ano atrás
index.html added video doc link to pen plotting party 21 horas atrás
index.md added video doc link to pen plotting party 21 horas atrás
index.new.html switch to new! 1 ano atrás
index.test.md added an apply section to point to pzwart.nl 5 meses atrás
index_bubble.html bubble testing 9 meses atrás
index_nobubble.md switch on the bubbles 9 meses atrás
makefile bubble testing 9 meses atrás
map.js zoom slider and tweaking 6 anos atrás
styles.css hide zoom controller -- too buggy still 6 anos atrás
xpub.top.json new site 7 anos atrás
zoom.html rename index_old to zoom 4 anos atrás

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.