]> git.xonotic.org Git - xonotic/xonstat.git/commit
Add player badge batch job (via zykure).
authorAnt Zucaro <azucaro@gmail.com>
Sat, 25 Aug 2012 12:17:04 +0000 (08:17 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 25 Aug 2012 12:17:04 +0000 (08:17 -0400)
commitb737f670e0560c47c930e039314104978e5f2bc6
tree184b6638364897ec916e40fc92eca8d6203cbad2
parente7ce68e8bd31559caa328a6ffa600ee8f3c3284b
Add player badge batch job (via zykure).

The player badge batch job uses cairo to generate a summary
image of the given player's statistics. It can be run
periodically to maintain the "freshness" of the data. The
tricky thing with this batch job is getting cairo working
within the virtualenv - one has to install it in the machine
and then symbolically link to the ENV. This is obviously not
ideal, but it does work.

Many thanks to zykure for this well-designed image!
xonstat/batch/badges/css/style.css [deleted file]
xonstat/batch/badges/gen_badges.py
xonstat/batch/badges/templates/badge.html [deleted file]
xonstat/batch/badges/templates/badge.mako [deleted file]