From d0ee05ea95bacc71214a323b2678d4e388106a6a Mon Sep 17 00:00:00 2001 From: ElbertF Date: Sun, 8 Jul 2012 19:13:25 +1000 Subject: [PATCH] Added three.js --- share/images/icons/three.js.png | Bin 0 -> 401 bytes share/js/apps.js | 1 + 2 files changed, 1 insertion(+) create mode 100644 share/images/icons/three.js.png diff --git a/share/images/icons/three.js.png b/share/images/icons/three.js.png new file mode 100644 index 0000000000000000000000000000000000000000..e6376a93e7a99cf17bfebd5aa056aece1e554092 GIT binary patch literal 401 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|*pj^6T^Rm@ z;DWu&Cj&(|3p^r=85p>QL70(Y)*K0-AbW|YuPgfEHK!m}h^!_*|ok7w^231#?VfbZ7M}V?5{;B*gxFUatiM zW6W%!OL2AY|E^PbD&$fsb)7ZsOIY{yIe&5!Z|k1WjuK?^KExI080F`AXK^N{V7l7t z?+NY)_c$6XKfkX!KD3P6OJZ7Kxcml1^;MS_O;D6Id-^wIW?AaaoRw@7zCJj#c}n2& zc~ACS`Qdl^>bHc03=yImRoBPQj%6+W<><8JS9;(It`&JnsXh7kdM!(I)Sh`9YngXG svsv0T@#g!6|GQ7EeOkTk;IFUzwt0cg7Llvvf#JpA>FVdQ&MBb@0Dsq^;Q#;t literal 0 HcmV?d00001 diff --git a/share/js/apps.js b/share/js/apps.js index 8f299da7d..6ef16b204 100644 --- a/share/js/apps.js +++ b/share/js/apps.js @@ -298,6 +298,7 @@ 'swift.engine': { cats: [ 1 ], headers: { 'X-Powered-By': /swift\.engine/ } }, 'Swiftlet': { cats: [ 18 ], meta: { 'generator': /Swiftlet/i }, html: /Powered by ]+Swiftlet/i, headers: { 'X-Swiftlet-Cache': /.*/, 'X-Powered-By': /Swiftlet/, 'X-Generator': /Swiftlet/ }, implies: [ 'PHP' ] }, 'Textpattern CMS': { cats: [ 1 ], meta: { 'generator': /Textpattern/i } }, + 'three.js': { cats: [ 25 ], script: /three.js/, env: /^THREE$/ }, 'Tiki Wiki CMS Groupware': { cats: [ 1, 2, 8, 11, 13 ], script: /(\/|_)tiki/, meta: { 'generator': /^Tiki/i } }, 'Timeplot': { cats: [ 25 ], script: /timeplot.*\.js/, env: /^Timeplot$/ }, 'TinyMCE': { cats: [ 24 ], env: /^tinyMCE$/ },