|
3 | 3 | <head>
|
4 | 4 | <meta charset="utf-8" />
|
5 | 5 | <title>Web of Things (WoT) Scripting API</title>
|
6 |
| - <script src='https://www.w3.org/Tools/respec/respec-w3c' |
7 |
| - async class='remove'></script> |
| 6 | + <script src='https://www.w3.org/Tools/respec/respec-w3c' class='remove' defer></script> |
8 | 7 | <script class='remove'>
|
9 | 8 | // See https://github.com/w3c/respec/wiki/ for how to configure ReSpec
|
10 | 9 | var respecConfig = {
|
11 |
| - specStatus: "ED", |
12 |
| - shortName: "wot-scripting-api", |
13 |
| - group: "wg/wot", |
| 10 | + specStatus: "ED", |
| 11 | + processVersion: 2023, |
| 12 | + shortName: "wot-scripting-api", |
14 | 13 | copyrightStart: 2017,
|
| 14 | + group: "wg/wot", |
| 15 | + noRecTrack: true, |
15 | 16 | noLegacyStyle: true,
|
16 |
| - publishDate: "", |
17 |
| - previousPublishDate: "", |
18 |
| - previousMaturity: "", |
| 17 | + wgPublicList: "public-wot-wg", |
19 | 18 | edDraftURI: "https://w3c.github.io/wot-scripting-api/",
|
| 19 | + github: "https://github.com/w3c/wot-scripting-api/", |
| 20 | + issueBase: "https://www.github.com/w3c/wot-scripting-api/issues/", |
20 | 21 | crEnd: "",
|
21 | 22 | inlineCSS: true,
|
22 | 23 | noIDLIn: true,
|
23 |
| - noRecTrack: true, |
| 24 | + noRecTrack: true, |
24 | 25 | editors: [
|
25 | 26 | { name: "Zoltan Kis", w3cid: "57789", company: "Intel Corp.", companyURL: "https://www.intel.com/" },
|
26 | 27 | { name: "Daniel Peintner", w3cid: "39497", company: "Siemens AG", companyURL: "https://www.siemens.com/" },
|
27 | 28 | { name: "Cristiano Aguzzi", w3cid: "105495", company: "Invited Expert", companyURL: "https://github.com/relu91" },
|
28 | 29 | { name: "Johannes Hund", w3cid: "74472", note: "Former Editor, when at Siemens AG" },
|
29 | 30 | { name: "Kazuaki Nimura", w3cid: "59208", note: "Former Editor, at Fujitsu Ltd." },
|
30 | 31 | ],
|
31 |
| - issueBase: "https://www.github.com/w3c/wot-scripting-api/issues/", |
32 |
| - githubAPI: "https://api.github.com/repos/w3c/wot-scripting-api", |
33 | 32 | otherLinks: [
|
34 | 33 | {
|
35 | 34 | key: "Repository",
|
|
0 commit comments