Skip to content

Commit 2dbafaf

Browse files
authored
change occurance of bindings registry (#2130)
1 parent 1e5419c commit 2dbafaf

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@
150150
publisher: "W3C",
151151
date: "July 2021"
152152
},
153-
"WOT-BINDINGS-REGISTRY": {
154-
title: "Web of Things (WoT) Bindings Registry",
155-
//, href: "https://www.w3.org/TR/wot-bindings-registry/"
156-
href: "https://w3c.github.io/wot-bindings-registry/",
157-
authors: ["TODO"], //TODO: sync authors
153+
"WOT-BINDING-REGISTRY": {
154+
title: "Web of Things (WoT) Binding Registry",
155+
//, href: "https://www.w3.org/TR/wot-binding-registry/"
156+
href: "https://w3c.github.io/wot-binding-registry/",
157+
authors: ["Ege Korkan"],
158158
publisher: "W3C",
159159
date: "TODO" //TODO: Add publication date
160160
},
@@ -789,7 +789,7 @@ <h2>Terminology</h2>
789789
<dt><dfn id="dfn-binding-specification">Binding Specification</dfn></dt>
790790
<dd>
791791
A binding specification is a document that specifies a binding for a protocol, a payload format, or both. All
792-
bindings follow the rules of the WoT Bindings Registry [[WOT-BINDINGS-REGISTRY]].
792+
bindings follow the rules of the WoT Binding Registry [[WOT-BINDING-REGISTRY]].
793793
</dd>
794794
<dt><dfn id="dfn-binding-instance">Binding Instance</dfn></dt>
795795
<dd>
@@ -1513,8 +1513,8 @@ <h2>Data Schema Vocabulary Definitions</h2>
15131513
<p>
15141514
In a TD, concrete data formats are specified in Forms (see <a href="#form"></a>) using content types. When
15151515
the value of a content type in an instance of the Form is <code>application/json</code>, the data schema can
1516-
be processed directly by JSON Schema processors. Otherwise, entries in Web of Things (WoT) Bindings Registry
1517-
[[?WOT-BINDINGS-REGISTRY]] define available mappings from data schemas to other content types such as XML
1516+
be processed directly by JSON Schema processors. Otherwise, entries in Web of Things (WoT) Binding Registry
1517+
[[?WOT-BINDING-REGISTRY]] define available mappings from data schemas to other content types such as XML
15181518
[[?xml]]. If the content type in an instance of the Form is not <code>application/json</code> and if no
15191519
mapping is defined for the content type, specifying a data schema does not make sense for the content type.
15201520
</p>
@@ -5475,7 +5475,7 @@ <h3>Adding Bindings</h3>
54755475

54765476
<p>
54775477
With the <a>TD Context Extensions</a> in a Thing Description, the communication metadata can be supplemented
5478-
via <a>Binding Specifications</a> from the WoT Bindings Registry [[WOT-BINDINGS-REGISTRY]], which are added
5478+
via <a>Binding Specifications</a> from the WoT Binding Registry [[WOT-BINDING-REGISTRY]], which are added
54795479
through additional <a>Vocabulary Terms</a> serialized into JSON objects representing a
54805480
<code>Form</code> instance. Please see <a href="#bindings"></a> for further information.
54815481
</p>
@@ -5596,7 +5596,7 @@ <h2>Bindings</h2>
55965596
In summary, Bindings enable a Thing Description to be adapted to a specific protocol, data payload formats or
55975597
both in specific ways. This is done through URI Schemes, additional descriptive vocabularies, Thing Models and
55985598
examples that aim to guide the implementors of Things and Consumers alike. This section explains the overall
5599-
mechanism and gives basic guidance on creating new Bindings. The [[WOT-BINDINGS-REGISTRY]] contains a registry
5599+
mechanism and gives basic guidance on creating new Bindings. The [[WOT-BINDING-REGISTRY]] contains a registry
56005600
(list) of existing Bindings as well the requirements to follow to register new entries to the registry.
56015601
</p>
56025602

@@ -5751,7 +5751,7 @@ <h5>Protocol Bindings</h5>
57515751

57525752
<p>
57535753
In some cases, header options or other parameters of the protocols need to be included. Given that these are
5754-
highly protocol dependent, please refer to the bindings listed in [[[WOT-BINDINGS-REGISTRY]]]. Additionally,
5754+
highly protocol dependent, please refer to the bindings listed in [[[WOT-BINDING-REGISTRY]]]. Additionally,
57555755
protocols may have defined Subprotocols that can be used for some interaction types. For example, to receive
57565756
asynchronous notifications using HTTP, some servers may support long polling (<code>longpoll</code>), WebSub
57575757
[[WebSub]] (<code>websub</code>) and Server-Sent Events [[eventsource]] (<code>sse</code>).

index.template.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@
150150
publisher: "W3C",
151151
date: "July 2021"
152152
},
153-
"WOT-BINDINGS-REGISTRY": {
154-
title: "Web of Things (WoT) Bindings Registry",
155-
//, href: "https://www.w3.org/TR/wot-bindings-registry/"
156-
href: "https://w3c.github.io/wot-bindings-registry/",
157-
authors: ["TODO"], //TODO: sync authors
153+
"WOT-BINDING-REGISTRY": {
154+
title: "Web of Things (WoT) Binding Registry",
155+
//, href: "https://www.w3.org/TR/wot-binding-registry/"
156+
href: "https://w3c.github.io/wot-binding-registry/",
157+
authors: ["Ege Korkan"],
158158
publisher: "W3C",
159159
date: "TODO" //TODO: Add publication date
160160
},
@@ -789,7 +789,7 @@ <h2>Terminology</h2>
789789
<dt><dfn id="dfn-binding-specification">Binding Specification</dfn></dt>
790790
<dd>
791791
A binding specification is a document that specifies a binding for a protocol, a payload format, or both. All
792-
bindings follow the rules of the WoT Bindings Registry [[WOT-BINDINGS-REGISTRY]].
792+
bindings follow the rules of the WoT Binding Registry [[WOT-BINDING-REGISTRY]].
793793
</dd>
794794
<dt><dfn id="dfn-binding-instance">Binding Instance</dfn></dt>
795795
<dd>
@@ -1157,8 +1157,8 @@ <h2>Data Schema Vocabulary Definitions</h2>
11571157
<p>
11581158
In a TD, concrete data formats are specified in Forms (see <a href="#form"></a>) using content types. When
11591159
the value of a content type in an instance of the Form is <code>application/json</code>, the data schema can
1160-
be processed directly by JSON Schema processors. Otherwise, entries in Web of Things (WoT) Bindings Registry
1161-
[[?WOT-BINDINGS-REGISTRY]] define available mappings from data schemas to other content types such as XML
1160+
be processed directly by JSON Schema processors. Otherwise, entries in Web of Things (WoT) Binding Registry
1161+
[[?WOT-BINDING-REGISTRY]] define available mappings from data schemas to other content types such as XML
11621162
[[?xml]]. If the content type in an instance of the Form is not <code>application/json</code> and if no
11631163
mapping is defined for the content type, specifying a data schema does not make sense for the content type.
11641164
</p>
@@ -4169,7 +4169,7 @@ <h3>Adding Bindings</h3>
41694169

41704170
<p>
41714171
With the <a>TD Context Extensions</a> in a Thing Description, the communication metadata can be supplemented
4172-
via <a>Binding Specifications</a> from the WoT Bindings Registry [[WOT-BINDINGS-REGISTRY]], which are added
4172+
via <a>Binding Specifications</a> from the WoT Binding Registry [[WOT-BINDING-REGISTRY]], which are added
41734173
through additional <a>Vocabulary Terms</a> serialized into JSON objects representing a
41744174
<code>Form</code> instance. Please see <a href="#bindings"></a> for further information.
41754175
</p>
@@ -4290,7 +4290,7 @@ <h2>Bindings</h2>
42904290
In summary, Bindings enable a Thing Description to be adapted to a specific protocol, data payload formats or
42914291
both in specific ways. This is done through URI Schemes, additional descriptive vocabularies, Thing Models and
42924292
examples that aim to guide the implementors of Things and Consumers alike. This section explains the overall
4293-
mechanism and gives basic guidance on creating new Bindings. The [[WOT-BINDINGS-REGISTRY]] contains a registry
4293+
mechanism and gives basic guidance on creating new Bindings. The [[WOT-BINDING-REGISTRY]] contains a registry
42944294
(list) of existing Bindings as well the requirements to follow to register new entries to the registry.
42954295
</p>
42964296

@@ -4445,7 +4445,7 @@ <h5>Protocol Bindings</h5>
44454445

44464446
<p>
44474447
In some cases, header options or other parameters of the protocols need to be included. Given that these are
4448-
highly protocol dependent, please refer to the bindings listed in [[[WOT-BINDINGS-REGISTRY]]]. Additionally,
4448+
highly protocol dependent, please refer to the bindings listed in [[[WOT-BINDING-REGISTRY]]]. Additionally,
44494449
protocols may have defined Subprotocols that can be used for some interaction types. For example, to receive
44504450
asynchronous notifications using HTTP, some servers may support long polling (<code>longpoll</code>), WebSub
44514451
[[WebSub]] (<code>websub</code>) and Server-Sent Events [[eventsource]] (<code>sse</code>).

0 commit comments

Comments
 (0)