More strict patterns

Overly broad patterns can make detection less accurate and slower

This is an improvedment of patterns changed in ff69a5b2ad (L52R138)
main
q-- 12 years ago
parent 9edb79de54
commit 7cd3684242

@ -299,7 +299,7 @@
}, },
"CO2Stats": { "CO2Stats": {
"cats": [ 10 ], "cats": [ 10 ],
"html": "src=.+co2stats\\.com/propres\\.php" "html": "src=[^>]+co2stats\\.com/propres\\.php"
}, },
"CodeIgniter": { "CodeIgniter": {
"cats": [ 18 ], "cats": [ 18 ],
@ -389,12 +389,12 @@
"CS Cart": { "CS Cart": {
"cats": [ 6 ], "cats": [ 6 ],
"env": "^fn_compare_strings$", "env": "^fn_compare_strings$",
"html": "&nbsp;Powered by (<a href=.+cs-cart\\.com|CS-Cart)", "html": "&nbsp;Powered by (<a href=[^>]+cs-cart\\.com|CS-Cart)",
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
"CubeCart": { "CubeCart": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "(Powered by <a href=.+cubecart\\.com|<p[^>]+>Powered by CubeCart)", "html": "(Powered by <a href=[^>]+cubecart\\.com|<p[^>]+>Powered by CubeCart)",
"meta": { "generator": "cubecart" }, "meta": { "generator": "cubecart" },
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
@ -597,7 +597,7 @@
}, },
"Flyspray": { "Flyspray": {
"cats": [ 13 ], "cats": [ 13 ],
"html": "(<a[^>]+>Powered by Flyspray|<map id=\\\"projectsearchform|Powered by <a href=.+flyspray\\.org)" "html": "(<a[^>]+>Powered by Flyspray|<map id=\\\"projectsearchform|Powered by <a href=[^>]+flyspray\\.org)"
}, },
"FreeBSD": { "FreeBSD": {
"cats": [ 28 ], "cats": [ 28 ],
@ -619,7 +619,7 @@
}, },
"Gambio": { "Gambio": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "<link[^>] href=\\\"templates/gambio/|<a[^>]content\\.php\\?coID=\\d|<!-- gambio eof -->", "html": "<link[^>]* href=\\\"templates/gambio/|<a[^>]content\\.php\\?coID=\\d|<!-- gambio eof -->",
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
"Gauges": { "Gauges": {
@ -658,7 +658,7 @@
"Google Font API": { "Google Font API": {
"cats": [ 17 ], "cats": [ 17 ],
"script": "googleapis.com/.+webfont", "script": "googleapis.com/.+webfont",
"html": "<link[^>]* href=.+fonts\\.googleapis\\.com", "html": "<link[^>]* href=[^>]+fonts\\.googleapis\\.com",
"env": "^WebFonts$" "env": "^WebFonts$"
}, },
"Google Maps": { "Google Maps": {
@ -1266,7 +1266,7 @@
}, },
"Plura": { "Plura": {
"cats": [ 19 ], "cats": [ 19 ],
"html": "<iframe src=\\\".+pluraserver\\.com" "html": "<iframe src=\\\"[^>]+pluraserver\\.com"
}, },
"Po.st": { "Po.st": {
"cats": [ 5 ], "cats": [ 5 ],
@ -1519,7 +1519,7 @@
}, },
"Store Systems": { "Store Systems": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "Shopsystem von <a href=.+store-systems\\.de\\\"|\\.mws_boxTop" "html": "Shopsystem von <a href=[^>]+store-systems\\.de\\\"|\\.mws_boxTop"
}, },
"SublimeVideo": { "SublimeVideo": {
"cats": [ 14 ], "cats": [ 14 ],
@ -1581,8 +1581,8 @@
}, },
"Tumblr": { "Tumblr": {
"cats": [ 11 ], "cats": [ 11 ],
"html": "<iframe src=\\\".+tumblr\\.com", "html": "<iframe src=\\\"[^>]+tumblr\\.com",
"url": "^(www.)?.+\\.tumblr\\.com", "url": "^(www.)?[^/]+\\.tumblr\\.com",
"headers": { "X-Tumblr-Usec": ".*" } "headers": { "X-Tumblr-Usec": ".*" }
}, },
"Twilight CMS": { "Twilight CMS": {
@ -1665,7 +1665,7 @@
"VideoJS": { "VideoJS": {
"cats": [ 14 ], "cats": [ 14 ],
"env": "^VideoJS$", "env": "^VideoJS$",
"html": "<div.+class=\\\"video-js+\\\">", "html": "<div[^>]+class=\\\"video-js+\\\">",
"script": "zencdn\\.net/c/video\\.js" "script": "zencdn\\.net/c/video\\.js"
}, },
"viennaCMS": { "viennaCMS": {

@ -299,7 +299,7 @@
}, },
"CO2Stats": { "CO2Stats": {
"cats": [ 10 ], "cats": [ 10 ],
"html": "src=.+co2stats\\.com/propres\\.php" "html": "src=[^>]+co2stats\\.com/propres\\.php"
}, },
"CodeIgniter": { "CodeIgniter": {
"cats": [ 18 ], "cats": [ 18 ],
@ -389,12 +389,12 @@
"CS Cart": { "CS Cart": {
"cats": [ 6 ], "cats": [ 6 ],
"env": "^fn_compare_strings$", "env": "^fn_compare_strings$",
"html": "&nbsp;Powered by (<a href=.+cs-cart\\.com|CS-Cart)", "html": "&nbsp;Powered by (<a href=[^>]+cs-cart\\.com|CS-Cart)",
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
"CubeCart": { "CubeCart": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "(Powered by <a href=.+cubecart\\.com|<p[^>]+>Powered by CubeCart)", "html": "(Powered by <a href=[^>]+cubecart\\.com|<p[^>]+>Powered by CubeCart)",
"meta": { "generator": "cubecart" }, "meta": { "generator": "cubecart" },
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
@ -597,7 +597,7 @@
}, },
"Flyspray": { "Flyspray": {
"cats": [ 13 ], "cats": [ 13 ],
"html": "(<a[^>]+>Powered by Flyspray|<map id=\\\"projectsearchform|Powered by <a href=.+flyspray\\.org)" "html": "(<a[^>]+>Powered by Flyspray|<map id=\\\"projectsearchform|Powered by <a href=[^>]+flyspray\\.org)"
}, },
"FreeBSD": { "FreeBSD": {
"cats": [ 28 ], "cats": [ 28 ],
@ -619,7 +619,7 @@
}, },
"Gambio": { "Gambio": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "<link[^>] href=\\\"templates/gambio/|<a[^>]content\\.php\\?coID=\\d|<!-- gambio eof -->", "html": "<link[^>]* href=\\\"templates/gambio/|<a[^>]content\\.php\\?coID=\\d|<!-- gambio eof -->",
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
"Gauges": { "Gauges": {
@ -658,7 +658,7 @@
"Google Font API": { "Google Font API": {
"cats": [ 17 ], "cats": [ 17 ],
"script": "googleapis.com/.+webfont", "script": "googleapis.com/.+webfont",
"html": "<link[^>]* href=.+fonts\\.googleapis\\.com", "html": "<link[^>]* href=[^>]+fonts\\.googleapis\\.com",
"env": "^WebFonts$" "env": "^WebFonts$"
}, },
"Google Maps": { "Google Maps": {
@ -1266,7 +1266,7 @@
}, },
"Plura": { "Plura": {
"cats": [ 19 ], "cats": [ 19 ],
"html": "<iframe src=\\\".+pluraserver\\.com" "html": "<iframe src=\\\"[^>]+pluraserver\\.com"
}, },
"Po.st": { "Po.st": {
"cats": [ 5 ], "cats": [ 5 ],
@ -1519,7 +1519,7 @@
}, },
"Store Systems": { "Store Systems": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "Shopsystem von <a href=.+store-systems\\.de\\\"|\\.mws_boxTop" "html": "Shopsystem von <a href=[^>]+store-systems\\.de\\\"|\\.mws_boxTop"
}, },
"SublimeVideo": { "SublimeVideo": {
"cats": [ 14 ], "cats": [ 14 ],
@ -1581,8 +1581,8 @@
}, },
"Tumblr": { "Tumblr": {
"cats": [ 11 ], "cats": [ 11 ],
"html": "<iframe src=\\\".+tumblr\\.com", "html": "<iframe src=\\\"[^>]+tumblr\\.com",
"url": "^(www.)?.+\\.tumblr\\.com", "url": "^(www.)?[^/]+\\.tumblr\\.com",
"headers": { "X-Tumblr-Usec": ".*" } "headers": { "X-Tumblr-Usec": ".*" }
}, },
"Twilight CMS": { "Twilight CMS": {
@ -1665,7 +1665,7 @@
"VideoJS": { "VideoJS": {
"cats": [ 14 ], "cats": [ 14 ],
"env": "^VideoJS$", "env": "^VideoJS$",
"html": "<div.+class=\\\"video-js+\\\">", "html": "<div[^>]+class=\\\"video-js+\\\">",
"script": "zencdn\\.net/c/video\\.js" "script": "zencdn\\.net/c/video\\.js"
}, },
"viennaCMS": { "viennaCMS": {

@ -299,7 +299,7 @@
}, },
"CO2Stats": { "CO2Stats": {
"cats": [ 10 ], "cats": [ 10 ],
"html": "src=.+co2stats\\.com/propres\\.php" "html": "src=[^>]+co2stats\\.com/propres\\.php"
}, },
"CodeIgniter": { "CodeIgniter": {
"cats": [ 18 ], "cats": [ 18 ],
@ -389,12 +389,12 @@
"CS Cart": { "CS Cart": {
"cats": [ 6 ], "cats": [ 6 ],
"env": "^fn_compare_strings$", "env": "^fn_compare_strings$",
"html": "&nbsp;Powered by (<a href=.+cs-cart\\.com|CS-Cart)", "html": "&nbsp;Powered by (<a href=[^>]+cs-cart\\.com|CS-Cart)",
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
"CubeCart": { "CubeCart": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "(Powered by <a href=.+cubecart\\.com|<p[^>]+>Powered by CubeCart)", "html": "(Powered by <a href=[^>]+cubecart\\.com|<p[^>]+>Powered by CubeCart)",
"meta": { "generator": "cubecart" }, "meta": { "generator": "cubecart" },
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
@ -597,7 +597,7 @@
}, },
"Flyspray": { "Flyspray": {
"cats": [ 13 ], "cats": [ 13 ],
"html": "(<a[^>]+>Powered by Flyspray|<map id=\\\"projectsearchform|Powered by <a href=.+flyspray\\.org)" "html": "(<a[^>]+>Powered by Flyspray|<map id=\\\"projectsearchform|Powered by <a href=[^>]+flyspray\\.org)"
}, },
"FreeBSD": { "FreeBSD": {
"cats": [ 28 ], "cats": [ 28 ],
@ -619,7 +619,7 @@
}, },
"Gambio": { "Gambio": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "<link[^>] href=\\\"templates/gambio/|<a[^>]content\\.php\\?coID=\\d|<!-- gambio eof -->", "html": "<link[^>]* href=\\\"templates/gambio/|<a[^>]content\\.php\\?coID=\\d|<!-- gambio eof -->",
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
"Gauges": { "Gauges": {
@ -658,7 +658,7 @@
"Google Font API": { "Google Font API": {
"cats": [ 17 ], "cats": [ 17 ],
"script": "googleapis.com/.+webfont", "script": "googleapis.com/.+webfont",
"html": "<link[^>]* href=.+fonts\\.googleapis\\.com", "html": "<link[^>]* href=[^>]+fonts\\.googleapis\\.com",
"env": "^WebFonts$" "env": "^WebFonts$"
}, },
"Google Maps": { "Google Maps": {
@ -1266,7 +1266,7 @@
}, },
"Plura": { "Plura": {
"cats": [ 19 ], "cats": [ 19 ],
"html": "<iframe src=\\\".+pluraserver\\.com" "html": "<iframe src=\\\"[^>]+pluraserver\\.com"
}, },
"Po.st": { "Po.st": {
"cats": [ 5 ], "cats": [ 5 ],
@ -1519,7 +1519,7 @@
}, },
"Store Systems": { "Store Systems": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "Shopsystem von <a href=.+store-systems\\.de\\\"|\\.mws_boxTop" "html": "Shopsystem von <a href=[^>]+store-systems\\.de\\\"|\\.mws_boxTop"
}, },
"SublimeVideo": { "SublimeVideo": {
"cats": [ 14 ], "cats": [ 14 ],
@ -1581,8 +1581,8 @@
}, },
"Tumblr": { "Tumblr": {
"cats": [ 11 ], "cats": [ 11 ],
"html": "<iframe src=\\\".+tumblr\\.com", "html": "<iframe src=\\\"[^>]+tumblr\\.com",
"url": "^(www.)?.+\\.tumblr\\.com", "url": "^(www.)?[^/]+\\.tumblr\\.com",
"headers": { "X-Tumblr-Usec": ".*" } "headers": { "X-Tumblr-Usec": ".*" }
}, },
"Twilight CMS": { "Twilight CMS": {
@ -1665,7 +1665,7 @@
"VideoJS": { "VideoJS": {
"cats": [ 14 ], "cats": [ 14 ],
"env": "^VideoJS$", "env": "^VideoJS$",
"html": "<div.+class=\\\"video-js+\\\">", "html": "<div[^>]+class=\\\"video-js+\\\">",
"script": "zencdn\\.net/c/video\\.js" "script": "zencdn\\.net/c/video\\.js"
}, },
"viennaCMS": { "viennaCMS": {

@ -299,7 +299,7 @@
}, },
"CO2Stats": { "CO2Stats": {
"cats": [ 10 ], "cats": [ 10 ],
"html": "src=.+co2stats\\.com/propres\\.php" "html": "src=[^>]+co2stats\\.com/propres\\.php"
}, },
"CodeIgniter": { "CodeIgniter": {
"cats": [ 18 ], "cats": [ 18 ],
@ -389,12 +389,12 @@
"CS Cart": { "CS Cart": {
"cats": [ 6 ], "cats": [ 6 ],
"env": "^fn_compare_strings$", "env": "^fn_compare_strings$",
"html": "&nbsp;Powered by (<a href=.+cs-cart\\.com|CS-Cart)", "html": "&nbsp;Powered by (<a href=[^>]+cs-cart\\.com|CS-Cart)",
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
"CubeCart": { "CubeCart": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "(Powered by <a href=.+cubecart\\.com|<p[^>]+>Powered by CubeCart)", "html": "(Powered by <a href=[^>]+cubecart\\.com|<p[^>]+>Powered by CubeCart)",
"meta": { "generator": "cubecart" }, "meta": { "generator": "cubecart" },
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
@ -597,7 +597,7 @@
}, },
"Flyspray": { "Flyspray": {
"cats": [ 13 ], "cats": [ 13 ],
"html": "(<a[^>]+>Powered by Flyspray|<map id=\\\"projectsearchform|Powered by <a href=.+flyspray\\.org)" "html": "(<a[^>]+>Powered by Flyspray|<map id=\\\"projectsearchform|Powered by <a href=[^>]+flyspray\\.org)"
}, },
"FreeBSD": { "FreeBSD": {
"cats": [ 28 ], "cats": [ 28 ],
@ -619,7 +619,7 @@
}, },
"Gambio": { "Gambio": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "<link[^>] href=\\\"templates/gambio/|<a[^>]content\\.php\\?coID=\\d|<!-- gambio eof -->", "html": "<link[^>]* href=\\\"templates/gambio/|<a[^>]content\\.php\\?coID=\\d|<!-- gambio eof -->",
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
"Gauges": { "Gauges": {
@ -658,7 +658,7 @@
"Google Font API": { "Google Font API": {
"cats": [ 17 ], "cats": [ 17 ],
"script": "googleapis.com/.+webfont", "script": "googleapis.com/.+webfont",
"html": "<link[^>]* href=.+fonts\\.googleapis\\.com", "html": "<link[^>]* href=[^>]+fonts\\.googleapis\\.com",
"env": "^WebFonts$" "env": "^WebFonts$"
}, },
"Google Maps": { "Google Maps": {
@ -1266,7 +1266,7 @@
}, },
"Plura": { "Plura": {
"cats": [ 19 ], "cats": [ 19 ],
"html": "<iframe src=\\\".+pluraserver\\.com" "html": "<iframe src=\\\"[^>]+pluraserver\\.com"
}, },
"Po.st": { "Po.st": {
"cats": [ 5 ], "cats": [ 5 ],
@ -1519,7 +1519,7 @@
}, },
"Store Systems": { "Store Systems": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "Shopsystem von <a href=.+store-systems\\.de\\\"|\\.mws_boxTop" "html": "Shopsystem von <a href=[^>]+store-systems\\.de\\\"|\\.mws_boxTop"
}, },
"SublimeVideo": { "SublimeVideo": {
"cats": [ 14 ], "cats": [ 14 ],
@ -1581,8 +1581,8 @@
}, },
"Tumblr": { "Tumblr": {
"cats": [ 11 ], "cats": [ 11 ],
"html": "<iframe src=\\\".+tumblr\\.com", "html": "<iframe src=\\\"[^>]+tumblr\\.com",
"url": "^(www.)?.+\\.tumblr\\.com", "url": "^(www.)?[^/]+\\.tumblr\\.com",
"headers": { "X-Tumblr-Usec": ".*" } "headers": { "X-Tumblr-Usec": ".*" }
}, },
"Twilight CMS": { "Twilight CMS": {
@ -1665,7 +1665,7 @@
"VideoJS": { "VideoJS": {
"cats": [ 14 ], "cats": [ 14 ],
"env": "^VideoJS$", "env": "^VideoJS$",
"html": "<div.+class=\\\"video-js+\\\">", "html": "<div[^>]+class=\\\"video-js+\\\">",
"script": "zencdn\\.net/c/video\\.js" "script": "zencdn\\.net/c/video\\.js"
}, },
"viennaCMS": { "viennaCMS": {

@ -299,7 +299,7 @@
}, },
"CO2Stats": { "CO2Stats": {
"cats": [ 10 ], "cats": [ 10 ],
"html": "src=.+co2stats\\.com/propres\\.php" "html": "src=[^>]+co2stats\\.com/propres\\.php"
}, },
"CodeIgniter": { "CodeIgniter": {
"cats": [ 18 ], "cats": [ 18 ],
@ -389,12 +389,12 @@
"CS Cart": { "CS Cart": {
"cats": [ 6 ], "cats": [ 6 ],
"env": "^fn_compare_strings$", "env": "^fn_compare_strings$",
"html": "&nbsp;Powered by (<a href=.+cs-cart\\.com|CS-Cart)", "html": "&nbsp;Powered by (<a href=[^>]+cs-cart\\.com|CS-Cart)",
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
"CubeCart": { "CubeCart": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "(Powered by <a href=.+cubecart\\.com|<p[^>]+>Powered by CubeCart)", "html": "(Powered by <a href=[^>]+cubecart\\.com|<p[^>]+>Powered by CubeCart)",
"meta": { "generator": "cubecart" }, "meta": { "generator": "cubecart" },
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
@ -597,7 +597,7 @@
}, },
"Flyspray": { "Flyspray": {
"cats": [ 13 ], "cats": [ 13 ],
"html": "(<a[^>]+>Powered by Flyspray|<map id=\\\"projectsearchform|Powered by <a href=.+flyspray\\.org)" "html": "(<a[^>]+>Powered by Flyspray|<map id=\\\"projectsearchform|Powered by <a href=[^>]+flyspray\\.org)"
}, },
"FreeBSD": { "FreeBSD": {
"cats": [ 28 ], "cats": [ 28 ],
@ -619,7 +619,7 @@
}, },
"Gambio": { "Gambio": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "<link[^>] href=\\\"templates/gambio/|<a[^>]content\\.php\\?coID=\\d|<!-- gambio eof -->", "html": "<link[^>]* href=\\\"templates/gambio/|<a[^>]content\\.php\\?coID=\\d|<!-- gambio eof -->",
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
"Gauges": { "Gauges": {
@ -658,7 +658,7 @@
"Google Font API": { "Google Font API": {
"cats": [ 17 ], "cats": [ 17 ],
"script": "googleapis.com/.+webfont", "script": "googleapis.com/.+webfont",
"html": "<link[^>]* href=.+fonts\\.googleapis\\.com", "html": "<link[^>]* href=[^>]+fonts\\.googleapis\\.com",
"env": "^WebFonts$" "env": "^WebFonts$"
}, },
"Google Maps": { "Google Maps": {
@ -1266,7 +1266,7 @@
}, },
"Plura": { "Plura": {
"cats": [ 19 ], "cats": [ 19 ],
"html": "<iframe src=\\\".+pluraserver\\.com" "html": "<iframe src=\\\"[^>]+pluraserver\\.com"
}, },
"Po.st": { "Po.st": {
"cats": [ 5 ], "cats": [ 5 ],
@ -1519,7 +1519,7 @@
}, },
"Store Systems": { "Store Systems": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "Shopsystem von <a href=.+store-systems\\.de\\\"|\\.mws_boxTop" "html": "Shopsystem von <a href=[^>]+store-systems\\.de\\\"|\\.mws_boxTop"
}, },
"SublimeVideo": { "SublimeVideo": {
"cats": [ 14 ], "cats": [ 14 ],
@ -1581,8 +1581,8 @@
}, },
"Tumblr": { "Tumblr": {
"cats": [ 11 ], "cats": [ 11 ],
"html": "<iframe src=\\\".+tumblr\\.com", "html": "<iframe src=\\\"[^>]+tumblr\\.com",
"url": "^(www.)?.+\\.tumblr\\.com", "url": "^(www.)?[^/]+\\.tumblr\\.com",
"headers": { "X-Tumblr-Usec": ".*" } "headers": { "X-Tumblr-Usec": ".*" }
}, },
"Twilight CMS": { "Twilight CMS": {
@ -1665,7 +1665,7 @@
"VideoJS": { "VideoJS": {
"cats": [ 14 ], "cats": [ 14 ],
"env": "^VideoJS$", "env": "^VideoJS$",
"html": "<div.+class=\\\"video-js+\\\">", "html": "<div[^>]+class=\\\"video-js+\\\">",
"script": "zencdn\\.net/c/video\\.js" "script": "zencdn\\.net/c/video\\.js"
}, },
"viennaCMS": { "viennaCMS": {

@ -299,7 +299,7 @@
}, },
"CO2Stats": { "CO2Stats": {
"cats": [ 10 ], "cats": [ 10 ],
"html": "src=.+co2stats\\.com/propres\\.php" "html": "src=[^>]+co2stats\\.com/propres\\.php"
}, },
"CodeIgniter": { "CodeIgniter": {
"cats": [ 18 ], "cats": [ 18 ],
@ -389,12 +389,12 @@
"CS Cart": { "CS Cart": {
"cats": [ 6 ], "cats": [ 6 ],
"env": "^fn_compare_strings$", "env": "^fn_compare_strings$",
"html": "&nbsp;Powered by (<a href=.+cs-cart\\.com|CS-Cart)", "html": "&nbsp;Powered by (<a href=[^>]+cs-cart\\.com|CS-Cart)",
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
"CubeCart": { "CubeCart": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "(Powered by <a href=.+cubecart\\.com|<p[^>]+>Powered by CubeCart)", "html": "(Powered by <a href=[^>]+cubecart\\.com|<p[^>]+>Powered by CubeCart)",
"meta": { "generator": "cubecart" }, "meta": { "generator": "cubecart" },
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
@ -597,7 +597,7 @@
}, },
"Flyspray": { "Flyspray": {
"cats": [ 13 ], "cats": [ 13 ],
"html": "(<a[^>]+>Powered by Flyspray|<map id=\\\"projectsearchform|Powered by <a href=.+flyspray\\.org)" "html": "(<a[^>]+>Powered by Flyspray|<map id=\\\"projectsearchform|Powered by <a href=[^>]+flyspray\\.org)"
}, },
"FreeBSD": { "FreeBSD": {
"cats": [ 28 ], "cats": [ 28 ],
@ -619,7 +619,7 @@
}, },
"Gambio": { "Gambio": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "<link[^>] href=\\\"templates/gambio/|<a[^>]content\\.php\\?coID=\\d|<!-- gambio eof -->", "html": "<link[^>]* href=\\\"templates/gambio/|<a[^>]content\\.php\\?coID=\\d|<!-- gambio eof -->",
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
"Gauges": { "Gauges": {
@ -658,7 +658,7 @@
"Google Font API": { "Google Font API": {
"cats": [ 17 ], "cats": [ 17 ],
"script": "googleapis.com/.+webfont", "script": "googleapis.com/.+webfont",
"html": "<link[^>]* href=.+fonts\\.googleapis\\.com", "html": "<link[^>]* href=[^>]+fonts\\.googleapis\\.com",
"env": "^WebFonts$" "env": "^WebFonts$"
}, },
"Google Maps": { "Google Maps": {
@ -1266,7 +1266,7 @@
}, },
"Plura": { "Plura": {
"cats": [ 19 ], "cats": [ 19 ],
"html": "<iframe src=\\\".+pluraserver\\.com" "html": "<iframe src=\\\"[^>]+pluraserver\\.com"
}, },
"Po.st": { "Po.st": {
"cats": [ 5 ], "cats": [ 5 ],
@ -1519,7 +1519,7 @@
}, },
"Store Systems": { "Store Systems": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "Shopsystem von <a href=.+store-systems\\.de\\\"|\\.mws_boxTop" "html": "Shopsystem von <a href=[^>]+store-systems\\.de\\\"|\\.mws_boxTop"
}, },
"SublimeVideo": { "SublimeVideo": {
"cats": [ 14 ], "cats": [ 14 ],
@ -1581,8 +1581,8 @@
}, },
"Tumblr": { "Tumblr": {
"cats": [ 11 ], "cats": [ 11 ],
"html": "<iframe src=\\\".+tumblr\\.com", "html": "<iframe src=\\\"[^>]+tumblr\\.com",
"url": "^(www.)?.+\\.tumblr\\.com", "url": "^(www.)?[^/]+\\.tumblr\\.com",
"headers": { "X-Tumblr-Usec": ".*" } "headers": { "X-Tumblr-Usec": ".*" }
}, },
"Twilight CMS": { "Twilight CMS": {
@ -1665,7 +1665,7 @@
"VideoJS": { "VideoJS": {
"cats": [ 14 ], "cats": [ 14 ],
"env": "^VideoJS$", "env": "^VideoJS$",
"html": "<div.+class=\\\"video-js+\\\">", "html": "<div[^>]+class=\\\"video-js+\\\">",
"script": "zencdn\\.net/c/video\\.js" "script": "zencdn\\.net/c/video\\.js"
}, },
"viennaCMS": { "viennaCMS": {

@ -299,7 +299,7 @@
}, },
"CO2Stats": { "CO2Stats": {
"cats": [ 10 ], "cats": [ 10 ],
"html": "src=.+co2stats\\.com/propres\\.php" "html": "src=[^>]+co2stats\\.com/propres\\.php"
}, },
"CodeIgniter": { "CodeIgniter": {
"cats": [ 18 ], "cats": [ 18 ],
@ -389,12 +389,12 @@
"CS Cart": { "CS Cart": {
"cats": [ 6 ], "cats": [ 6 ],
"env": "^fn_compare_strings$", "env": "^fn_compare_strings$",
"html": "&nbsp;Powered by (<a href=.+cs-cart\\.com|CS-Cart)", "html": "&nbsp;Powered by (<a href=[^>]+cs-cart\\.com|CS-Cart)",
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
"CubeCart": { "CubeCart": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "(Powered by <a href=.+cubecart\\.com|<p[^>]+>Powered by CubeCart)", "html": "(Powered by <a href=[^>]+cubecart\\.com|<p[^>]+>Powered by CubeCart)",
"meta": { "generator": "cubecart" }, "meta": { "generator": "cubecart" },
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
@ -597,7 +597,7 @@
}, },
"Flyspray": { "Flyspray": {
"cats": [ 13 ], "cats": [ 13 ],
"html": "(<a[^>]+>Powered by Flyspray|<map id=\\\"projectsearchform|Powered by <a href=.+flyspray\\.org)" "html": "(<a[^>]+>Powered by Flyspray|<map id=\\\"projectsearchform|Powered by <a href=[^>]+flyspray\\.org)"
}, },
"FreeBSD": { "FreeBSD": {
"cats": [ 28 ], "cats": [ 28 ],
@ -619,7 +619,7 @@
}, },
"Gambio": { "Gambio": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "<link[^>] href=\\\"templates/gambio/|<a[^>]content\\.php\\?coID=\\d|<!-- gambio eof -->", "html": "<link[^>]* href=\\\"templates/gambio/|<a[^>]content\\.php\\?coID=\\d|<!-- gambio eof -->",
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
"Gauges": { "Gauges": {
@ -658,7 +658,7 @@
"Google Font API": { "Google Font API": {
"cats": [ 17 ], "cats": [ 17 ],
"script": "googleapis.com/.+webfont", "script": "googleapis.com/.+webfont",
"html": "<link[^>]* href=.+fonts\\.googleapis\\.com", "html": "<link[^>]* href=[^>]+fonts\\.googleapis\\.com",
"env": "^WebFonts$" "env": "^WebFonts$"
}, },
"Google Maps": { "Google Maps": {
@ -1266,7 +1266,7 @@
}, },
"Plura": { "Plura": {
"cats": [ 19 ], "cats": [ 19 ],
"html": "<iframe src=\\\".+pluraserver\\.com" "html": "<iframe src=\\\"[^>]+pluraserver\\.com"
}, },
"Po.st": { "Po.st": {
"cats": [ 5 ], "cats": [ 5 ],
@ -1519,7 +1519,7 @@
}, },
"Store Systems": { "Store Systems": {
"cats": [ 6 ], "cats": [ 6 ],
"html": "Shopsystem von <a href=.+store-systems\\.de\\\"|\\.mws_boxTop" "html": "Shopsystem von <a href=[^>]+store-systems\\.de\\\"|\\.mws_boxTop"
}, },
"SublimeVideo": { "SublimeVideo": {
"cats": [ 14 ], "cats": [ 14 ],
@ -1581,8 +1581,8 @@
}, },
"Tumblr": { "Tumblr": {
"cats": [ 11 ], "cats": [ 11 ],
"html": "<iframe src=\\\".+tumblr\\.com", "html": "<iframe src=\\\"[^>]+tumblr\\.com",
"url": "^(www.)?.+\\.tumblr\\.com", "url": "^(www.)?[^/]+\\.tumblr\\.com",
"headers": { "X-Tumblr-Usec": ".*" } "headers": { "X-Tumblr-Usec": ".*" }
}, },
"Twilight CMS": { "Twilight CMS": {
@ -1665,7 +1665,7 @@
"VideoJS": { "VideoJS": {
"cats": [ 14 ], "cats": [ 14 ],
"env": "^VideoJS$", "env": "^VideoJS$",
"html": "<div.+class=\\\"video-js+\\\">", "html": "<div[^>]+class=\\\"video-js+\\\">",
"script": "zencdn\\.net/c/video\\.js" "script": "zencdn\\.net/c/video\\.js"
}, },
"viennaCMS": { "viennaCMS": {

Loading…
Cancel
Save