-
Notifications
You must be signed in to change notification settings - Fork 27
/
respec-config.js
144 lines (124 loc) · 4.05 KB
/
respec-config.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
var respecConfig = {
// embed RDFa data in the output
trace: true,
doRDFa: '1.0',
includePermalinks: true,
permalinkEdge: true,
permalinkHide: false,
tocIntroductory: true,
// specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED.
specStatus: "ED",
noRecTrack: true,
//crEnd: "2012-04-30",
//perEnd: "2013-07-23",
//publishDate: "2013-08-22",
//diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
// the specifications short name, as in http://www.w3.org/TR/short-name/
shortName: "adapt",
// if you wish the publication date to be other than today, set this
//publishDate: "2017-05-09",
copyrightStart: "2022",
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
//previousPublishDate: "",
//previousMaturity: "",
//prevRecURI: "",
//previousDiffURI: "",
// if there a publicly available Editors Draft, this is the link
edDraftURI: "https://w3c.github.io/adapt/",
// if this is a LCWD, uncomment and set the end of its review period
// lcEnd: "2012-02-21",
// editors, add as many as you like
// only "name" is required
editors: [
{
name: "Matthew Atkinson",
company: "Samsung Electronics Co., Ltd.",
companyURL: "https://www.w3.org/organizations/40030/",
w3cid: 68793,
},
{
name: "Janina Sajka",
company: "Invited Expert",
w3cid: 33688,
},
{
name: "Lionel Wolberger",
company: "Level Access",
companyURL: "https://www.w3.org/organizations/69854/",
w3cid: 106386,
}
],
formerEditors: [
{
name: "Michael Cooper",
url: 'https://www.w3.org',
company: "W3C",
companyURI: "http://www.w3.org",
w3cid: 34017
},
{
name: "John Foliot",
mailto: "[email protected]",
company: "Invited Expert",
w3cid: 41450
},
{
name: "Charles LaPierre",
url: 'http://www.benetech.org',
company: "Benetech",
w3cid: 72055
},
{
name: "Ruoxi Ran",
url: 'https://www.w3.org',
company: "W3C",
companyURI: "http://www.w3.org",
w3cid: 100586
},
{
name: "Lisa Seeman",
url: 'http://athena-ict.com',
w3cid: 16320
},
{
name: "Richard Schwerdtfeger",
company: "Knowbility",
companyURL: "https://www.knowbility.org/",
w3cid: 2460,
note: "Editor until October 2017"
}
],
// authors, add as many as you like.
// This is optional, uncomment if you have authors as well as editors.
// only "name" is required. Same format as editors.
//authors: [
// { name: "Your Name", url: "http://example.org/",
// company: "Your Company", companyURI: "http://example.com/" },
//],
/*
alternateFormats: [
{ uri: 'aria-diff.html', label: "Diff from Previous Recommendation" } ,
{ uri: 'aria.ps', label: "PostScript version" },
{ uri: 'aria.pdf', label: "PDF version" }
],
*/
// errata: 'http://www.w3.org/2010/02/rdfa/errata.html',
// name of the WG
//wg: "Accessible Platform Architectures Working Group",
// URI of the public WG page
// wgURI: "https://www.w3.org/WAI/APA/",
// name (with the @w3c.org) of the public mailing to which comments are due
//wgPublicList: "public-personalization-tf",
// URI of the patent status for this WG, for Rec-track documents
// !!!! IMPORTANT !!!!
// This is important for Rec-track documents, do not copy a patent URI from a random
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
// Team Contact.
//wgPatentURI: "https://www.w3.org/2004/01/pp-impl/83907/status",
//maxTocLevel: 2,
//localBiblio: biblio,
group: "apa",
github: "w3c/adapt"
// Spec URLs
};