-
Notifications
You must be signed in to change notification settings - Fork 3
/
respec-config.js
115 lines (102 loc) · 2.87 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
var respecConfig = {
// embed RDFa data in the output
trace: true,
useExperimentalStyles: true,
doRDFa: '1.1',
includePermalinks: true,
permalinkEdge: true,
permalinkHide: false,
noRecTrack: true,
tocIntroductory: true,
lint: { "no-unused-dfns": false },
// specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED.
specStatus: "ED",
//crEnd: "",
//perEnd: "",
diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
// the specifications short name, as in https://www.w3.org/TR/short-name/
shortName: "ctaur",
// if you wish the publication date to be other than today, set this
//publishDate: "2014-12-11",
copyrightStart: "2022",
license: "w3c-software-doc",
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
// previousPublishDate: "2005-11-23",
// previousMaturity: "NOTE",
//prevRecURI: "",
//previousDiffURI: "",
// if there a publicly available Editors Draft, this is the link
// edDraftURI: "https://w3c.github.io/apa/caur/",
// 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: "Jason White",
mailto: "[email protected]",
url: "https://jasonjgw.net/",
company: "Invited expert",
w3cid: 74028
},
{
name: "Janina Sajka",
url: "http://rednote.net/",
mailto: "[email protected]",
company: "Invited expert",
w3cid: 33688
},
{
name: "Scott Hollier",
mailto: "[email protected]",
company: "Centre for Accessibility Australia",
companyURI: "https://www.accessibility.org.au/",
w3cid: 43274
},
],
// 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: "Jason White",
url: "https://jasonjgw.net/",
mailto: "[email protected]",
company: "Invited expert",
w3cid: 74028
},
{
name: "Janina Sajka",
url: "http://rednote.net/",
mailto: "[email protected]",
company: "Invited expert",
w3cid: 33688
},
{
name: "Scott Hollier",
mailto: "[email protected]",
company: "Centre for Accessibility Australia",
companyURI: "https://www.accessibility.org.au/",
w3cid: 43274
},
{
name: "Lisa Seeman-Horwitz",
url: 'http://athena-ict.com',
mailto: "[email protected]",
company: "Invited expert",
w3cid: 16320
}
],
/*
alternateFormats: [
{ uri: 'wcag21-diff.html', label: "Diff from Previous Recommendation" } ,
{ uri: 'wcag21.ps', label: "PostScript version" },
{ uri: 'wcag21.pdf', label: "PDF version" }
],
*/
// errata: 'https://www.w3.org/2010/02/rdfa/errata.html',
group: "apa",
github: "w3c/ctaur",
maxTocLevel: 4
};