From a9121dcff36af630654ee487ee2d934fe7c46bf2 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 12 Jun 2023 05:37:03 +0600 Subject: [PATCH 1/2] Add KAMAR / lms --- src/drivers/webextension/images/icons/KAMAR.svg | 15 +++++++++++++++ src/technologies/k.json | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/drivers/webextension/images/icons/KAMAR.svg diff --git a/src/drivers/webextension/images/icons/KAMAR.svg b/src/drivers/webextension/images/icons/KAMAR.svg new file mode 100644 index 000000000..04ab1393c --- /dev/null +++ b/src/drivers/webextension/images/icons/KAMAR.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/src/technologies/k.json b/src/technologies/k.json index d302d92af..a126a09ca 100644 --- a/src/technologies/k.json +++ b/src/technologies/k.json @@ -218,6 +218,21 @@ "scripts": "kalturaPlayer", "website": "https://corp.kaltura.com" }, + "KAMAR": { + "cats": [ + 21 + ], + "description": "KAMAR is a Student Management System utilised by secondary schools.", + "icon": "KAMAR.svg", + "js": { + "KAMAR.has_address_ben_found": "" + }, + "pricing": [ + "poa" + ], + "saas": true, + "website": "https://kamar.nz" + }, "Kameleoon": { "cats": [ 74 From 60c693cbdbeb5d753455db3a32e54a2fcdbeaf63 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 12 Jun 2023 05:55:52 +0600 Subject: [PATCH 2/2] just update math.js --- src/technologies/m.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/technologies/m.json b/src/technologies/m.json index 9bea4872e..57c0c8567 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -3107,11 +3107,13 @@ "cats": [ 59 ], + "description": "Math.js a JavaScript library that provides a comprehensive set of mathematical functions and capabilities for performing complex calculations and operations in web applications.", "icon": "math.js.png", "js": { "mathjs": "" }, "scriptSrc": "math(?:\\.min)?\\.js", + "oss": true, "website": "http://mathjs.org" }, "mdBook": {