diff --git a/share/images/icons/Alloy.ico b/share/images/icons/Alloy.ico new file mode 100644 index 000000000..a1000a292 Binary files /dev/null and b/share/images/icons/Alloy.ico differ diff --git a/share/images/icons/Liferay.ico b/share/images/icons/Liferay.ico new file mode 100644 index 000000000..69fd9cb34 Binary files /dev/null and b/share/images/icons/Liferay.ico differ diff --git a/share/js/apps.js b/share/js/apps.js index 72d0ed65b..17cc70d6a 100644 --- a/share/js/apps.js +++ b/share/js/apps.js @@ -50,6 +50,7 @@ 'Arc Forum': { cats: { 1: 2 }, html: /ping\.src = node\.href;/ }, 'Atlassian Confluence': { cats: { 1: 8 }, html: /Powered by ]+banshee-php\.org/i }, 'Backbone.js': { cats: { 1: 12 }, script: /backbone.*\.js/, env: /^Backbone$/ }, @@ -167,6 +168,7 @@ 'Koobi': { cats: { 1: 1 }, meta: { 'generator': /Koobi/i } }, 'lighttpd': { cats: { 1: 22 }, headers: { 'Server': /lighttpd/i } }, 'LiveJournal': { cats: { 1: 11 }, url: /^(www.)?.+\.livejournal\.com/i }, + 'Liferay': { cats: { 1: 1 }, env: /^Liferay$/ }, 'Lotus Domino': { cats: { 1: 22 }, headers: { 'Server': /Lotus\-Domino/i } }, 'Magento': { cats: { 1: 6 }, script: /\/(js\/mage|skin\/frontend\/(default|enterprise))\//, env: /^(Mage|VarienForm)$/ }, 'Mambo': { cats: { 1: 1 }, meta: { 'generator': /Mambo/i } },