forked from w3c/fast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
respec-config.js
51 lines (39 loc) · 1.69 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
var respecConfig = {
// specification status (e.g., WD, LCWD, NOTE, etc.). If in doubt use ED.
specStatus: "ED",
//processVersion: "2014",
// the specification's short name, as in https://www.w3.org/TR/short-name/
shortName: "fast",
// if your specification has a subtitle that goes below the main
// formal title, define it here
// subtitle : "an excellent document",
// if you wish the publication date to be other than today, set this
// publishDate: "2011-12-15",
// if the specification's copyright date is a range of years, specify
// the start date here:
// copyrightStart: "2011",
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
//previousPublishDate: "2014-08-14",
//previousMaturity: "WD",
//previousDiffURI: "https://www.w3.org/TR/2014/WD-media-accessibility-reqs-20140814/",
// if there a publicly available Editor's Draft, this is the link
edDraftURI: "https://w3c.github.io/fast/",
// if this is a LCWD, uncomment and set the end of its review period
// lcEnd: "2009-08-05",
// editors, add as many as you like
// only "name" is required
editors: [
{ name: "Michael Cooper",
company: "W3C", companyURL: "https://www.w3.org/" }
],
// 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.
// name of the WG
group: "apa",
// Depth for the TOC
//maxTocLevel: 2,
// include introduction sections in the ToC
tocIntroductory: true
};