Skip to content

Commit

Permalink
Merge pull request #1381 from jvoisin/add_implies
Browse files Browse the repository at this point in the history
Add some missing implies
  • Loading branch information
AliasIO committed Feb 21, 2017
2 parents aa9520a + 42f80bd commit 2a1afed
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
"Adminer</a> <span class=\"version\">([\\d.]+)</span>\\;version:\\1",
"onclick=\"bodyClick\\(event\\);\" onload=\"verifyVersion\\('([\\d.]+)'\\);\">\\;version:\\1"
],
"implies": "PHP",
"icon": "adminer.png",
"website": "www.adminer.org"
},
Expand Down Expand Up @@ -512,9 +513,7 @@
],
"env": "^ngMaterial$",
"icon": "Angular.svg",
"implies": [
"AngularJS"
],
"implies": "AngularJS",
"script": [
"/([\\d.]+(?:\\-?rc[.\\d]*)*)/angular-material(?:\\.min)?\\.js\\;version:\\1",
"angular-material.*\\.js"
Expand Down Expand Up @@ -549,6 +548,7 @@
34
],
"html": "<style[^>]+static/hbase",
"implies": "Java",
"icon": "Apache HBase.png",
"website": "hbase.apache.org"
},
Expand Down Expand Up @@ -705,6 +705,7 @@
],
"env": "^bitbucket$",
"icon": "Atlassian Bitbucket.svg",
"implies": "Python",
"meta": {
"application-name": "Bitbucket"
},
Expand Down Expand Up @@ -1182,6 +1183,7 @@
"headers": {
"Server": "^Caddy$"
},
"implies": "Go",
"icon": "caddy.svg",
"website": "caddyserver.com"
},
Expand Down Expand Up @@ -9414,6 +9416,7 @@
],
"html": "(?:<!--Powered by nopCommerce|Powered by: <a[^>]+nopcommerce)",
"icon": "nopCommerce.png",
"implies": "Microsoft ASP.NET",
"website": "www.nopcommerce.com"
},
"openEngine": {
Expand Down Expand Up @@ -9443,6 +9446,10 @@
},
"html": "(?:<a[^>]*(?:\\?|&)osCsid|Powered by (?:<[^>]+>)?osCommerce</a>|<[^>]+class=\"[^>]*infoBoxHeading)",
"icon": "osCommerce.png",
"implies": [
"PHP",
"MySQL"
],
"website": "www.oscommerce.com"
},
"osTicket": {
Expand Down Expand Up @@ -9477,6 +9484,7 @@
],
"html": "<link[^>]*/papaya-themes/",
"icon": "papaya CMS.png",
"implies": "PHP",
"website": "papaya-cms.com"
},
"phpAlbum": {
Expand Down

0 comments on commit 2a1afed

Please sign in to comment.