Skip to content

Commit fdcaae2

Browse files
authored
Merge pull request #495 from w3c/pubdate-20230928
use github instead of githubAPI
2 parents 2ba12b1 + cacddad commit fdcaae2

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

releases/note2/index.html

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,28 @@
77
<script class='remove'>
88
// See https://github.com/w3c/respec/wiki/ for how to configure ReSpec
99
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",
1514
copyrightStart: 2017,
15+
group: "wg/wot",
16+
noRecTrack: true,
1617
noLegacyStyle: true,
17-
publishDate: "",
18-
previousPublishDate: "",
19-
previousMaturity: "",
18+
wgPublicList:"public-wot-wg",
2019
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/",
2122
crEnd: "",
2223
inlineCSS: true,
2324
noIDLIn: true,
24-
noRecTrack: true,
2525
editors: [
2626
{ name: "Zoltan Kis", w3cid: "57789", company: "Intel", companyURL: "https://www.intel.com/" },
2727
{ name: "Daniel Peintner", w3cid: "39497", company: "Siemens AG", companyURL: "https://www.siemens.com/" },
2828
{ name: "Cristiano Aguzzi", w3cid: "105495", company: "Invited Expert", companyURL: "https://github.com/relu91" },
2929
{ name: "Johannes Hund", w3cid: "74472", note: "Former Editor, when at Siemens AG" },
3030
{ name: "Kazuaki Nimura", w3cid: "59208", note: "Former Editor, at Fujitsu Ltd." },
3131
],
32-
issueBase: "https://www.github.com/w3c/wot-scripting-api/issues/",
33-
githubAPI: "https://api.github.com/repos/w3c/wot-scripting-api",
3432
otherLinks: [
3533
{
3634
key: "Repository",

0 commit comments

Comments
 (0)