--- a/spec/Overview-respec.html Thu Jun 21 10:49:00 2012 +0200
+++ b/spec/Overview-respec.html Thu Jun 21 10:51:56 2012 +0200
@@ -3,44 +3,16 @@
<head>
<title>Web Intents</title>
<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
- <script src='http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js' class='remove'></script>
- <script src='http://dev.w3.org/2009/dap/ReSpec.js/bibref/biblio.js' class='remove'></script>
+ <script src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
<script class='remove'>
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: "web-intents",
-
- // 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 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
+ copyrightStart: "2011",
// previousPublishDate: "1977-03-15",
// previousMaturity: "WD",
-
- // if there a publicly available Editor's Draft, this is the link
- edDraftURI: "http://dev.w3.org/2011/webapps/TODO.html",
-
- // 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: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
-
- // editors, add as many as you like
- // only "name" is required
+ edDraftURI: "https://dvcs.w3.org/hg/web-intents/raw-file/tip/spec/Overview-respec.html",
editors: [
{ name: "Greg Billock",
company: "Google", companyURL: "http://google.com/" },
@@ -49,31 +21,9 @@
{ name: "Paul Kinlan",
company: "Google", companyURL: "http://google.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.
-
- //authors: [
- // { name: "Your Name", url: "http://example.org/",
- // company: "Your Company", companyURL: "http://example.com/" },
- //],
-
- // name of the WG
- wg: "Web Applications (WebApps) Working Group",
-
- // URI of the public WG page
- wgURI: "http://www.w3.org/2008/webapps/",
-
- // name (with the @w3c.org) of the public mailing to which comments are due
- wgPublicList: "public-web-intents",
-
- // 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: "TODO",
+ wg: ["Device Applications (DAP) Working Group", "Web Applications (WebApps) Working Group"],
+ wgURI: ["http://www.w3.org/2009/dap/", "http://www.w3.org/2008/webapps/"],
+ wgPatentURI: ["http://www.w3.org/2004/01/pp-impl/43696/status", "http://www.w3.org/2004/01/pp-impl/42538/status"]
};
</script>
</head>