mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
17 lines
392 B
JSON
17 lines
392 B
JSON
{
|
|
"name": "Contao",
|
|
"website": "http://contao.org",
|
|
"matches": [
|
|
{
|
|
"regexp": "<!--[^>]+powered by (?:TYPOlight|Contao)[^>]*-->"
|
|
},
|
|
{
|
|
"regexp": "<link[^>]+(?:typolight|contao)\\.css"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "^Contao Open Source CMS$"
|
|
}
|
|
],
|
|
"implies": "PHP"
|
|
} |