From 0f38ba899fb3c91f021d0ad09c8a3c67056b91fd Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 8 Mar 2023 05:11:38 +0600 Subject: [PATCH 1/2] Add Yapla / fundraising-donations --- .../webextension/images/icons/Yapla.png | Bin 0 -> 574 bytes src/technologies/k.json | 2 +- src/technologies/y.json | 25 +++++++++++++++++- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 src/drivers/webextension/images/icons/Yapla.png diff --git a/src/drivers/webextension/images/icons/Yapla.png b/src/drivers/webextension/images/icons/Yapla.png new file mode 100644 index 0000000000000000000000000000000000000000..a3be9ee92852d0ad248ab837f94bf1df879a8300 GIT binary patch literal 574 zcmV-E0>S->P)Zp2sJW7U3fzlSJ?0~lyI9`L`1RO4!H*XvRf4~^NJAvUE&BBF%@4xClfge6O<`<1xXCb@57!Nedwf85mJ&6@I z0>2Z-v+|%xT<*+Y`hVX)C~1)E)<-PI-$o!N4xDSA&hkT5r~W(8DhBhrF@Jvw8-v(k zE})8W+nIv1P16!8+Vrt6u9tJ$Gqz{1q1Zl*v}KiD2-RI;lGVxi%N-$6VvIdpL4P@X zykds~MR6r=LNG3tLx@&d6aT!#|pLJRPCO=<-+v^5@2^c`0ENfvhk(Kk7^ zHzz+IQYH|K$+4#}Zt!+Qo`92$o=jNW2M*%4X5mBJpm?ulq!~}(6V1|i1!?p0U;qFB M07*qoM6N<$f|S1bT>t<8 literal 0 HcmV?d00001 diff --git a/src/technologies/k.json b/src/technologies/k.json index 575b58ec4..c348a1596 100644 --- a/src/technologies/k.json +++ b/src/technologies/k.json @@ -792,7 +792,7 @@ "Ko-fi": { "cats": [ 5, - 41 + 111 ], "description": "Ko-fi is an online platform that helps content creators get the financial support.", "dom": "a[href*='ko-fi.com/'][target='_blank']", diff --git a/src/technologies/y.json b/src/technologies/y.json index 62ec10a91..bd514e844 100644 --- a/src/technologies/y.json +++ b/src/technologies/y.json @@ -246,15 +246,38 @@ ], "website": "http://metrika.yandex.com" }, + "Yapla": { + "cats": [ + 111 + ], + "description": "Yapla is a web-based software platform that provides event management and fundraising solutions for non-profit organisations, associations, and event planners.", + "icon": "Yapla.png", + "dom": "a[href*='\\.yapla\\.com/'][target='_blank']", + "meta": { + "generator": "^Yapla\\sv([\\d\\.]+)\\;version:\\1" + }, + "js": { + "yaplaConsent.cookieName": "yapla-consent" + }, + "saas": true, + "pricing": [ + "freemium", + "low", + "recurring" + ], + "website": "https://www.yapla.com" + }, "Yaws": { "cats": [ 22 ], + "description": "Yaws (Yet Another Web Server) is a high-performance, open-source web server that is designed to deliver dynamic content efficiently. It was developed by Claes (klacke) Wikström and is written in Erlang, a functional programming language.", "headers": { "Server": "Yaws(?: ([\\d.]+))?\\;version:\\1" }, "icon": "Yaws.png", - "website": "http://yaws.hyber.org" + "oss": true, + "website": "https://github.com/erlyaws/yaws" }, "Yektanet": { "cats": [ From ee0daf5cf1af2315fbb6a30f0c934f950f7d7f1b Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Wed, 15 Mar 2023 10:46:46 +1100 Subject: [PATCH 2/2] Update y.json --- src/technologies/y.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/y.json b/src/technologies/y.json index bd514e844..c4149d165 100644 --- a/src/technologies/y.json +++ b/src/technologies/y.json @@ -271,7 +271,7 @@ "cats": [ 22 ], - "description": "Yaws (Yet Another Web Server) is a high-performance, open-source web server that is designed to deliver dynamic content efficiently. It was developed by Claes (klacke) Wikström and is written in Erlang, a functional programming language.", + "description": "Yaws (Yet Another Web Server) is an open-source web server designed to deliver dynamic content efficiently. It was developed by Claes (klacke) Wikström and is written in Erlang, a functional programming language.", "headers": { "Server": "Yaws(?: ([\\d.]+))?\\;version:\\1" }, @@ -713,4 +713,4 @@ "scriptSrc": "cdn\\.yellowmessenger\\.com", "website": "https://yellow.ai/" } -} \ No newline at end of file +}