Skip to content

Commit eb77b71

Browse files
refactor: Update working draft with changes done for note2 publication (#514)
* refactor: use defer instead of async see #494 * refactor: use github instead of githubAPI + other stuff see #495
1 parent dc3a512 commit eb77b71

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

index.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,32 @@
33
<head>
44
<meta charset="utf-8" />
55
<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>
87
<script class='remove'>
98
// See https://github.com/w3c/respec/wiki/ for how to configure ReSpec
109
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",
1413
copyrightStart: 2017,
14+
group: "wg/wot",
15+
noRecTrack: true,
1516
noLegacyStyle: true,
16-
publishDate: "",
17-
previousPublishDate: "",
18-
previousMaturity: "",
17+
wgPublicList: "public-wot-wg",
1918
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/",
2021
crEnd: "",
2122
inlineCSS: true,
2223
noIDLIn: true,
23-
noRecTrack: true,
24+
noRecTrack: true,
2425
editors: [
2526
{ name: "Zoltan Kis", w3cid: "57789", company: "Intel Corp.", companyURL: "https://www.intel.com/" },
2627
{ name: "Daniel Peintner", w3cid: "39497", company: "Siemens AG", companyURL: "https://www.siemens.com/" },
2728
{ name: "Cristiano Aguzzi", w3cid: "105495", company: "Invited Expert", companyURL: "https://github.com/relu91" },
2829
{ name: "Johannes Hund", w3cid: "74472", note: "Former Editor, when at Siemens AG" },
2930
{ name: "Kazuaki Nimura", w3cid: "59208", note: "Former Editor, at Fujitsu Ltd." },
3031
],
31-
issueBase: "https://www.github.com/w3c/wot-scripting-api/issues/",
32-
githubAPI: "https://api.github.com/repos/w3c/wot-scripting-api",
3332
otherLinks: [
3433
{
3534
key: "Repository",

0 commit comments

Comments
 (0)