Skip to content

Commit 545fcd3

Browse files
chore: small respec config cleanup (#130)
1 parent 6156f19 commit 545fcd3

File tree

1 file changed

+8
-34
lines changed

1 file changed

+8
-34
lines changed

index.html

Lines changed: 8 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -8,66 +8,40 @@
88
<script class='remove'>
99
var respecConfig = {
1010
group: "webperf",
11-
shortName: "network-error-logging",
11+
github: "w3c/network-error-logging",
1212
specStatus: "ED",
13-
edDraftURI: "https://w3c.github.io/network-error-logging/",
1413
editors: [{
1514
name: "Douglas Creager",
1615
url: "https://dcreager.net/",
17-
mailto: "[email protected]",
1816
company: "GitHub",
19-
w3cid: "103120"
17+
w3cid: "103120",
2018
}, {
2119
name: "Ian Clelland",
22-
mailto: "[email protected]",
2320
company: "Google",
24-
w3cid: "76841"
21+
w3cid: "76841",
2522
}],
2623
formerEditors: [{
2724
name: "Ilya Grigorik",
2825
url: "https://www.igvita.com/",
29-
mailto: "[email protected]",
3026
company: "Google",
31-
note: "Until August 2019",
32-
w3cid: "56102"
27+
retiredDate: "2019-08-01",
3328
}, {
3429
name: "Julia Tuttle",
35-
mailto: "[email protected]",
3630
company: "Google",
37-
note: "Until September 2017",
38-
w3cid: "97131"
31+
retiredDate: "2017-09-01",
3932
}, {
4033
name: "Arvind Jain",
4134
company: "Google",
42-
note: "Until January 2015",
43-
w3cid: "45188"
35+
retiredDate: "2015-01-01",
4436
}, {
4537
name: "Alois Reitbauer",
46-
mailto: "[email protected]",
4738
company: "Compuware Corp.",
48-
note: "Until October 2014",
49-
w3cid: "48276"
39+
retiredDate: "2014-10-01",
5040
}, {
5141
name: "Jatinder Mann",
52-
mailto: "[email protected]",
5342
company: "Microsoft",
54-
note: "Until February 2014",
55-
w3cid: "44357"
43+
retiredDate: "2014-02-01",
5644
}],
57-
noLegacyStyle: true,
58-
otherLinks: [{
59-
key: 'Repository',
60-
data: [{
61-
value: 'We are on Github.',
62-
href: 'https://github.com/w3c/network-error-logging/'
63-
}, {
64-
value: 'File a bug.',
65-
href: 'https://github.com/w3c/network-error-logging/issues'
66-
}, {
67-
value: 'Commit history.',
68-
href: 'https://github.com/w3c/network-error-logging/commits/gh-pages/index.html'
69-
}]
70-
}]
7145
};
7246
</script>
7347
<style>

0 commit comments

Comments
 (0)