From 94aa1fc6ca97c42e87c825715e8b485a90493335 Mon Sep 17 00:00:00 2001 From: Sean Hamlin Date: Fri, 5 May 2017 23:30:39 +1200 Subject: [PATCH 1/2] Add support for detection of govCMS (Drupal distribution). --- src/apps.json | 14 ++++++++++++++ src/icons/govCMS.svg | 1 + 2 files changed, 15 insertions(+) create mode 100644 src/icons/govCMS.svg diff --git a/src/apps.json b/src/apps.json index 210d24223..50d65a951 100755 --- a/src/apps.json +++ b/src/apps.json @@ -3142,6 +3142,20 @@ }, "website": "http://developers.google.com/web-toolkit" }, + "govCMS": { + "cats": [ + "1" + ], + "meta": { + "generator": "Drupal ([\\d]+) \\(http:\\/\\/drupal\\.org\\) \\+ govCMS\\;version:\\1" + }, + "icon": "govCMS.svg", + "implies": [ + "Drupal", + "PHP" + ], + "website": "https://www.govcms.gov.au" + }, "Graffiti CMS": { "cats": [ "1" diff --git a/src/icons/govCMS.svg b/src/icons/govCMS.svg new file mode 100644 index 000000000..6b1f767c6 --- /dev/null +++ b/src/icons/govCMS.svg @@ -0,0 +1 @@ + \ No newline at end of file From 79f4890d911d84b0ac8fa3b8965d013be9c35db1 Mon Sep 17 00:00:00 2001 From: Sean Hamlin Date: Tue, 9 May 2017 18:09:54 +1200 Subject: [PATCH 2/2] Drupal implies PHP. --- src/apps.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index 50d65a951..49b2bf842 100755 --- a/src/apps.json +++ b/src/apps.json @@ -3151,8 +3151,7 @@ }, "icon": "govCMS.svg", "implies": [ - "Drupal", - "PHP" + "Drupal" ], "website": "https://www.govcms.gov.au" },