From f1bfa4eac11210cdbf495528053bf8d8d95fe97d Mon Sep 17 00:00:00 2001 From: Maxwell Date: Thu, 27 Apr 2017 23:12:53 -0400 Subject: [PATCH] Added detection for Raspbian OS --- src/apps.json | 21 ++++++++++++++++----- src/icons/Raspbian.svg | 17 +++++++++++++++++ 2 files changed, 33 insertions(+), 5 deletions(-) create mode 100644 src/icons/Raspbian.svg diff --git a/src/apps.json b/src/apps.json index ab78bd338..2896c879f 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2699,10 +2699,11 @@ "cats": [ "24" ], - "icon": "Froala.svg", "html": "<[^>]+class=\"[^\"]*(?:fr-view|fr-box)", + "icon": "Froala.svg", "implies": [ - "jQuery", "Font Awesome" + "jQuery", + "Font Awesome" ], "website": "http://froala.com/wysiwyg-editor" }, @@ -6559,6 +6560,17 @@ }, "website": "http://example.com" }, + "Raspbian": { + "cats": [ + "28" + ], + "headers": { + "Server": "Raspbian", + "X-Powered-By": "Raspbian" + }, + "icon": "Raspbian.svg", + "website": "https://www.raspbian.org/" + }, "React": { "cats": [ "12" @@ -7450,11 +7462,11 @@ "47" ], "env": "^Sonar(?:Measures|Request)$", + "html": "SonarQube", + "icon": "sonar.png", "meta": { "application-name": "^SonarQubes$" }, - "html": "SonarQube", - "icon": "sonar.png", "website": "https://www.sonarqube.org/" }, "SoundManager": { @@ -8424,7 +8436,6 @@ "icon": "Vimeo.png", "website": "http://vimeo.com" }, - "Vinala": { "cats": [ "18" diff --git a/src/icons/Raspbian.svg b/src/icons/Raspbian.svg new file mode 100644 index 000000000..2131cf097 --- /dev/null +++ b/src/icons/Raspbian.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file