log

age author description
Wed, 20 Apr 2016 17:13:19 +0100 Nicholas Jillings Indx.html fix
Wed, 20 Apr 2016 17:08:31 +0100 Nicholas Jillings demo.html renamed as index.html. test.html new default test launcher (no links).
Wed, 20 Apr 2016 18:05:29 +0200 Brecht De Man score_parser.py compatible with Python 2.7 and 3.x: print ... --> print(...); csvreader.next() --> next(csvreader)