Skip to content

Commit ba277e4

Browse files
authored
change to td 2.0 and fix broken links (#2113)
* change to td 2.0 and fix broken links * use version correctly * run formatting
1 parent abf579a commit ba277e4

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- <link rel="stylesheet" href="testing/atrisk.css"> -->
55
<meta charset="utf-8" />
66
<meta name="color-scheme" content="light dark" />
7-
<title>Web of Things (WoT) Thing Description - Next</title>
7+
<title>Web of Things (WoT) Thing Description 2.0</title>
88
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
99
<script class="remove">
1010
var respecConfig = {
@@ -14,7 +14,7 @@
1414
// previousPublishDate: "2023-12-05",
1515
prevRecURI: "https://www.w3.org/TR/2023/REC-wot-thing-description11-20231205/",
1616
// implementationReportURI: "https://w3c.github.io/wot-thing-description/testing/report11.html",
17-
shortName: "wot-thing-description-next", // temporary for now
17+
shortName: "wot-thing-description-2.0",
1818
copyrightStart: 2017,
1919
noLegacyStyle: true,
2020
inlineCSS: true,
@@ -387,9 +387,9 @@
387387
<section id="abstract">
388388
<p>
389389
This document describes a formal information model and a common representation for a Web of Things (WoT) Thing
390-
Description Next Version. A Thing Description describes the metadata and interfaces of <a>Things</a>, where a
391-
<a>Thing</a> is an abstraction of a physical or virtual entity that provides interactions to and participates in
392-
the Web of Things. Thing Descriptions provide a set of interactions based on a small vocabulary that makes it
390+
Description (TD), Version 2.0. A Thing Description describes the metadata and interfaces of <a>Things</a>, where
391+
a <a>Thing</a> is an abstraction of a physical or virtual entity that provides interactions to and participates
392+
in the Web of Things. Thing Descriptions provide a set of interactions based on a small vocabulary that makes it
393393
possible both to integrate diverse devices and to allow diverse applications to interoperate. Thing
394394
Descriptions, by default, are encoded in a JSON format that also allows JSON-LD processing. The latter provides
395395
a powerful foundation to represent knowledge about <a>Things</a> in a machine-understandable way. A Thing
@@ -6965,7 +6965,7 @@ <h3>Adding Bindings</h3>
69656965

69666966
<p>
69676967
With the <a>TD Context Extensions</a> in a Thing Description, the communication metadata can be supplemented
6968-
or new <a>Bindings</a> added through additional <a>Vocabulary Terms</a> serialized into JSON objects
6968+
or new <a>Protocol Bindings</a> added through additional <a>Vocabulary Terms</a> serialized into JSON objects
69696969
representing a <code>Form</code> instance. Please see <a href="#binding-templates"></a> for further
69706970
information.
69716971
</p>
@@ -11682,7 +11682,7 @@ <h2 id="changes-from-august-2022">Changes from Fourth Public Working Draft 3 Aug
1168211682
assertion (td-security-no-secrets) in Section <a href="#securityscheme"></a>
1168311683
</li>
1168411684
<li>Section <a href="#form-additionalResponses"></a> has been newly added.</li>
11685-
<li>Remove TD Context Extensions CoAP example in Section <a href="#adding-protocol-bindings"></a></li>
11685+
<li>Remove TD Context Extensions CoAP example in Section <a href="#adding-bindings"></a></li>
1168611686
<li>
1168711687
Remove reference to Binding Document in assertion (bindings-requirements-scheme) in Section
1168811688
<a href="#protocol-bindings"></a>

index.template.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- <link rel="stylesheet" href="testing/atrisk.css"> -->
55
<meta charset="utf-8" />
66
<meta name="color-scheme" content="light dark" />
7-
<title>Web of Things (WoT) Thing Description - Next</title>
7+
<title>Web of Things (WoT) Thing Description 2.0</title>
88
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
99
<script class="remove">
1010
var respecConfig = {
@@ -14,7 +14,7 @@
1414
// previousPublishDate: "2023-12-05",
1515
prevRecURI: "https://www.w3.org/TR/2023/REC-wot-thing-description11-20231205/",
1616
// implementationReportURI: "https://w3c.github.io/wot-thing-description/testing/report11.html",
17-
shortName: "wot-thing-description-next", // temporary for now
17+
shortName: "wot-thing-description-2.0",
1818
copyrightStart: 2017,
1919
noLegacyStyle: true,
2020
inlineCSS: true,
@@ -387,9 +387,9 @@
387387
<section id="abstract">
388388
<p>
389389
This document describes a formal information model and a common representation for a Web of Things (WoT) Thing
390-
Description Next Version. A Thing Description describes the metadata and interfaces of <a>Things</a>, where a
391-
<a>Thing</a> is an abstraction of a physical or virtual entity that provides interactions to and participates in
392-
the Web of Things. Thing Descriptions provide a set of interactions based on a small vocabulary that makes it
390+
Description (TD), Version 2.0. A Thing Description describes the metadata and interfaces of <a>Things</a>, where
391+
a <a>Thing</a> is an abstraction of a physical or virtual entity that provides interactions to and participates
392+
in the Web of Things. Thing Descriptions provide a set of interactions based on a small vocabulary that makes it
393393
possible both to integrate diverse devices and to allow diverse applications to interoperate. Thing
394394
Descriptions, by default, are encoded in a JSON format that also allows JSON-LD processing. The latter provides
395395
a powerful foundation to represent knowledge about <a>Things</a> in a machine-understandable way. A Thing
@@ -3970,7 +3970,7 @@ <h3>Adding Bindings</h3>
39703970

39713971
<p>
39723972
With the <a>TD Context Extensions</a> in a Thing Description, the communication metadata can be supplemented
3973-
or new <a>Bindings</a> added through additional <a>Vocabulary Terms</a> serialized into JSON objects
3973+
or new <a>Protocol Bindings</a> added through additional <a>Vocabulary Terms</a> serialized into JSON objects
39743974
representing a <code>Form</code> instance. Please see <a href="#binding-templates"></a> for further
39753975
information.
39763976
</p>
@@ -8687,7 +8687,7 @@ <h2 id="changes-from-august-2022">Changes from Fourth Public Working Draft 3 Aug
86878687
assertion (td-security-no-secrets) in Section <a href="#securityscheme"></a>
86888688
</li>
86898689
<li>Section <a href="#form-additionalResponses"></a> has been newly added.</li>
8690-
<li>Remove TD Context Extensions CoAP example in Section <a href="#adding-protocol-bindings"></a></li>
8690+
<li>Remove TD Context Extensions CoAP example in Section <a href="#adding-bindings"></a></li>
86918691
<li>
86928692
Remove reference to Binding Document in assertion (bindings-requirements-scheme) in Section
86938693
<a href="#protocol-bindings"></a>

0 commit comments

Comments
 (0)