UiL-OTS-labs / jspsych-uil-utils

A small set of utilities that can be reused throughout jsPsych style experiments.
GNU General Public License v2.0
2 stars 1 forks source link

Some day this needs to be called the jspsych-ils-utils #46

Open maartenuni opened 1 year ago

maartenuni commented 1 year ago

Thanks communication department...

This means that the boiler plates using this should start to use the new name in order to obtain the utils. They should change the header from:

<script src="https://web-experiments.lab.hum.uu.nl/jspsych/uil-utils/0.1/jspsych-uil-utils.js"></script>
<link href="https://web-experiments.lab.hum.uu.nl/jspsych/uil-utils/0.1/fonts.css" rel="stylesheet" type="text/css"/>

to:

<script src="https://web-experiments.lab.hum.uu.nl/jspsych/ils-utils/0.1/jspsych-ils-utils.js"></script>
<link href="https://web-experiments.lab.hum.uu.nl/jspsych/ils-utils/0.1/fonts.css" rel="stylesheet" type="text/css"/>

And I would hope that we can on the server redirect from the old links to the new ones.

tymees commented 1 year ago

Also the server hosting the utils might need some renaming

How so? The URL is pretty generic

maartenuni commented 1 year ago

Also the server hosting the utils might need some renaming

How so? The URL is pretty generic

You are right, I updated the post above.