From 06eaab43cdf92c00eace8c324ee1786397c49f62 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 6 Aug 2021 14:42:14 +0600 Subject: [PATCH 1/2] Add OutSystems / Development --- .../webextension/images/icons/OutSystems.svg | 3 +++ src/technologies.json | 21 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/drivers/webextension/images/icons/OutSystems.svg diff --git a/src/drivers/webextension/images/icons/OutSystems.svg b/src/drivers/webextension/images/icons/OutSystems.svg new file mode 100644 index 000000000..38229acf4 --- /dev/null +++ b/src/drivers/webextension/images/icons/OutSystems.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies.json b/src/technologies.json index 739343991..6f91efcda 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -15355,6 +15355,27 @@ "url": "/owa/auth/log(?:on|off)\\.aspx", "website": "http://help.outlook.com" }, + "OutSystems": { + "cats": [ + 47 + ], + "description": "OutSystems is a low-code platform which provides tools for companies to develop, deploy and manage omnichannel enterprise applications.", + "icon": "OutSystems.svg", + "implies": [ + "Windows Server", + "IIS" + ], + "js": { + "outsystems": "", + "OutSystemsDebugger": "" + }, + "pricing": [ + "high", + "recurring" + ], + "saas": true, + "website": "https://www.outsystems.com" + }, "Oxatis": { "cats": [ 6 From 22b0c09491066e936f8e9e4ac604b71990f6f054 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 6 Aug 2021 14:44:22 +0600 Subject: [PATCH 2/2] add scripts --- src/technologies.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies.json b/src/technologies.json index 6f91efcda..382b6f529 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -15369,6 +15369,7 @@ "outsystems": "", "OutSystemsDebugger": "" }, + "scripts": "scripts/OutSystems(?:[\\w]+)?\\.js", "pricing": [ "high", "recurring"