- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 07 Jan 2012 00:16:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory hutz:/tmp/cvs-serv31002
Modified Files:
Overview.html
Log Message:
add some of the boilerplate requested by w3c
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webvtt/Overview.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Overview.html 6 Dec 2011 00:38:23 -0000 1.7
+++ Overview.html 7 Jan 2012 00:16:27 -0000 1.8
@@ -120,8 +120,9 @@
}
</script><body onload=init()>
- <header class=head id=head><hgroup><h1 class="no-num no-toc">WebVTT</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 6 December 2011</h2>
+ <header class=head id=head><!-- the following line added by request of Ian Jacobs --><p class=logo><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
+ <hgroup><h1 class="no-num no-toc">WebVTT</h1>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 7 January 2012</h2>
</hgroup><dl><dt>Latest version:</dt>
<dd><a href=http://http://dev.w3.org/html5/webvtt/>http://dev.w3.org/html5/webvtt/</a></dd>
<dt>Participate:</dt>
@@ -131,7 +132,17 @@
<dd>CVS history: <a href=http://dev.w3.org/cvsweb/html5/webvtt/Overview.html>http://dev.w3.org/cvsweb/html5/webvtt/Overview.html</a></dd>
<dt>Editor:</dt>
<dd>Ian Hickson, Google, ian@hixie.ch</dd>
- </dl></header><hr><h2 class="no-num no-toc" id=contents>Table of contents</h2>
+ </dl><!-- the following paragraph added by request of Ian Jacobs and David Singer --><p class=copyright> Copyright ©2011 the Contributors to the VTT Specification, published by the
+ <a href=http://www.w3.org/community/texttracks/>W3C Web Media Text Tracks Community Group</a> under the
+ <a href=http://www.w3.org/community/about/agreements/cla/>W3C Community Contributor License Agreement (CLA)</a>.
+ A human-readable <a href=http://www.w3.org/community/about/agreements/cla-deed/>summary</a> is available. </p>
+ <!-- the following paragraph added by request of Ian Jacobs -->
+ <p class=copyright>This specification is not a W3C Standard nor
+ is it on the W3C Standards Track. Please note that under the <a href=http://www.w3.org/community/about/agreements/cla/>W3C
+ Community Contributor License Agreement (CLA)</a> there is a
+ limited opt-out and other conditions apply. Learn more about <a href=http://www.w3.org/community/>W3C Community and Business
+ Groups</a>.</p>
+ </header><hr><h2 class="no-num no-toc" id=contents>Table of contents</h2>
<!--begin-toc-->
<ol class=toc>
Received on Saturday, 7 January 2012 00:16:34 UTC