var respecConfig = { // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED. specStatus: "ED", // the specification's short name, as in http://www.w3.org/TR/short-name/ shortName: "webrtc", // 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: "2014-01-27", // new ability to override the copyright completely overrideCopyright: " ", // if the specification's copyright date is a range of years, specify // the start date here: // copyrightStart: "2005", // if there is a previously published draft, uncomment this and set its YYYY-MM-DD prevED: "http://w3c.github.io/webrtc-pc/archives/20141205/webrtc.html", // if there a publicly available Editor's Draft, this is the link edDraftURI: "http://w3c.github.io/webrtc-pc/", // if this is a LCWD, uncomment and set the end of its review period // lcEnd: "2009-08-05", // if you want to have extra CSS, append them to this list // it is RECOMMENDED that the respec.css stylesheet be kept // extraCSS: ["ReSpec.js/css/respec.css"], // extraCSS: ["../../../2009/dap/ReSpec.js/css/respec.css"], // editors, add as many as you like // only "name" is REQUIRED editors: [ // { name: "Your Name", url: "http://example.org/", // company: "Your Company", companyURL: "http://example.com/" }, { name: "Adam Bergkvist", company: "Ericsson" }, { name: "Daniel C. Burnett", company: "Voxeo" }, { name: "Cullen Jennings", company: "Cisco" }, { name: "Anant Narayanan", company: "Mozilla (until November 2012)" } ], // 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", companyURL: "http://example.com/" } //], // name of the WG wg: "Web Real-Time Communications Working Group", // URI of the public WG page wgURI: "http://www.w3.org/2011/04/webrtc/", // name (without the @w3c.org) of the public mailing to which comments are due wgPublicList: "public-webrtc", // 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: "http://www.w3.org/2004/01/pp-impl/47318/status", otherLinks: [ { key: "Participate", data: [ { value: "Mailing list", href: "http://lists.w3.org/Archives/Public/public-webrtc/" }, { value: "Browse open issues", href: "https://github.com/w3c/webrtc-pc/issues" }, { value: "IETF RTCWEB Working Group", href: "https://tools.ietf.org/wg/rtcweb/" } ] } ], };