]> de.git.xonotic.org Git - xonotic/xonstat.git/commit
Add a new summary statistics byline below the main logo.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 16 Dec 2012 00:14:59 +0000 (19:14 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 16 Dec 2012 00:14:59 +0000 (19:14 -0500)
commit23b518af51a66cf20e57c3e215bd7dda6f0b97f3
treed8b5613c6ec5cbe4fdc83e2a78248bf34a112d6c
parent524fe05830bfac241639ee468e8ae295f5bdbd4a
Add a new summary statistics byline below the main logo.

Summary statistics shown and refreshed hourly via cache
invalidation (Beaker):

- total games
- total dm, duel, and ctf games
- total players
- total servers

If for some reason the summary statistics can't be retrieved, the
old one is shown instead.
development.ini
production.ini
xonstat/__init__.py
xonstat/static/css/style.css
xonstat/templates/main_index.mako
xonstat/views/main.py