From fcdcaf91624faa7994ff54f6f06a4588e20e088f Mon Sep 17 00:00:00 2001 From: Tan Le Date: Sat, 2 Jun 2018 07:42:21 +1000 Subject: [PATCH 1/2] Remove deprecated libraries. --- library/libraries.js | 97 -------------------------------------------- 1 file changed, 97 deletions(-) diff --git a/library/libraries.js b/library/libraries.js index 174fe7e..b7aa714 100644 --- a/library/libraries.js +++ b/library/libraries.js @@ -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/', @@ -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/', @@ -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/', @@ -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/', @@ -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', @@ -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/', @@ -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/', From 7c3e3e74f82c78e37cc26686ac659677972847ac Mon Sep 17 00:00:00 2001 From: Tan Le Date: Sat, 2 Jun 2018 07:46:01 +1000 Subject: [PATCH 2/2] Update README. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index ba38844..15b4933 100644 --- a/README.md +++ b/README.md @@ -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/) @@ -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/) @@ -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/) @@ -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/)