Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup deprecated libraries #112

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ supports:
- [Angular](https://angular.io)
- [AngularJS](https://angularjs.org/)
- [Backbone.js](http://backbonejs.org/)
- [base2](https://code.google.com/p/base2/)
- [boomerang](https://soasta.github.io/boomerang/)
- [Bootstrap](http://getbootstrap.com/)
- [Brewser](https://robertpataki.github.io/brewser/)
Expand All @@ -35,7 +34,6 @@ supports:
- [Foundation](https://foundation.zurb.com/)
- [Framer](https://framer.com/)
- [FuseJS](http://kiro.me/projects/fuse.html)
- [Glow](http://www.bbc.co.uk/glow/)
- [Google Closure](https://developers.google.com/closure/)
- [Google Maps](https://developers.google.com/maps/)
- [GWT](http://www.gwtproject.org/)
Expand Down Expand Up @@ -79,7 +77,6 @@ supports:
- [Raphaël](http://raphaeljs.com/)
- [React](https://reactjs.org/)
- [RequireJS](http://requirejs.org/)
- [Rico](http://openrico.sourceforge.net/examples/index.html)
- [Riot](http://riotjs.com/)
- [RightJS](http://rightjs.org/)
- [Sammy.js](http://sammyjs.org/)
Expand All @@ -89,9 +86,6 @@ supports:
- [SPF](https://youtube.github.io/spfjs/)
- [Spine](http://spine.github.io/)
- [SproutCore](http://sproutcore.com/)
- [Spry](https://github.com/adobe/Spry)
- [SWFObject](https://github.com/swfobject/swfobject)
- [Swiffy](https://developers.google.com/swiffy/)
- [Three.js](https://threejs.org/)
- [Tween.js](https://github.com/tweenjs/tween.js)
- [Underscore](http://underscorejs.org/)
Expand Down
97 changes: 0 additions & 97 deletions library/libraries.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,28 +267,6 @@ var d41d8cd98f00b204e9800998ecf8427e_LibraryDetectorTests = {
}
},

'Spry': {
icon: 'spry',
url: 'http://labs.adobe.com/technologies/spry',
test: function(win) {
if (win.Spry && win.Spry.Data) {
return { version: UNKNOWN_VERSION };
}
return false;
}
},

'YUI 2': {
icon: 'yui',
url: 'http://developer.yahoo.com/yui/2/',
test: function(win) {
if (win.YAHOO && win.YAHOO.util) {
return { version: win.YAHOO.VERSION || UNKNOWN_VERSION };
}
return false;
}
},

'YUI 3': {
icon: 'yui3',
url: 'https://yuilibrary.com/',
Expand Down Expand Up @@ -327,17 +305,6 @@ var d41d8cd98f00b204e9800998ecf8427e_LibraryDetectorTests = {
}
},

'base2': {
icon: 'base2',
url: 'http://code.google.com/p/base2',
test: function(win) {
if(win.base2 && win.base2.dom) {
return { version: win.base2.version || UNKNOWN_VERSION };
}
return false;
}
},

'Closure Library': {
icon: 'closure',
url: 'https://developers.google.com/closure/library/',
Expand Down Expand Up @@ -476,17 +443,6 @@ var d41d8cd98f00b204e9800998ecf8427e_LibraryDetectorTests = {
}
},

'Rico': {
icon: 'rico',
url: 'http://openrico.sourceforge.net/examples/index.html',
test: function(win) {
if (win.Rico && window.Rico.checkIfComplete) {
return {version: win.Rico.Version || UNKNOWN_VERSION};
}
return false;
}
},

'MochiKit': {
icon: 'mochikit',
url: 'https://mochi.github.io/mochikit/',
Expand All @@ -509,23 +465,6 @@ var d41d8cd98f00b204e9800998ecf8427e_LibraryDetectorTests = {
}
},

'Glow': {
icon: 'glow',
url: 'http://www.bbc.co.uk/glow/',
test: function(win) {
if (win.gloader && win.gloader.getRequests) {
return {version: UNKNOWN_VERSION};
}
else if (win.glow && win.glow.dom) {
return {version: win.glow.VERSION || UNKNOWN_VERSION};
}
else if (win.Glow) {
return {version: win.Glow.version || UNKNOWN_VERSION};
}
return false;
}
},

'Socket.IO': {
icon: 'socketio', // currently has no icon
url: 'https://socket.io/',
Expand Down Expand Up @@ -757,17 +696,6 @@ var d41d8cd98f00b204e9800998ecf8427e_LibraryDetectorTests = {
}
},

'Swiffy': {
icon: 'icon38',
url: 'https://developers.google.com/swiffy/',
test: function(win) {
if(win.swiffy && win.swiffy.Stage) {
return { version: UNKNOWN_VERSION };
}
return false;
}
},

'Move': {
icon: 'move',
url: 'https://github.com/rsms/move',
Expand All @@ -792,17 +720,6 @@ var d41d8cd98f00b204e9800998ecf8427e_LibraryDetectorTests = {
}
},

'Popcorn.js': {
icon: 'popcornjs',
url: 'https://github.com/mozilla/popcorn-js/',
test: function(win) {
if (win.Popcorn && win.Popcorn.Events) {
return { version: win.Popcorn.version || UNKNOWN_VERSION };
}
return false;
}
},

'D3': {
icon: 'd3',
url: 'https://d3js.org/',
Expand Down Expand Up @@ -1179,20 +1096,6 @@ var d41d8cd98f00b204e9800998ecf8427e_LibraryDetectorTests = {
return false;
}
},
'SWFObject': {
icon: 'icon38', // currently has no icon
url: 'https://github.com/swfobject/swfobject',
test: function(win) {
if (win.swfobject && win.swfobject.embedSWF) {
// 2.x - exact version only for 2.3
return { version: win.swfobject.version || UNKNOWN_VERSION };
} else if(win.deconcept && win.deconcept.SWFObject) {
// 1.x
return { version: UNKNOWN_VERSION };
}
return false;
}
},
'FlexSlider': {
icon: 'icon38', // currently has no icon
url: 'https://woocommerce.com/flexslider/',
Expand Down