From cf245f1db5b8834650561b88bbafc18fc3328891 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 16 Feb 2023 22:49:53 +0600 Subject: [PATCH] Add Splide / js-lib --- .../webextension/images/icons/Splide.svg | 19 +++++++++++++++++++ src/technologies/s.json | 15 ++++++++++++++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/Splide.svg diff --git a/src/drivers/webextension/images/icons/Splide.svg b/src/drivers/webextension/images/icons/Splide.svg new file mode 100644 index 000000000..4c88338b0 --- /dev/null +++ b/src/drivers/webextension/images/icons/Splide.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/s.json b/src/technologies/s.json index 873c2ed16..d4e97d628 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -217,11 +217,24 @@ "oss": true, "website": "http://www.spip.net" }, + "Splide": { + "cats": [ + 59 + ], + "description": "Splide.js is a lightweight, responsive, and customizable slider and carousel library for JavaScript.", + "icon": "Splide.svg", + "js": { + "Splide.name": "i", + "Splide.STATES": "" + }, + "oss": true, + "website": "https://splidejs.com" + }, "SPNEGO": { "cats": [ 16 ], - "description": "SPNEGO is an authentication method commonly used in Windows servers to allow NTLM or Kerberos authentication", + "description": "SPNEGO is an authentication method commonly used in Windows servers to allow NTLM or Kerberos authentication.", "headers": { "WWW-Authenticate": "^Negotiate" },