Skip to content

Commit a5dae18

Browse files
author
Marcos Cáceres
committed
chore: migrate spec to WebApps WG
1 parent b817d12 commit a5dae18

File tree

1 file changed

+13
-31
lines changed

1 file changed

+13
-31
lines changed

index.html

Lines changed: 13 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,8 @@
3030
companyURL: "https://www.mozilla.org/",
3131
w3cid: "68503"
3232
},
33-
{
34-
name: "Michaël van Ouwerkerk",
35-
company: "Google",
36-
companyURL: "https://www.google.com/",
37-
note: "until 08 November 2016",
38-
w3cid: "67729"
39-
},
33+
],
34+
formerEditors: [
4035
{
4136
name: "Bryan Sullivan",
4237
company: "AT&T",
@@ -50,41 +45,28 @@
5045
companyURL: "http://www.telefonica.com/",
5146
note: "until 01 May 2015",
5247
w3cid: "53513"
48+
},
49+
{
50+
name: "Michaël van Ouwerkerk",
51+
company: "Google",
52+
companyURL: "https://www.google.com/",
53+
note: "until 08 November 2016",
54+
w3cid: "67729"
5355
}
5456
],
55-
56-
wg: "Web Platform Working Group",
57-
wgURI: "https://www.w3.org/WebPlatform/WG/",
58-
license: "w3c-software-doc",
57+
wg: "Web Applications Working Group",
58+
wgURI: "https://www.w3.org/2019/webapps/",
5959
wgPublicList: "public-webapps",
6060
subjectPrefix: "[Push API]",
6161

6262
// This is important for Rec-track documents, do not copy a patent URI
6363
// from a random document unless you know what you're doing. If in
6464
// doubt ask your friendly neighbourhood Team Contact.
65-
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/83482/status",
65+
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/114929/status",
6666

6767
noLegacyStyle: true,
6868

69-
otherLinks: [
70-
{
71-
key: "Participate",
72-
data: [
73-
{
74-
value: "Mailing list",
75-
href: "http://lists.w3.org/Archives/Public/public-webapps/"
76-
},
77-
{
78-
value: "Browse open issues",
79-
href: "https://github.com/w3c/push-api/issues"
80-
},
81-
{
82-
value: "File a bug",
83-
href: "https://github.com/w3c/push-api/issues/new"
84-
},
85-
]
86-
},
87-
],
69+
github: "w3c/push-api",
8870

8971
localBiblio: {
9072
"NOTIFICATIONS": {

0 commit comments

Comments
 (0)