From 219c94dfbc4036ee21026b700b35709ddccf0d28 Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Sun, 9 Apr 2023 10:14:11 +0530 Subject: [PATCH 1/2] Remixd Trace Added --- .../webextension/images/icons/remixd.svg | 31 ++++++++++++++++ src/technologies/r.json | 37 ++++++++++++------- 2 files changed, 54 insertions(+), 14 deletions(-) create mode 100644 src/drivers/webextension/images/icons/remixd.svg diff --git a/src/drivers/webextension/images/icons/remixd.svg b/src/drivers/webextension/images/icons/remixd.svg new file mode 100644 index 000000000..651e73da6 --- /dev/null +++ b/src/drivers/webextension/images/icons/remixd.svg @@ -0,0 +1,31 @@ + + + + + diff --git a/src/technologies/r.json b/src/technologies/r.json index cad560af5..e242be4ad 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -1250,6 +1250,15 @@ "oss": true, "website": "https://remix.run/" }, + "Remixd": { + "cats": [ + 5 + ], + "description": "Remixd empowers content owners with the ability to create an immediate podcast presence on top podcast platforms.", + "icon": "remixd.svg", + "scriptSrc": "tags\\.remixd\\.com/player", + "website": "https://www.remixd.com" + }, "Render Better": { "cats": [ 92, @@ -1973,6 +1982,19 @@ "saas": true, "website": "https://rive.app" }, + "RoadRunner": { + "cats": [ + 22 + ], + "description": "RoadRunner is a high-performance PHP application server, load balancer, and process manager written in Golang.", + "headers": { + "Server": "RoadRunner" + }, + "icon": "RoadRunner.svg", + "implies": "PHP", + "oss": true, + "website": "https://roadrunner.dev" + }, "Roadiz CMS": { "cats": [ 1, @@ -1991,19 +2013,6 @@ }, "website": "https://www.roadiz.io" }, - "RoadRunner": { - "cats": [ - 22 - ], - "description": "RoadRunner is a high-performance PHP application server, load balancer, and process manager written in Golang.", - "headers": { - "Server": "RoadRunner" - }, - "icon": "RoadRunner.svg", - "implies": "PHP", - "oss": true, - "website": "https://roadrunner.dev" - }, "Robin": { "cats": [ 6 @@ -2358,4 +2367,4 @@ "scripts": "/recaptcha/api\\.js", "website": "https://www.google.com/recaptcha/" } -} +} \ No newline at end of file From 31fad60af69d4954075ce3aad8a7c45d42de937a Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Mon, 10 Apr 2023 06:41:09 +0530 Subject: [PATCH 2/2] Description updated --- src/technologies/r.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/r.json b/src/technologies/r.json index e242be4ad..74c9009a7 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -1254,7 +1254,7 @@ "cats": [ 5 ], - "description": "Remixd empowers content owners with the ability to create an immediate podcast presence on top podcast platforms.", + "description": "Remixd is a platform that enables podcast creators to efficiently produce and share their podcasts with a worldwide audience. The platform provides various tools and features to support podcast creation, hosting, and distribution, such as podcast hosting, analytics, monetisation, and social media integration.", "icon": "remixd.svg", "scriptSrc": "tags\\.remixd\\.com/player", "website": "https://www.remixd.com"