# wot-binding-registry
**Repository Path**: mirrors_w3c/wot-binding-registry
## Basic Information
- **Project Name**: wot-binding-registry
- **Description**: Web of Things (WoT) Bindings Registry
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-08-29
- **Last Updated**: 2026-05-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Web of Things (WoT) Binding Registry
General information about the Web of Things can be found at .
---
The Web of Things (WoT) Binding Registry defines a registry of WoT bindings that make it possible to have a record of
the different bindings. Additionally, it sets the rules that govern this registry to guarantee a quality standard, long
lifecycle and ease of use for the developers.
## Logistics
- Call information: We use the W3C Calendar. You can find the next WoT TD/Binding Templates calls at
.
- Wiki (contains agenda):
- [Contribution rules](./CONTRIBUTING.md)
## Publications
- [Latest Editor's Draft](https://w3c.github.io/wot-binding-registry/) (syncs to this repository's main branch)
## Instructions for Editors and Contributors
If you have followed the [Contribution rules](./CONTRIBUTING.md) and want to contribute, please follow the instructions
below.
## Working on the Registry Document
You can make changes to the registry mechanism by making Pull Requests to the [index.html](./index.html) document. Make
sure to run `npm install` and then before doing the Pull Request, run `npm run format` so that the document maintains a
consistent look and the Pull Requests are easier to review as they will not contain any whitespace or similar formatting
changes.
## Working on the Bindings
Any change to a binding is a change to a registry entry. Thus, all changes need to follow the rules set in the registry
definition.