diff --git a/src/drivers/webextension/images/icons/Kosmos.svg b/src/drivers/webextension/images/icons/Kosmos.svg new file mode 100644 index 000000000..4aa50e411 --- /dev/null +++ b/src/drivers/webextension/images/icons/Kosmos.svg @@ -0,0 +1,49 @@ + + + + + + + + + diff --git a/src/technologies/k.json b/src/technologies/k.json index 9d538fc19..d302d92af 100644 --- a/src/technologies/k.json +++ b/src/technologies/k.json @@ -1105,6 +1105,19 @@ ], "website": "https://kount.com" }, + "K-Sup": { + "description": "K-Sup is an open-source CMS/portal solution dedicated to higher education and research created by Kosmos Education.", + "cats": [ + 1 + ], + "icon": "Kosmos.svg", + "implies": "Java", + "oss": true, + "meta": { + "generator": "^K-Sup \\(([\\d.R]+)\\)$\\;version:\\1" + }, + "website": "https://www.ksup.org/" + }, "Ktor": { "cats": [ 18 @@ -1206,4 +1219,4 @@ ], "website": "https://www.keep.pt/en/produts/archeevo-archival-management-software" } -} \ No newline at end of file +}