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",
"implies": "PHP",
"meta": {
"generator": "concrete5 - ([\\d.ab]+)\\;version:\\1"
"generator": "^concrete5 - ([\\d.]+)$\\;version:\\1"
},
"script": "concrete/js/",
"website": "http://concrete5.org"
"script": "/concrete/js/",
"website": "https://concrete5.org"
},
"Connect": {
"cats": [

Loading…
Cancel
Save