From 4cf9be55a74ba407b2511fcda817fd7ebbce89ff Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Wed, 10 Apr 2019 11:06:37 -0500 Subject: [PATCH 1/2] Add Pantheon detection --- src/apps.json | 15 +++++++++++++++ src/icons/pantheon.svg | 13 +++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 src/icons/pantheon.svg diff --git a/src/apps.json b/src/apps.json index cf1c1022c..5d509b551 100644 --- a/src/apps.json +++ b/src/apps.json @@ -7559,6 +7559,21 @@ }, "website": "https://www.pagevamp.com" }, + "Pantheon": { + "cats": [ + 22 + ], + "headers": { + "x-pantheon-styx-hostname": "", + "Server": "^Pantheon" + }, + "implies": [ + "PHP", + "Nginx" + ], + "icon": "pantheon.svg", + "website": "https://pantheon.io/" + }, "Paper.js": { "cats": [ 25 diff --git a/src/icons/pantheon.svg b/src/icons/pantheon.svg new file mode 100644 index 000000000..baf01b5f8 --- /dev/null +++ b/src/icons/pantheon.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + From 5e81ed1c632e5e4be53ec2fec078ca5c7d1cf0e4 Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Thu, 11 Apr 2019 12:04:45 -0500 Subject: [PATCH 2/2] =?UTF-8?q?Update=20Pantheon=E2=80=99s=20category?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Better defined as PaaS rather than a web server. --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 5d509b551..5360ad1ae 100644 --- a/src/apps.json +++ b/src/apps.json @@ -7561,7 +7561,7 @@ }, "Pantheon": { "cats": [ - 22 + 62 ], "headers": { "x-pantheon-styx-hostname": "",