Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
Michael Murtaugh 868998068e added video doc link to pen plotting party pirms 2 dienas
2021 new index pirms 1 gada
2022 update for last week push pirms 11 mēnešiem
2023 xpub qr pirms 1 mēnesi
2024 si23 pirms 1 nedēļas
contexts projects.json pirms 4 mēnešiem
fonts adding libre baskerville pirms 1 gada
images call + other changes pirms 1 gada
scripts corrected exception trace to stderr pirms 6 gadiem
staff updated staff with changes upstream (joak) pirms 1 gada
.gitignore adding libre baskerville pirms 1 gada
README.md Update 'README.md' pirms 2 gadiem
about.txt more minor edit of about.txt pirms 7 gadiem
index.css adding ... to details element pirms 1 gada
index.html added video doc link to pen plotting party pirms 2 dienas
index.md added video doc link to pen plotting party pirms 2 dienas
index.new.html switch to new! pirms 1 gada
index.test.md added an apply section to point to pzwart.nl pirms 5 mēnešiem
index_bubble.html bubble testing pirms 9 mēnešiem
index_nobubble.md switch on the bubbles pirms 9 mēnešiem
makefile bubble testing pirms 9 mēnešiem
map.js zoom slider and tweaking pirms 6 gadiem
styles.css hide zoom controller -- too buggy still pirms 6 gadiem
xpub.top.json new site pirms 7 gadiem
zoom.html rename index_old to zoom pirms 4 gadiem

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.