- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Nov 2012 12:37:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-xhtml-author-guide
In directory hutz:/tmp/cvs-serv26345
Modified Files:
html-xhtml-authoring-guide-ED-COPY.htm
Log Message:
updated configuration
Index: html-xhtml-authoring-guide-ED-COPY.htm
===================================================================
RCS file: /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide-ED-COPY.htm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- html-xhtml-authoring-guide-ED-COPY.htm 16 Nov 2012 12:36:09 -0000 1.5
+++ html-xhtml-authoring-guide-ED-COPY.htm 16 Nov 2012 12:37:55 -0000 1.6
@@ -8,73 +8,22 @@
<script class=remove src="http://www.w3.org/Tools/respec/respec-w3c-common" 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: "html-polyglot",
-
- // 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: "2012-03-13",
-
- // 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
+ // publishDate: "2012-03-13",
previousPublishDate: "2010-10-19",
previousMaturity: "WD",
-
-
- // if there a publicly available Editor's Draft, this is the link
edDraftURI: "http://dev.w3.org/html5/html-xhtml-author-guide/",
-
- // 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
editors: [
{ name: "Eliot Graff", company: "Microsoft Corporation" },
],
-
- // 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: "HTML working group",
-
- // URI of the public WG page
wgURI: "http://www.w3.org/html/wg/",
-
- // name (with the @w3c.org) of the public mailing to which comments are due
wgPublicList: "public-html",
-
- // 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: "",
+ wgPatentURI: "http://www.w3.org/2004/01/pp-impl/40318/status",
};
</script>
-
- <meta name=GENERATOR content="MSHTML 8.00.7600.16588">
</head>
<body>
Received on Friday, 16 November 2012 12:37:58 UTC