forked from w3c/mediacapture-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.js
47 lines (46 loc) · 1.53 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
var respecConfig = {
specStatus: "ED",
shortName: "image-capture",
editors: [{
name: "Giridhar Mandyam",
company: "Qualcomm Innovation Center, Inc",
companyURL: "https://www.qualcomm.com/about/businesses/quicinc",
w3cid: 54271
}, {
name: "Miguel Casas-Sanchez",
company: "Google, Inc.",
companyURL: "http://www.google.com",
url: "mailto:[email protected]?subject=Image%20Capture%20W3C%20Spec",
w3cid: 82825
}],
// publishDate: "2013-11-08",
edDraftURI: "https://w3c.github.io/mediacapture-image/",
copyrightStart: 2012,
noIDLIn: true,
wg: ["Device and Sensors Working Group", "Web Real-Time Communications Working Group"],
wgURI: ["https://www.w3.org/2009/dap/", "https://www.w3.org/2011/04/webrtc/"],
wgPublicList: "public-media-capture",
wgPatentURI: ["https://www.w3.org/2004/01/pp-impl/43696/status", "https://www.w3.org/2004/01/pp-impl/47318/status"],
isRecTrack: false,
isNoTrack: true,
format: 'markdown',
otherLinks: [
{
key: "Participate",
data: [
{
value: "Mailing list",
href: "https://lists.w3.org/Archives/Public/public-media-capture/"
},
{
value: "Browse open issues",
href: "https://github.com/w3c/mediacapture-image/issues"
},
{
value: "File a bug",
href: "https://github.com/w3c/mediacapture-image/issues/new"
}
]
}
]
};