From af1fd35b93043b2da29eaef1362f4eb0aa466432 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 1 Sep 2022 04:33:54 +0600 Subject: [PATCH 1/2] Add Kotlin / pl, Add Ktor / framework --- .../webextension/images/icons/Kotlin.svg | 10 ++++++++ .../webextension/images/icons/Ktor.svg | 13 ++++++++++ src/technologies/k.json | 24 +++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Kotlin.svg create mode 100644 src/drivers/webextension/images/icons/Ktor.svg diff --git a/src/drivers/webextension/images/icons/Kotlin.svg b/src/drivers/webextension/images/icons/Kotlin.svg new file mode 100644 index 000000000..e4023fd0a --- /dev/null +++ b/src/drivers/webextension/images/icons/Kotlin.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/drivers/webextension/images/icons/Ktor.svg b/src/drivers/webextension/images/icons/Ktor.svg new file mode 100644 index 000000000..1bf4a58cf --- /dev/null +++ b/src/drivers/webextension/images/icons/Ktor.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/technologies/k.json b/src/technologies/k.json index 0aaced13e..848e0cbac 100644 --- a/src/technologies/k.json +++ b/src/technologies/k.json @@ -863,6 +863,16 @@ "scriptSrc": "kotisivukone(?:\\.min)?\\.js", "website": "http://www.kotisivukone.fi" }, + "Kotlin": { + "cats": [ + 27 + ], + "cpe": "cpe:2.3:a:jetbrains:kotlin:*:*:*:*:*:*:*:*", + "description": "Kotlin is a general purpose, free, open-source, statically typed “pragmatic” programming language initially designed for the JVM (Java Virtual Machine) and Android that combines object-oriented and functional programming features.", + "icon": "Kotlin.svg", + "oss": true, + "website": "https://kotlinlang.org" + }, "Kount": { "cats": [ 10, @@ -883,6 +893,20 @@ ], "website": "https://kount.com" }, + "Ktor": { + "cats": [ + 18 + ], + "cpe": "cpe:2.3:a:jetbrains:ktor:*:*:*:*:*:*:*:*", + "description": "Ktor is a Kotlin framework that allow developers to write asynchronous clients and servers applications, in Kotlin.", + "icon": "Ktor.svg", + "implies": "Kotlin", + "headers": { + "x-engine": "^Ktor$", + "server": "^Ktor/debug$" + }, + "website": "https://ktor.io" + }, "Kubernetes Dashboard": { "cats": [ 47 From 2686b3c4d31d4b608b791c451e3baa2de182872e Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 1 Sep 2022 04:37:01 +0600 Subject: [PATCH 2/2] add oss for ktor --- src/technologies/k.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies/k.json b/src/technologies/k.json index 848e0cbac..bd878869a 100644 --- a/src/technologies/k.json +++ b/src/technologies/k.json @@ -905,6 +905,7 @@ "x-engine": "^Ktor$", "server": "^Ktor/debug$" }, + "oss": true, "website": "https://ktor.io" }, "Kubernetes Dashboard": {