From 3173e743dd50c3c30777eae6c4c15bd1a846e6cc Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Fri, 27 Sep 2024 14:56:54 +0200 Subject: [PATCH 1/5] docs: add adopters information --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bf8d9935f..89aeb10bf 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ [![codecov](https://codecov.io/gh/eclipse-thingweb/node-wot/branch/master/graph/badge.svg)](https://codecov.io/gh/eclipse-thingweb/node-wot) [![Telegram Group](https://img.shields.io/endpoint?color=neon&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fnodewot)](https://t.me/nodewot) [![Discord](https://img.shields.io/badge/Discord-7289DA?logo=discord&logoColor=white&label=node-wot)](https://discord.gg/JXY2Jzefz3) +![Static Badge](https://img.shields.io/badge/Show%20Adoption%20and%20Usage-%2331b8a3ff?logoColor=31b8a3ff&link=https%3A%2F%2Fgithub.com%2Feclipse-thingweb%2Fnode-wot%23adopters) The Eclipse Thingweb node-wot is a framework for implementing [Web of Things](https://www.w3.org/WoT/) servers and clients in Node.js. It is written from the ground up with Typescript with the goal of providing a fast and extensible framework for IoT applications. Node-wot wants to give developers the ability to create complex business logic without worrying about protocol and low-level details leveraging on a standard metadata format, the [Thing Description (TD)](https://www.w3.org/TR/wot-thing-description11/). Thanks to the TD abstraction developers can find a set of satellite tools to create their applications in a fast and easy way. @@ -432,6 +433,12 @@ sudo ln -sf /usr/local/n/versions/node//bin/node /usr/bin/node Please check out our [contributing guidelines](CONTRIBUTING.md) for more details. +## Adopters + +If you are using Eclipse Thingweb node-wot within your organization, please support us by adding your logo to the [Eclipse IoT adopters list](https://iot.eclipse.org/adopters/). +To do so, simply open an issue at [the Eclipse Gitlab](https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-project-adopters/-/issues/new?issuable_template=adopter_request) by providing your the name of the organization, its logo, and a link to your organization or team. +You should be affiliated with that organization for the issue to be implemented. + ## License Dual-licensed under: From bd41d732d4ab02a32a982a552a22f5a12febfbbd Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Fri, 27 Sep 2024 16:14:37 +0200 Subject: [PATCH 2/5] docs: fix badge link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89aeb10bf..1350463be 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [![codecov](https://codecov.io/gh/eclipse-thingweb/node-wot/branch/master/graph/badge.svg)](https://codecov.io/gh/eclipse-thingweb/node-wot) [![Telegram Group](https://img.shields.io/endpoint?color=neon&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fnodewot)](https://t.me/nodewot) [![Discord](https://img.shields.io/badge/Discord-7289DA?logo=discord&logoColor=white&label=node-wot)](https://discord.gg/JXY2Jzefz3) -![Static Badge](https://img.shields.io/badge/Show%20Adoption%20and%20Usage-%2331b8a3ff?logoColor=31b8a3ff&link=https%3A%2F%2Fgithub.com%2Feclipse-thingweb%2Fnode-wot%23adopters) +[![Static Badge](https://img.shields.io/badge/Show%20Adoption%20and%20Usage-%2331b8a3ff?logoColor=31b8a3ff)](https://github.com/eclipse-thingweb/node-wot#adopters) The Eclipse Thingweb node-wot is a framework for implementing [Web of Things](https://www.w3.org/WoT/) servers and clients in Node.js. It is written from the ground up with Typescript with the goal of providing a fast and extensible framework for IoT applications. Node-wot wants to give developers the ability to create complex business logic without worrying about protocol and low-level details leveraging on a standard metadata format, the [Thing Description (TD)](https://www.w3.org/TR/wot-thing-description11/). Thanks to the TD abstraction developers can find a set of satellite tools to create their applications in a fast and easy way. From 657d585ac35226e577be2883227757c00263f02a Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Fri, 27 Sep 2024 17:03:19 +0200 Subject: [PATCH 3/5] docs: Change label text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1350463be..595bcc1b9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [![codecov](https://codecov.io/gh/eclipse-thingweb/node-wot/branch/master/graph/badge.svg)](https://codecov.io/gh/eclipse-thingweb/node-wot) [![Telegram Group](https://img.shields.io/endpoint?color=neon&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fnodewot)](https://t.me/nodewot) [![Discord](https://img.shields.io/badge/Discord-7289DA?logo=discord&logoColor=white&label=node-wot)](https://discord.gg/JXY2Jzefz3) -[![Static Badge](https://img.shields.io/badge/Show%20Adoption%20and%20Usage-%2331b8a3ff?logoColor=31b8a3ff)](https://github.com/eclipse-thingweb/node-wot#adopters) +[![Static Badge](https://img.shields.io/badge/Show%20Adopters%20and%20Users-%2331b8a3ff?logoColor=31b8a3ff)](https://github.com/eclipse-thingweb/node-wot#adopters) The Eclipse Thingweb node-wot is a framework for implementing [Web of Things](https://www.w3.org/WoT/) servers and clients in Node.js. It is written from the ground up with Typescript with the goal of providing a fast and extensible framework for IoT applications. Node-wot wants to give developers the ability to create complex business logic without worrying about protocol and low-level details leveraging on a standard metadata format, the [Thing Description (TD)](https://www.w3.org/TR/wot-thing-description11/). Thanks to the TD abstraction developers can find a set of satellite tools to create their applications in a fast and easy way. From 636927f554e9b7dcd8a71043829b9f5ea2428084 Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Tue, 1 Oct 2024 08:46:39 +0200 Subject: [PATCH 4/5] Update README.md Co-authored-by: danielpeintner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 595bcc1b9..a81a1df89 100644 --- a/README.md +++ b/README.md @@ -435,7 +435,7 @@ Please check out our [contributing guidelines](CONTRIBUTING.md) for more details ## Adopters -If you are using Eclipse Thingweb node-wot within your organization, please support us by adding your logo to the [Eclipse IoT adopters list](https://iot.eclipse.org/adopters/). +If you are using Eclipse Thingweb node-wot within your organization, please support us by adding your logo to the [Eclipse IoT adopters list](https://iot.eclipse.org/adopters/#iot.thingweb). To do so, simply open an issue at [the Eclipse Gitlab](https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-project-adopters/-/issues/new?issuable_template=adopter_request) by providing your the name of the organization, its logo, and a link to your organization or team. You should be affiliated with that organization for the issue to be implemented. From c04bbb96bfb8f066f4e52cc29ee1851037ce133d Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Tue, 1 Oct 2024 09:36:35 +0200 Subject: [PATCH 5/5] Update README.md Co-authored-by: danielpeintner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a81a1df89..9634c7495 100644 --- a/README.md +++ b/README.md @@ -436,7 +436,7 @@ Please check out our [contributing guidelines](CONTRIBUTING.md) for more details ## Adopters If you are using Eclipse Thingweb node-wot within your organization, please support us by adding your logo to the [Eclipse IoT adopters list](https://iot.eclipse.org/adopters/#iot.thingweb). -To do so, simply open an issue at [the Eclipse Gitlab](https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-project-adopters/-/issues/new?issuable_template=adopter_request) by providing your the name of the organization, its logo, and a link to your organization or team. +To do so, simply open an issue at [the Eclipse Gitlab](https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-project-adopters/-/issues/new?issuable_template=adopter_request) by providing the name of your organization, its logo, and a link to your organization or team. You should be affiliated with that organization for the issue to be implemented. ## License