Skip to content

Commit 7880a87

Browse files
authored
Merge pull request #27 from w3c/ege-remove-s-from-bindings
Adapt documenting to remove s from bindings
2 parents 6d27b3e + 59356ac commit 7880a87

File tree

5 files changed

+34
-28
lines changed

5 files changed

+34
-28
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
</p>
1515

1616
<p align="center">
17-
<a href="https://w3c.github.io/wot-bindings-registry/">
17+
<a href="https://w3c.github.io/wot-binding-registry/">
1818
<img alt="Latest Editor's Draft" src="https://img.shields.io/badge/Editor's_Draft-Latest-fe914a"></a>
1919
</p>
2020

21-
# Web of Things (WoT) Bindings Registry
21+
# Web of Things (WoT) Binding Registry
2222

2323
General information about the Web of Things can be found at <https://www.w3.org/WoT/>.
2424

2525
---
2626

27-
The Web of Things (WoT) Bindings Registry defines a registry of WoT bindings that make it possible to have a record of
27+
The Web of Things (WoT) Binding Registry defines a registry of WoT bindings that make it possible to have a record of
2828
the different bindings. Additionally, it sets the rules that govern this registry to guarantee a quality standard, long
2929
lifecycle and ease of use for the developers.
3030

@@ -37,7 +37,7 @@ lifecycle and ease of use for the developers.
3737

3838
## Publications
3939

40-
- [Latest Editor's Draft](https://w3c.github.io/wot-bindings-registry/) (syncs to this repository's main branch)
40+
- [Latest Editor's Draft](https://w3c.github.io/wot-binding-registry/) (syncs to this repository's main branch)
4141

4242
## Instructions for Editors and Contributors
4343

index.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="color-scheme" content="light dark" />
6-
<title>Web of Things (WoT) Bindings Registry</title>
6+
<title>Web of Things (WoT) Binding Registry</title>
77
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
88
<script class="remove">
99
var respecConfig = {
10-
shortName: "wot-bindings-registry",
10+
shortName: "wot-binding-registry",
1111
specStatus: "ED",
1212
copyrightStart: 2025,
1313
noLegacyStyle: true,
@@ -16,9 +16,9 @@
1616
group: "wg/wot",
1717
charterDisclosureURI: "https://www.w3.org/2004/01/pp-impl/95969/status",
1818
wgPublicList: "public-wot-wg",
19-
edDraftURI: "https://w3c.github.io/wot-bindings-registry/",
20-
github: "https://github.com/w3c/wot-bindings-registry",
21-
issueBase: "https://www.github.com/w3c/wot-bindings-registry/issues",
19+
edDraftURI: "https://w3c.github.io/wot-binding-registry/",
20+
github: "https://github.com/w3c/wot-binding-registry",
21+
issueBase: "https://www.github.com/w3c/wot-binding-registry/issues",
2222
editors: [
2323
{
2424
name: "Ege Korkan",
@@ -34,7 +34,7 @@
3434
data: [
3535
{
3636
value: "In the GitHub repository",
37-
href: "https://github.com/w3c/wot-bindings-registry/graphs/contributors"
37+
href: "https://github.com/w3c/wot-binding-registry/graphs/contributors"
3838
}
3939
]
4040
},
@@ -43,11 +43,11 @@
4343
data: [
4444
{
4545
value: "We are on GitHub",
46-
href: "https://github.com/w3c/wot-bindings-registry/"
46+
href: "https://github.com/w3c/wot-binding-registry/"
4747
},
4848
{
4949
value: "File a bug",
50-
href: "https://github.com/w3c/wot-bindings-registry/issues"
50+
href: "https://github.com/w3c/wot-binding-registry/issues"
5151
}
5252
]
5353
}
@@ -97,7 +97,7 @@ <h2>Introduction</h2>
9797
</p>
9898

9999
<p>
100-
As the number of such protocols and media types is vast and tends to change over time, this document defines a flexible mechanism called a Bindings Registry.
100+
As the number of such protocols and media types is vast and tends to change over time, this document defines a flexible mechanism called a Binding Registry.
101101
This document relies on the registry track mechanism of the <a href="https://www.w3.org/policies/process/#registries">W3C Process</a> and extends it to be specific and fit to the purposes of WoT bindings.
102102
</p>
103103

@@ -150,19 +150,19 @@ <h2>Terminology</h2>
150150
A form element in a TD or TM that contains the concrete mapping of the operation to a binding. Thus it is a machine-readable description of how to activate an affordance.
151151
</dd>
152152
<dt>
153-
<dfn id="dfn-wot-bindings-registry">WoT Bindings Registry</dfn>
153+
<dfn id="dfn-wot-binding-registry">WoT Binding Registry</dfn>
154154
</dt>
155155
<dd>
156-
A W3C Registry Track document that contains the <a>WoT Bindings Registry Table</a>, its requirements and possibly other information. See <a href="https://www.w3.org/policies/process/#registry">registry</a> for more information on the definition.
156+
A W3C Registry Track document that contains the <a>WoT Binding Registry Table</a>, its requirements and possibly other information. See <a href="https://www.w3.org/policies/process/#registry">registry</a> for more information on the definition.
157157
</dd>
158158
<dt>
159-
<dfn id="dfn-wot-bindings-registry-table">WoT Bindings Registry Table</dfn>
159+
<dfn id="dfn-wot-binding-registry-table">WoT Binding Registry Table</dfn>
160160
</dt>
161161
<dd>
162162
A list of bindings that are usable in the context of WoT. See <a href="https://www.w3.org/policies/process/#registry-table">registry table</a> for more information.
163163
</dd>
164164
<dt>
165-
<dfn id="dfn-wot-bindings-registry-definition">WoT Bindings Registry Definition</dfn>
165+
<dfn id="dfn-wot-binding-registry-definition">WoT Binding Registry Definition</dfn>
166166
</dt>
167167
<dd>
168168
A set of requirements that explain how the registry table is structured and maintained. See <a href="https://www.w3.org/policies/process/#registry-definition">registry definition</a> for more information.
@@ -299,7 +299,7 @@ <h2>Content of Registry Definition</h2>
299299
This pilot exists to test the process and the rules defined in this section.
300300
</p>
301301

302-
<p>A <a href="#dfn-wot-bindings-registry-definition">set of rules</a> extending the <a href="https://www.w3.org/2023/Process-20230612/#reg-def">Registry Definitions from the W3C Process Document</a> can be found below and is structured as follows.</p>
302+
<p>A <a href="#dfn-wot-binding-registry-definition">set of rules</a> extending the <a href="https://www.w3.org/2023/Process-20230612/#reg-def">Registry Definitions from the W3C Process Document</a> can be found below and is structured as follows.</p>
303303

304304
<ul>
305305
<li><a href="#entry-format"></a>
@@ -355,7 +355,7 @@ <h2>Entry format</h2>
355355

356356
<!--
357357
TODO: These assertions should be moved to the registry definition.
358-
see https://github.com/w3c/wot-bindings-registry/pull/17#discussion_r2267069020
358+
see https://github.com/w3c/wot-binding-registry/pull/17#discussion_r2267069020
359359
-->
360360
<!-- <ul>
361361
<li>In a TD, a binding SHOULD be identifiable by the terms in a form such as <code>href</code>, <code>contentType</code>, <code>subprotocol</code>, or connection information found in the root of the TD.<ul>
@@ -588,7 +588,7 @@ <h3>Transition</h3>
588588
</ul>
589589
</li>
590590
<li><span class="rfc2119-assertion" id="submission-requirements-test-report-current-state">For the binding to transition to the &quot;Current&quot; state, a <em>Test Report</em> MUST exist.</span> <span class="rfc2119-assertion" id="submission-requirements-test-report-implementation">The <em>Test Report</em> MUST contain at least one implementation of a Consumer</span> (capable of understanding and performing all the operations described in the binding) and one Exposer (capable of handling all the operations and features described in the binding and optionally be able to create a valid TD). Additional implementations can be added even after the transition to the Current.</li>
591-
<li>The exact contents of the Test Report is not decided yet. See <a href="https://github.com/w3c/wot-bindings-registry/issues/3">https://github.com/w3c/wot-bindings-registry/issues/3</a></li>
591+
<li>The exact contents of the Test Report is not decided yet. See <a href="https://github.com/w3c/wot-binding-registry/issues/3">https://github.com/w3c/wot-binding-registry/issues/3</a></li>
592592
<li><span class="rfc2119-assertion" id="submission-requirements-test-report-transition">Submitters MAY call for transition but the custodian can also automatically trigger the process once it is verified that the condition above is reached.</span></li>
593593
<li><span class="rfc2119-assertion" id="submission-requirements-test-report-published"><em>Test Reports</em> and related resources SHOULD be published in a git repository.</span> <span class="rfc2119-assertion" id="submission-requirements-test-report-public">The repository SHOULD be public and it MUST be accessible to the reviewers and the custodian.</span></li>
594594
<li>Collaboration between the custodian, reviewers, and submitters is highly encouraged, ideally through a Plugfest or another structured testing session where different implementations can be evaluated collectively.</li>
@@ -650,7 +650,7 @@ <h3>Dependency</h3>
650650
<section id="registry">
651651
<h2>Registry</h2>
652652

653-
<p>The following table defines the <a>WoT Bindings Registry</a> where each entry is a binding. Entries are ordered alphabetically according to their name.</p>
653+
<p>The following table defines the <a>WoT Binding Registry</a> where each entry is a binding. Entries are ordered alphabetically according to their name.</p>
654654

655655
<p class="note">
656656
The first entry is a placeholder example. It will be deleted once the first real entry is added. You can find the list of bindings that predate the registry mechanism at <a href="https://github.com/w3c/wot-binding-templates/?tab=readme-ov-file#publications">this Readme file</a>.

package-lock.json

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "wot-bindings-registry",
2+
"name": "wot-binding-registry",
33
"version": "0.0.0",
44
"description": "Registry of Web of Things Bindings",
55
"scripts": {
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/w3c/wot-bindings-registry.git"
11+
"url": "https://github.com/w3c/wot-binding-registry.git"
1212
},
1313
"keywords": [
1414
"wot",
@@ -19,9 +19,9 @@
1919
"author": "w3c",
2020
"license": "W3C-20150513",
2121
"bugs": {
22-
"url": "https://github.com/w3c/wot-bindings-registry/issues"
22+
"url": "https://github.com/w3c/wot-binding-registry/issues"
2323
},
24-
"homepage": "http://w3c.github.io/wot-bindings-registry",
24+
"homepage": "http://w3c.github.io/wot-binding-registry",
2525
"dependencies": {
2626
"npm": "^6.14.11",
2727
"prettier": "^3.2.5"

w3c.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"group": 95969,
33
"contacts": ["ashimura"],
44
"policy": "open",
5-
"shortName": "wot-bindings-registry",
5+
"shortName": "wot-binding-registry",
66
"repo-type": ["registry"]
77
}

0 commit comments

Comments
 (0)