Added moment.js & small fixes

It has come to my attention that some scripts and CSS are simple
`example\\.js` and not `example.*\\.js`. This means that if the
developer adds a `min` or other edit, the script or CSS file won't be
detected.
main
DaAwesomeP 11 years ago
parent 150af902aa
commit bf1a798195

@ -176,7 +176,8 @@
"Anchor CMS": { "Anchor CMS": {
"website": "anchorcms.com", "website": "anchorcms.com",
"cats": [ 1, 11 ], "cats": [ 1, 11 ],
"meta": { "generator": "Anchor CMS" } "meta": { "generator": "Anchor CMS" },
"implies": [ "PHP", "MySQL" ]
}, },
"AngularJS": { "AngularJS": {
"website": "angularjs.org", "website": "angularjs.org",
@ -864,7 +865,8 @@
"Ember.js": { "Ember.js": {
"website": "emberjs.com", "website": "emberjs.com",
"cats": [ 12 ], "cats": [ 12 ],
"env": "^Ember$" "env": "^Ember$",
"implies": "Handlebars"
}, },
"Embedthis-http": { "Embedthis-http": {
"website": "github.com/embedthis/http", "website": "github.com/embedthis/http",
@ -1185,7 +1187,7 @@
"website": "handlebarsjs.com", "website": "handlebarsjs.com",
"cats": [ 12 ], "cats": [ 12 ],
"env": "^Handlebars$", "env": "^Handlebars$",
"script": "handlebars(?:\\.runtime)(?:-v[\\d.]+)?\\;version:\\1(?:\\.min)?\\.js)", "script": "handlebars(?:\\.runtime)?(?:-([\\d.]+?))?(?:\\.min)?\\.js\\;version:\\1",
"html": "<[^>]*type=[^>]text\\/x-handlebars-template" "html": "<[^>]*type=[^>]text\\/x-handlebars-template"
}, },
"HeadJS": { "HeadJS": {
@ -1444,13 +1446,15 @@
"jqPlot": { "jqPlot": {
"website": "www.jqplot.com", "website": "www.jqplot.com",
"cats": [ 25 ], "cats": [ 25 ],
"script": "jqplot.*\\.js" "script": "jqplot.*\\.js",
"implies": "jQuery"
}, },
"jQTouch": { "jQTouch": {
"website": "jqtouch.com", "website": "jqtouch.com",
"cats": [ 26 ], "cats": [ 26 ],
"script": "jqtouch.*\\.js", "script": "jqtouch.*\\.js",
"env": "^jQT$" "env": "^jQT$",
"implies": [ "jQuery\\;confidence:50", "Zepto\\;confidence:50" ]
}, },
"jQuery": { "jQuery": {
"website": "jquery.com", "website": "jquery.com",
@ -1818,7 +1822,7 @@
"MochiKit": { "MochiKit": {
"website": "mochikit.com", "website": "mochikit.com",
"cats": [ 12 ], "cats": [ 12 ],
"script": "MochiKit\\.js", "script": "MochiKit.*\\.js",
"env": "^MochiKit$" "env": "^MochiKit$"
}, },
"Modernizr": { "Modernizr": {
@ -1905,9 +1909,21 @@
"Mollom": { "Mollom": {
"website": "mollom.com", "website": "mollom.com",
"cats": [ 16 ], "cats": [ 16 ],
"script": "mollom\\.js", "script": "mollom.*\\.js",
"html": "<img[^>]+\\.mollom\\.com" "html": "<img[^>]+\\.mollom\\.com"
}, },
"Moment.js": {
"website": "momentjs.com",
"cats": [ 12 ],
"script": "moment.*\\.js",
"env": "^moment$"
},
"Moment Timezone": {
"website": "momentjs.com/timezone/",
"cats": [ 12 ],
"script": "moment-timezone.*\\.js",
"implies": "Moment.js"
},
"Mondo Media": { "Mondo Media": {
"website": "mondo-media.de", "website": "mondo-media.de",
"cats": [ 6 ], "cats": [ 6 ],
@ -1931,7 +1947,7 @@
"Mono.net": { "Mono.net": {
"website": "www.mono.net", "website": "www.mono.net",
"cats": [ 1 ], "cats": [ 1 ],
"script": "monotracker\\.js", "script": "monotracker.*\\.js",
"env": "_monoTracker", "env": "_monoTracker",
"html": "var u=\\(\\('https:' == d\\.location\\.protocol\\) \\? 'https://resellerstat\\.mono\\.net/mono/' : 'http://resellerstat\\.mono\\.net/mono/'\\);", "html": "var u=\\(\\('https:' == d\\.location\\.protocol\\) \\? 'https://resellerstat\\.mono\\.net/mono/' : 'http://resellerstat\\.mono\\.net/mono/'\\);",
"implies": "Piwik" "implies": "Piwik"
@ -1947,7 +1963,7 @@
"Moogo": { "Moogo": {
"website": "www.moogo.com", "website": "www.moogo.com",
"cats": [ 1 ], "cats": [ 1 ],
"script": "kotisivukone\\.js" "script": "kotisivukone.*\\.js"
}, },
"MooTools": { "MooTools": {
"website": "mootools.net", "website": "mootools.net",
@ -1969,6 +1985,7 @@
"Mustache": { "Mustache": {
"website": "mustache.github.com", "website": "mustache.github.com",
"cats": [ 12 ], "cats": [ 12 ],
"script": "mustache.*\\.js",
"env": "^Mustache$" "env": "^Mustache$"
}, },
"MyBB": { "MyBB": {
@ -2250,7 +2267,8 @@
"website": "phpnuke.org", "website": "phpnuke.org",
"cats": [ 2 ], "cats": [ 2 ],
"meta": { "generator": "PHP-Nuke" }, "meta": { "generator": "PHP-Nuke" },
"html": "<[^>]+Powered by PHP-Nuke" "html": "<[^>]+Powered by PHP-Nuke",
"implies": "PHP"
}, },
"phpPgAdmin": { "phpPgAdmin": {
"website": "phppgadmin.sourceforge.net", "website": "phppgadmin.sourceforge.net",

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B