|
| 1 | +var respecConfig = { |
| 2 | + // embed RDFa data in the output |
| 3 | + trace: true, |
| 4 | + useExperimentalStyles: true, |
| 5 | + doRDFa: '1.1', |
| 6 | + includePermalinks: true, |
| 7 | + permalinkEdge: true, |
| 8 | + permalinkHide: false, |
| 9 | + noRecTrack: true, |
| 10 | + tocIntroductory: true, |
| 11 | + // specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED. |
| 12 | + // subtitle: "Alternatives to Visual Turing Tests on the Web", |
| 13 | + specStatus: "NOTE", |
| 14 | + //crEnd: "", |
| 15 | + //perEnd: "", |
| 16 | + //diffTool: "", |
| 17 | + |
| 18 | + // the specifications short name, as in https://www.w3.org/TR/short-name/ |
| 19 | + shortName: "maur", |
| 20 | + |
| 21 | + |
| 22 | + // if you wish the publication date to be other than today, set this |
| 23 | + //publishDate: "2014-12-11", |
| 24 | + copyrightStart: "2020", |
| 25 | + //license: "w3c-software-doc", |
| 26 | + |
| 27 | + // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date |
| 28 | + // and its maturity status |
| 29 | + // previousPublishDate: "2005-11-23", |
| 30 | + // previousMaturity: "NOTE", |
| 31 | + //prevRecURI: "", |
| 32 | + //previousDiffURI: "", |
| 33 | + |
| 34 | + // if there a publicly available Editors Draft, this is the link |
| 35 | + edDraftURI: "https://w3c.github.io/miniapp/specs/maur/", |
| 36 | + |
| 37 | + // if this is a LCWD, uncomment and set the end of its review period |
| 38 | + // lcEnd: "2012-02-21", |
| 39 | + |
| 40 | + // editors, add as many as you like |
| 41 | + // only "name" is required |
| 42 | + editors: [ |
| 43 | + { |
| 44 | + name: "Ruoxi Ran", |
| 45 | + mailto: "ran@w3.org", |
| 46 | + url: 'https://www.w3.org', |
| 47 | + company: "W3C", |
| 48 | + companyURI: "https://www.w3.org", |
| 49 | + w3cid: 10568 |
| 50 | + } |
| 51 | + ], |
| 52 | + |
| 53 | + // authors, add as many as you like. |
| 54 | + // This is optional, uncomment if you have authors as well as editors. |
| 55 | + // only "name" is required. Same format as editors. |
| 56 | + |
| 57 | + //authors: [ |
| 58 | + // { name: "Your Name", url: "http://example.org/", |
| 59 | + // company: "Your Company", companyURI: "http://example.com/" }, |
| 60 | + //], |
| 61 | + |
| 62 | + /* |
| 63 | + alternateFormats: [ |
| 64 | + { uri: 'wcag21-diff.html', label: "Diff from Previous Recommendation" } , |
| 65 | + { uri: 'wcag21.ps', label: "PostScript version" }, |
| 66 | + { uri: 'wcag21.pdf', label: "PDF version" } |
| 67 | + ], |
| 68 | + */ |
| 69 | + |
| 70 | + // errata: 'https://www.w3.org/2010/02/rdfa/errata.html', |
| 71 | + |
| 72 | + // name of the WG |
| 73 | + wg: "miniapp Working Group", |
| 74 | + |
| 75 | + // URI of the public WG page |
| 76 | + //wgURI: "https://www.w3.org/WAI/APA/", |
| 77 | + |
| 78 | + // name (with the @w3c.org) of the public mailing to which comments are due |
| 79 | + wgPublicList: "public-miniapp", |
| 80 | + |
| 81 | + // URI of the patent status for this WG, for Rec-track documents |
| 82 | + // !!!! IMPORTANT !!!! |
| 83 | + // This is important for Rec-track documents, do not copy a patent URI from a random |
| 84 | + // document unless you know what you're doing. If in doubt ask your friendly neighbourhood |
| 85 | + // Team Contact. |
| 86 | + wgPatentURI: "", |
| 87 | + maxTocLevel: 4 |
| 88 | + |
| 89 | +}; |
0 commit comments