Mercurial > hg > webaudioevaluationtool
diff index.html @ 882:594e617b75ad
PythonServer now supports pseudorandom page setup using preconfigured XML files. Set the PSEUDO_PATH in the python file, it will cycle through all .xml files in there. Index based off file save number. Set the .html url to /pseudo.xml to trigger
author | Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk> |
---|---|
date | Sun, 28 Jun 2015 10:33:47 +0100 |
parents | ca4ae613f1dd |
children | 7a8fcf04aad3 |
line wrap: on
line diff
--- a/index.html Fri Jun 26 12:25:36 2015 +0100 +++ b/index.html Sun Jun 28 10:33:47 2015 +0100 @@ -25,7 +25,7 @@ </script> <!-- Uncomment the following script for automatic loading of projects --> <script> - url = 'example_eval/project.xml'; //Project XML document location + url = '/pseudo.xml'; //Project XML document location loadProjectSpec(url); </script>