- From: Anant Narayanan via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Aug 2012 18:46:42 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2011/webrtc/editor In directory hutz:/tmp/cvs-serv27125/editor Modified Files: getusermedia.js Log Message: Update js file for getusermedia Index: getusermedia.js =================================================================== RCS file: /sources/public/2011/webrtc/editor/getusermedia.js,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- getusermedia.js 26 Jun 2012 07:29:12 -0000 1.3 +++ getusermedia.js 13 Aug 2012 18:46:40 -0000 1.4 @@ -1,73 +1,70 @@ +var respecConfig = { + // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED. + specStatus: "ED", - var respecConfig = { - previousURI: "http://www.w3.org/TR/2011/WD-webrtc-20111027/", - // 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: "mediacapture-streams", + // if your specification has a subtitle that goes below the main + // formal title, define it here + // subtitle : "an excellent document", - // the specification's short name, as in http://www.w3.org/TR/short-name/ - shortName: "mediacapture-streams", - // 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: "2009-08-06", - // if you wish the publication date to be other than today, set this - // publishDate: "2012-06-28", + // new ability to override the copyright completely + overrideCopyright: "<p class='copyright'>Initial Author of this Specification was Ian Hickson, Google Inc., with the following copyright statement:<br /> © Copyright 2004-2011 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA. You are granted a license to use, reproduce and create derivative works of this document.<\/p> <p class='copyright'>All subsequent changes since 26 July 2011 done by the W3C WebRTC Working Group and the Device APIs Working Group are under the following <a href='http://www.w3.org/Consortium/Legal/ipr-notice#Copyright'>Copyright<\/a>:<br />© 2011-2012 <a href='http://www.w3.org/'><acronym title='World Wide Web Consortium'>W3C<\/acronym><\/a><sup>®<\/sup> (<a href='http://www.csail.mit.edu/'><acronym title='Massachusetts Institute of Technology'>MIT<\/acronym><\/a>, <a href='http://www.ercim.eu/'><acronym title='European Research Consortium for Informatics and Mathematics'>ERCIM<\/acronym><\/a>, <a href='http://www.keio.ac.jp/'>Keio<\/a>), All Rights Reerved. <a href='http://www.w3.org/Consortium/Legal/copyright-documents'>Document use<\/a> rules apply.<\/p> <p class='copyright'>For the entire publication on the W3C site the <a href='http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer'>liability<\/a> and <a href='http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks'>trademark<\/a> rules apply.<\/p>", - // new ability to override the copyright completely - overrideCopyright: "<p class='copyright'>Initial Author of this Specification was Ian Hickson, Google Inc., with the following copyright statement:<br /> © Copyright 2004-2011 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA. You are granted a license to use, reproduce and create derivative works of this document.<\/p> <p class='copyright'>All subsequent changes since 26 July 2011 done by the W3C WebRTC Working Group and Device APIs Working Group are under the following <a href='http://www.w3.org/Consortium/Legal/ipr-notice#Copyright'>Copyright<\/a>:<br />© 2011-2012 <a href='http://www.w3.org/'><acronym title='World Wide Web Consortium'>W3C<\/acronym><\/a><sup>®<\/sup> (<a href='http://www.csail.mit.edu/'><acronym title='Massachusetts Institute of Technology'>MIT<\/acronym><\/a>, <a href='http://www.ercim.eu/'><acronym title='European Research Consortium for Informatics and Mathematics'>ERCIM<\/acronym><\/a>, <a href='http://www.keio.ac.jp/'>Keio<\/a>), All Rights Resrved. <a href='http://www.w3.org/Consortium/Legal/copyright-documents'>Document use<\/a> rules apply.<\/p> <p class='copyright'>For the entire publication on the W3C site the <a href='http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer'>liability<\/a> and <a href='http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks'>trademark<\/a> rules apply.<\/p>", + // 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 date + // and its maturity status + previousMaturity: "ED", + previousURI: "-", - // if the specification's copyright date is a range of years, specify - // the start date here: - // copyrightStart: "2005", + // if there a publicly available Editor's Draft, this is the link + edDraftURI: "http://dev.w3.org/2011/webrtc/editor/getusermedia.html", - // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date - // and its maturity status - // previousPublishDate: "1977-03-15", - // previousMaturity: "WD", + // if this is a LCWD, uncomment and set the end of its review period + // lcEnd: "2009-08-05", - // if there a publicly available Editor's Draft, this is the link - edDraftURI: "http://dev.w3.org/2011/webrtc/editor/getusermedia.html", + // if you want to have extra CSS, append them to this list + // it is recommended that the respec.css stylesheet be kept + extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"], + //extraCSS: ["../../../2009/dap/ReSpec.js/css/respec.css"], - // 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: "Your Name", url: "http://example.org/", + // company: "Your Company", companyURL: "http://example.com/" }, + { name: "Daniel C. Burnett", company: "Voxeo" }, + { name: "Anant Narayanan", company: "Mozilla" } + ], - // if you want to have extra CSS, append them to this list - // it is recommended that the respec.css stylesheet be kept - extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"], - //extraCSS: ["../../../2009/dap/ReSpec.js/css/respec.css"], + // 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. - // 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: "Daniel C. Burnett", company: "Voxeo" }, - { name: "Anant Narayanan", company: "Mozilla" } - ], + //authors: [ + // { name: "Your Name", url: "http://example.org/", + // company: "Your Company", companyURL: "http://example.com/" }, + //], - // 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 + wg: ["Web Real-Time Communication Working Group", "Device APIs Working Group"] , + + // URI of the public WG page + wgURI:["http://www.w3.org/2011/04/webrtc/","http://www.w3.org/2009/dap"], - //authors: [ - // { name: "Your Name", url: "http://example.org/", - // company: "Your Company", companyURL: "http://example.com/" }, - //], - - // name of the WG - wg: "Media Capture TF", - - // URI of the public WG page - wgURI: "-", - - // name (without the @w3.org) of the public mailing to which comments are due - wgPublicList: "public-media-capture", - - // 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" - }; + // name (without the @w3.org) of the public mailing to which comments are due + wgPublicList: "public-media-capture", + + // 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","http://www.w3.org/2004/01/pp-impl/43696/status"] +};
Received on Monday, 13 August 2012 18:46:44 UTC