]> de.git.xonotic.org Git - xonotic/xonstat.git/commit
Basic support for batch processes.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 7 Jul 2012 01:45:23 +0000 (21:45 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 7 Jul 2012 01:45:23 +0000 (21:45 -0400)
commit9e0a93b6f5d9a4a5edbca58ae46c6a950e00bf1e
tree72a11863e3d53992013231310c6e8d683353f824
parentf44142cf8355cbe854fed9cd4dbd663e782c5aba
Basic support for batch processes.

Badges is the first batch process supported. It basically
sets up the pyramid environment, then iterates over the
player base and generates static HTML files showing their
high-level stats. That static HTML is then converted into
a PNG for use in forum signatures. A bash wrapper is
needed to drive the whole process via cron.
xonstat/batch/badges/css/style.css [new file with mode: 0644]
xonstat/batch/badges/gen_badges.py [new file with mode: 0644]
xonstat/batch/badges/img/dark_wall.png [new file with mode: 0644]
xonstat/batch/badges/templates/badge.html [new file with mode: 0644]
xonstat/batch/badges/templates/badge.mako [new file with mode: 0644]