]> de.git.xonotic.org Git - xonotic/xonstat.git/commit
Add a plain text hashkey view for menu integration.
authorantzucaro <azucaro@gmail.com>
Sun, 30 Dec 2012 16:40:55 +0000 (11:40 -0500)
committerantzucaro <azucaro@gmail.com>
Sun, 30 Dec 2012 16:40:55 +0000 (11:40 -0500)
commit8e1fddf8910ef9fcef7af4c5ec6747e914757063
tree51d96a87b0e9ba8f849fa8e21b00c9490bbf75fa
parentda8f73f5320939ef465bdc4e63174d7c268092b7
Add a plain text hashkey view for menu integration.

This adds a plain text response view at the URL /player/<hashkey>,
where hashkey is the idfp of a given player. The response is quite
lengthy and won't be specified in this message, but suffice to say
that the response roughly corresponds to the player_info JSON view
currently at /player/<player_id>.json.
xonstat/__init__.py
xonstat/templates/player_hashkey_info_text.mako [new file with mode: 0644]
xonstat/views/__init__.py
xonstat/views/player.py