diff --git a/drivers/bookmarklet/json b/drivers/bookmarklet/json index 2f90c2238..3747a4c0a 100644 --- a/drivers/bookmarklet/json +++ b/drivers/bookmarklet/json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/chrome/apps.json b/drivers/chrome/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/chrome/apps.json +++ b/drivers/chrome/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/firefox-jetpack/data/apps.json b/drivers/firefox-jetpack/data/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/firefox-jetpack/data/apps.json +++ b/drivers/firefox-jetpack/data/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/firefox/content/apps.json b/drivers/firefox/content/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/firefox/content/apps.json +++ b/drivers/firefox/content/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/html/apps.json b/drivers/html/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/html/apps.json +++ b/drivers/html/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/php/apps.json b/drivers/php/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/php/apps.json +++ b/drivers/php/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/php/js/driver.js b/drivers/php/js/driver.js index ee45e54f3..b761801a0 100644 --- a/drivers/php/js/driver.js +++ b/drivers/php/js/driver.js @@ -20,6 +20,14 @@ w.driver = { headers: w.driver.data.headers }); + /* Return categories + w.detected[w.driver.data.url].map(function(app, i) { + w.apps[app].cats.map(function(cat) { + w.detected[w.driver.data.url][i] += ' ' + w.categories[cat]; + }); + }); + */ + return w.detected[w.driver.data.url]; }, diff --git a/share/apps.json b/share/apps.json index 2f90c2238..3747a4c0a 100644 --- a/share/apps.json +++ b/share/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": {
]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/chrome/apps.json b/drivers/chrome/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/chrome/apps.json +++ b/drivers/chrome/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/firefox-jetpack/data/apps.json b/drivers/firefox-jetpack/data/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/firefox-jetpack/data/apps.json +++ b/drivers/firefox-jetpack/data/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/firefox/content/apps.json b/drivers/firefox/content/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/firefox/content/apps.json +++ b/drivers/firefox/content/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/html/apps.json b/drivers/html/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/html/apps.json +++ b/drivers/html/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/php/apps.json b/drivers/php/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/php/apps.json +++ b/drivers/php/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/php/js/driver.js b/drivers/php/js/driver.js index ee45e54f3..b761801a0 100644 --- a/drivers/php/js/driver.js +++ b/drivers/php/js/driver.js @@ -20,6 +20,14 @@ w.driver = { headers: w.driver.data.headers }); + /* Return categories + w.detected[w.driver.data.url].map(function(app, i) { + w.apps[app].cats.map(function(cat) { + w.detected[w.driver.data.url][i] += ' ' + w.categories[cat]; + }); + }); + */ + return w.detected[w.driver.data.url]; }, diff --git a/share/apps.json b/share/apps.json index 2f90c2238..3747a4c0a 100644 --- a/share/apps.json +++ b/share/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": {
]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/firefox-jetpack/data/apps.json b/drivers/firefox-jetpack/data/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/firefox-jetpack/data/apps.json +++ b/drivers/firefox-jetpack/data/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/firefox/content/apps.json b/drivers/firefox/content/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/firefox/content/apps.json +++ b/drivers/firefox/content/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/html/apps.json b/drivers/html/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/html/apps.json +++ b/drivers/html/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/php/apps.json b/drivers/php/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/php/apps.json +++ b/drivers/php/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/php/js/driver.js b/drivers/php/js/driver.js index ee45e54f3..b761801a0 100644 --- a/drivers/php/js/driver.js +++ b/drivers/php/js/driver.js @@ -20,6 +20,14 @@ w.driver = { headers: w.driver.data.headers }); + /* Return categories + w.detected[w.driver.data.url].map(function(app, i) { + w.apps[app].cats.map(function(cat) { + w.detected[w.driver.data.url][i] += ' ' + w.categories[cat]; + }); + }); + */ + return w.detected[w.driver.data.url]; }, diff --git a/share/apps.json b/share/apps.json index 2f90c2238..3747a4c0a 100644 --- a/share/apps.json +++ b/share/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": {
]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/firefox/content/apps.json b/drivers/firefox/content/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/firefox/content/apps.json +++ b/drivers/firefox/content/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/html/apps.json b/drivers/html/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/html/apps.json +++ b/drivers/html/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/php/apps.json b/drivers/php/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/php/apps.json +++ b/drivers/php/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/php/js/driver.js b/drivers/php/js/driver.js index ee45e54f3..b761801a0 100644 --- a/drivers/php/js/driver.js +++ b/drivers/php/js/driver.js @@ -20,6 +20,14 @@ w.driver = { headers: w.driver.data.headers }); + /* Return categories + w.detected[w.driver.data.url].map(function(app, i) { + w.apps[app].cats.map(function(cat) { + w.detected[w.driver.data.url][i] += ' ' + w.categories[cat]; + }); + }); + */ + return w.detected[w.driver.data.url]; }, diff --git a/share/apps.json b/share/apps.json index 2f90c2238..3747a4c0a 100644 --- a/share/apps.json +++ b/share/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": {
]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/html/apps.json b/drivers/html/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/html/apps.json +++ b/drivers/html/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/php/apps.json b/drivers/php/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/php/apps.json +++ b/drivers/php/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/php/js/driver.js b/drivers/php/js/driver.js index ee45e54f3..b761801a0 100644 --- a/drivers/php/js/driver.js +++ b/drivers/php/js/driver.js @@ -20,6 +20,14 @@ w.driver = { headers: w.driver.data.headers }); + /* Return categories + w.detected[w.driver.data.url].map(function(app, i) { + w.apps[app].cats.map(function(cat) { + w.detected[w.driver.data.url][i] += ' ' + w.categories[cat]; + }); + }); + */ + return w.detected[w.driver.data.url]; }, diff --git a/share/apps.json b/share/apps.json index 2f90c2238..3747a4c0a 100644 --- a/share/apps.json +++ b/share/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": {
]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/php/apps.json b/drivers/php/apps.json index 2f90c2238..3747a4c0a 100644 --- a/drivers/php/apps.json +++ b/drivers/php/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/php/js/driver.js b/drivers/php/js/driver.js index ee45e54f3..b761801a0 100644 --- a/drivers/php/js/driver.js +++ b/drivers/php/js/driver.js @@ -20,6 +20,14 @@ w.driver = { headers: w.driver.data.headers }); + /* Return categories + w.detected[w.driver.data.url].map(function(app, i) { + w.apps[app].cats.map(function(cat) { + w.detected[w.driver.data.url][i] += ' ' + w.categories[cat]; + }); + }); + */ + return w.detected[w.driver.data.url]; }, diff --git a/share/apps.json b/share/apps.json index 2f90c2238..3747a4c0a 100644 --- a/share/apps.json +++ b/share/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": {
]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": { diff --git a/drivers/php/js/driver.js b/drivers/php/js/driver.js index ee45e54f3..b761801a0 100644 --- a/drivers/php/js/driver.js +++ b/drivers/php/js/driver.js @@ -20,6 +20,14 @@ w.driver = { headers: w.driver.data.headers }); + /* Return categories + w.detected[w.driver.data.url].map(function(app, i) { + w.apps[app].cats.map(function(cat) { + w.detected[w.driver.data.url][i] += ' ' + w.categories[cat]; + }); + }); + */ + return w.detected[w.driver.data.url]; }, diff --git a/share/apps.json b/share/apps.json index 2f90c2238..3747a4c0a 100644 --- a/share/apps.json +++ b/share/apps.json @@ -178,7 +178,7 @@ "Bigcommerce": { "cats": [ 6 ], "url": ".+\\.mybigcommerce\\.com", - "html": "]+cdn\\d+\\.bigcommerce\\.com/v", "script": "cdn\\d+\\.bigcommerce\\.com/v", "env": "^compareProducts$" }, @@ -299,7 +299,7 @@ }, "CO2Stats": { "cats": [ 10 ], - "html": "src=.+co2stats\\.com/propres\\.php" + "html": "src=[^>]+co2stats\\.com/propres\\.php" }, "CodeIgniter": { "cats": [ 18 ], @@ -389,12 +389,12 @@ "CS Cart": { "cats": [ 6 ], "env": "^fn_compare_strings$", - "html": " Powered by (]+cs-cart\\.com|CS-Cart)", "implies": [ "PHP" ] }, "CubeCart": { "cats": [ 6 ], - "html": "(Powered by ]+>Powered by CubeCart)", + "html": "(Powered by ]+cubecart\\.com|]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": {
]+>Powered by CubeCart)", "meta": { "generator": "cubecart" }, "implies": [ "PHP" ] }, @@ -597,7 +597,7 @@ }, "Flyspray": { "cats": [ 13 ], - "html": "(]+>Powered by Flyspray|]+>Powered by Flyspray|]+flyspray\\.org)" }, "FreeBSD": { "cats": [ 28 ], @@ -619,7 +619,7 @@ }, "Gambio": { "cats": [ 6 ], - "html": "] href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", + "html": "]* href=\\\"templates/gambio/|]content\\.php\\?coID=\\d|", "implies": [ "PHP" ] }, "Gauges": { @@ -658,7 +658,7 @@ "Google Font API": { "cats": [ 17 ], "script": "googleapis.com/.+webfont", - "html": "]* href=.+fonts\\.googleapis\\.com", + "html": "]* href=[^>]+fonts\\.googleapis\\.com", "env": "^WebFonts$" }, "Google Maps": { @@ -1266,7 +1266,7 @@ }, "Plura": { "cats": [ 19 ], - "html": "]+pluraserver\\.com" }, "Po.st": { "cats": [ 5 ], @@ -1332,7 +1332,7 @@ }, "RCMS": { "cats": [ 1 ], - "meta": { "generator": "(RCMS|ReallyCMS)" } + "meta": { "generator": "^(RCMS|ReallyCMS)" } }, "reCAPTCHA": { "cats": [ 16 ], @@ -1519,7 +1519,7 @@ }, "Store Systems": { "cats": [ 6 ], - "html": "Shopsystem von ]+store-systems\\.de\\\"|\\.mws_boxTop" }, "SublimeVideo": { "cats": [ 14 ], @@ -1581,8 +1581,8 @@ }, "Tumblr": { "cats": [ 11 ], - "html": "]+tumblr\\.com", + "url": "^https?://(www\\.)?[^/]+\\.tumblr\\.com/" "headers": { "X-Tumblr-Usec": ".*" } }, "Twilight CMS": { @@ -1665,7 +1665,7 @@ "VideoJS": { "cats": [ 14 ], "env": "^VideoJS$", - "html": "", + "html": "]+class=\\\"video-js+\\\">", "script": "zencdn\\.net/c/video\\.js" }, "viennaCMS": {