Add a way to get mootool's version (#1926)

- The website is now in https
- Tighten a bit the original regexp by prefixing it with a `/`
- Add a regexp to get the version, this can be tested [here](https://turtlapp.com/docs/)
main
jvoisin 7 years ago committed by Elbert Alias
parent 0bf790a4d9
commit ac5773641f

@ -5586,8 +5586,11 @@
], ],
"env": "^MooTools$", "env": "^MooTools$",
"icon": "MooTools.png", "icon": "MooTools.png",
"script": "mootools.*\\.js", "script": [
"website": "http://mootools.net" "/mootools-core-([\\d.]+)\\.js\\;version:\\1",
"/mootools.*\\.js"
],
"website": "https://mootools.net"
}, },
"Moodle": { "Moodle": {
"cats": [ "cats": [

Loading…
Cancel
Save