]> de.git.xonotic.org Git - xonotic/xonstat.git/commit - xonstat/__init__.py
Use jsonp renderer for remote requests (or this API would be pretty moot)
authornyov <nyov@nexnode.net>
Tue, 5 Jun 2012 02:38:06 +0000 (04:38 +0200)
committernyov <nyov@nexnode.net>
Tue, 5 Jun 2012 02:38:06 +0000 (04:38 +0200)
commitc7d09949232960096c64ee38082e50b3654dd132
treec23986a4697f7e2df015280a32ce003e45bc5b97
parentda2f45b371075b56c9b4d5918a8f9c3d20fce82f
Use jsonp renderer for remote requests (or this API would be pretty moot)

JSONP allows cross-domain requests by wrapping output
in a function call if requested.
Requires pyramid>=1.1
XonStat.egg-info/requires.txt
xonstat/__init__.py