Improve Concerte5 handling (#2121)

- Better version detection (the `ab` thingy looks like a bug to me)
- Tighten the regexp for the generator
- Tighten the `script` thingy
- The website is using https
main
jvoisin 7 years ago committed by Elbert Alias
parent d2260af0f2
commit 3a19eeeb0d

@ -1908,10 +1908,10 @@
"icon": "Concrete5.png", "icon": "Concrete5.png",
"implies": "PHP", "implies": "PHP",
"meta": { "meta": {
"generator": "concrete5 - ([\\d.ab]+)\\;version:\\1" "generator": "^concrete5 - ([\\d.]+)$\\;version:\\1"
}, },
"script": "concrete/js/", "script": "/concrete/js/",
"website": "http://concrete5.org" "website": "https://concrete5.org"
}, },
"Connect": { "Connect": {
"cats": [ "cats": [

Loading…
Cancel
Save