From 549ae6dff461893e885bac200121cd2f839228d3 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 9 Jun 2023 02:40:15 +0600 Subject: [PATCH 1/2] Add Mighty Network / lms, message-board --- .../images/icons/Mighty Network.svg | 15 +++++++++++++ src/technologies/m.json | 21 ++++++++++++++++++- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/Mighty Network.svg diff --git a/src/drivers/webextension/images/icons/Mighty Network.svg b/src/drivers/webextension/images/icons/Mighty Network.svg new file mode 100644 index 000000000..1fbae597d --- /dev/null +++ b/src/drivers/webextension/images/icons/Mighty Network.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/src/technologies/m.json b/src/technologies/m.json index 9bea4872e..53cf2f306 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -1761,7 +1761,8 @@ "description": "Microsoft's Clarity is a analytics tool which provides website usage statistics, session recording, and heatmaps.", "icon": "Microsoft Clarity.svg", "js": { - "clarity": "" + "clarity": "", + "partytown.resolveUrl": "" }, "pricing": [ "freemium" @@ -1913,6 +1914,24 @@ "scriptSrc": "\\.miestro\\.com", "website": "https://miestro.com" }, + "Mighty Network": { + "cats": [ + 2, + 21 + ], + "description": "Mighty Networks is a platform that facilitates the creation and management of online communities, offering customisable websites, discussion forums, member profiles, events, courses, and multimedia content sharing for individuals and organisations.", + "icon": "Mighty Network.svg", + "js": { + "Mighty.BroadcastBotApp": "" + }, + "pricing": [ + "low", + "recurring", + "poa" + ], + "saas": true, + "website": "https://www.mightynetworks.com" + }, "Milestone CMS": { "cats": [ 1 From 704c3bc319144bf3d856268d174a296148d27b9e Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 9 Jun 2023 02:44:05 +0600 Subject: [PATCH 2/2] add implies --- src/technologies/m.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/technologies/m.json b/src/technologies/m.json index 53cf2f306..5dd52089f 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -1761,8 +1761,7 @@ "description": "Microsoft's Clarity is a analytics tool which provides website usage statistics, session recording, and heatmaps.", "icon": "Microsoft Clarity.svg", "js": { - "clarity": "", - "partytown.resolveUrl": "" + "clarity": "" }, "pricing": [ "freemium" @@ -1921,6 +1920,10 @@ ], "description": "Mighty Networks is a platform that facilitates the creation and management of online communities, offering customisable websites, discussion forums, member profiles, events, courses, and multimedia content sharing for individuals and organisations.", "icon": "Mighty Network.svg", + "implies": [ + "Ruby on Rails", + "Ruby" + ], "js": { "Mighty.BroadcastBotApp": "" },