Commit graph

11 commits

Author SHA1 Message Date
John "Elwin" Edwards
d67561aa42 Escape the player's name when printing it into HTML.
Non-alphanumeric characters in names may eventually be possible.
2014-03-24 16:01:28 -07:00
John "Elwin" Edwards
bc4dda7e9e Rearrange the statistics pages.
Move each game's charts onto individual pages.  Put links to these
pages on /scoring/index.html, instead of dumping all the charts there.
2014-01-16 11:04:45 -08:00
John "Elwin" Edwards
be7dba5b6c Add a new statistics script that creates SVG plots. 2014-01-10 07:15:39 -05:00
John "Elwin" Edwards
dfd8098844 Remove the static high score page.
Don't create it, change all links, and redirect any requests.
2014-01-03 13:02:29 -05:00
John "Elwin" Edwards
d34e211a3f Add a high score CGI script.
/scoring/high.cgi shows a score list, with a configurable length,
offset, and game list.
2014-01-03 11:11:07 -05:00
John "Elwin" Edwards
41eab38a58 Add a footer with some links to the Web pages. 2014-01-02 13:58:05 -05:00
John "Elwin" Edwards
f272772dcb Change the Python module's name back to rlgall.
It is no longer an experimental variant.  Using a database as a backend
is a settled feature.
2014-01-02 13:09:48 -05:00
John "Elwin" Edwards
31174f58ee Right-align the numeric columns.
The Game.printTable() method now right-aligns the name, rank, and score
columns, by giving their cells a different CSS class.
2014-01-02 11:39:57 -05:00
John "Elwin" Edwards
aef04a38e1 Port to Python 3.
All scripts and modules have been ported to Python 3 and appear to
work.  Some changes to the lighttpd configuration were needed.
2013-12-31 13:36:19 -05:00
John "Elwin" Edwards
914f367657 Add the Web pages from the 2012 tournament. 2013-10-31 14:33:50 -07:00
John "Elwin" Edwards
ffd5e45fd0 Import the web/scoring/ files. 2012-09-05 22:34:00 -07:00