From a7cc3496f7e9d3144a91fb5bf2b6935e92a27e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Sat, 6 May 2023 18:09:56 +0200 Subject: [PATCH 1/3] Add Skolengo CMS detection --- .../webextension/images/icons/Skolengo.svg | 11 ++++++++ src/technologies/s.json | 26 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Skolengo.svg diff --git a/src/drivers/webextension/images/icons/Skolengo.svg b/src/drivers/webextension/images/icons/Skolengo.svg new file mode 100644 index 000000000..f0bacacc4 --- /dev/null +++ b/src/drivers/webextension/images/icons/Skolengo.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/technologies/s.json b/src/technologies/s.json index 9d2b51128..f98282a9f 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -3790,6 +3790,32 @@ "scriptSrc": "cdn\\.skio\\.com/", "website": "https://skio.com" }, + "Skolengo": { + "cats": [ + 1 + ], + "cookies": { + "KDE-EXT": "" + }, + "description": "Skolengo is an Education Management Software developed by Kosmos Education.", + "icon": "Skolengo.svg", + "implies": [ + "Java", + "MariaDB", + "Apache Tomcat" + ], + "meta": { + "generator": "Skolengo", + "version": "^([\\d.]+)$\\;version:\\1" + }, + "oss": false, + "pricing": [ + "mid", + "recurring" + ], + "saas": true, + "website": "https://www.skolengo.com" + }, "Sky-Shop": { "cats": [ 6 From e51d61ac46c81e86da3b44b8fb2a53a16d48470e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Sun, 7 May 2023 18:03:13 +0200 Subject: [PATCH 2/3] Update Skolengo CMS detection --- src/technologies/s.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index f98282a9f..e8eb13c31 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -3792,11 +3792,8 @@ }, "Skolengo": { "cats": [ - 1 + 21 ], - "cookies": { - "KDE-EXT": "" - }, "description": "Skolengo is an Education Management Software developed by Kosmos Education.", "icon": "Skolengo.svg", "implies": [ @@ -3806,7 +3803,7 @@ ], "meta": { "generator": "Skolengo", - "version": "^([\\d.]+)$\\;version:\\1" + "version": "^([\\d\\.]+)$\\;version:\\1\\;confidence:0" }, "oss": false, "pricing": [ From 0a88849ea7eea01066de2fb6e4e88a7dc7043841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Sun, 7 May 2023 18:17:20 +0200 Subject: [PATCH 3/3] Update Skolengo CMS detection Skolengo is both CMS and LMS --- src/technologies/s.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies/s.json b/src/technologies/s.json index e8eb13c31..7bf465e8c 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -3792,6 +3792,7 @@ }, "Skolengo": { "cats": [ + 1, 21 ], "description": "Skolengo is an Education Management Software developed by Kosmos Education.",