選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
joak 23a8ade6ce update 1週間前
2021 new index 1年前
2022 update for last week push 1年前
2023 xpub qr 2ヶ月前
2024 update 1週間前
contexts projects.json 5ヶ月前
fonts adding libre baskerville 1年前
images call + other changes 1年前
scripts corrected exception trace to stderr 6年前
staff updated staff with changes upstream (joak) 2年前
.gitignore adding libre baskerville 1年前
README.md Update 'README.md' 2年前
about.txt more minor edit of about.txt 7年前
index.css adding ... to details element 1年前
index.html updated aquarium room number for printing workshop 1週間前
index.md updated aquarium room number for printing workshop 1週間前
index.new.html switch to new! 1年前
index.test.md added an apply section to point to pzwart.nl 6ヶ月前
index_bubble.html bubble testing 10ヶ月前
index_nobubble.md switch on the bubbles 10ヶ月前
makefile bubble testing 10ヶ月前
map.js zoom slider and tweaking 6年前
styles.css hide zoom controller -- too buggy still 6年前
xpub.top.json new site 7年前
zoom.html rename index_old to zoom 4年前

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.