Merge pull request #524 from lcherpit/neos_detection_fix

Fix TYPO3 CMS and Neos detection
main
Elbert Alias 11 years ago
commit 3c275ede0b

@ -2875,11 +2875,9 @@
"url": "typepad\\.com"
},
"TYPO3 CMS": {
"website": "typo3.org",
"website": "www.typo3.org",
"cats": [ 1 ],
"headers": { "Set-Cookie": "fe_typo_user" },
"meta": { "generator": "TYPO3\\s?([\\d.]+)?\\;version:\\1" },
"html": "(?:<(?:script[^>]* src|link[^>]* href)=[^>]*fileadmin|<!--TYPO3SEARCH)",
"meta": { "generator": "TYPO3\\s+(?:CMS\\s+)?([\\d.]+)?(?:\\s+CMS)?\\;version:\\1" },
"url": "/typo3/",
"implies": "PHP"
},
@ -2894,7 +2892,8 @@
"cats": [ 1 ],
"html": "xmlns:typo3=\\\"http:\\/\\/www\\.typo3\\.org\\/ns\\/[0-9]{4}\\/Flow\\/Packages\\/Neos\\/Content\\/",
"url": "/neos/",
"implies": [ "PHP", "TYPO3 Flow" ]
"implies": [ "PHP", "TYPO3 Flow" ],
"excludes": "TYPO3 CMS"
},
"Ubercart": {
"website": "www.ubercart.org",