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