2011/webrtc/editor getusermedia.html,1.10,1.11

Update of /sources/public/2011/webrtc/editor
In directory hutz:/tmp/cvs-serv10521

Modified Files:
	getusermedia.html 
Log Message:
Several editorial changes, new images and merge from github


Index: getusermedia.html
===================================================================
RCS file: /sources/public/2011/webrtc/editor/getusermedia.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- getusermedia.html	7 Jun 2012 06:20:58 -0000	1.10
+++ getusermedia.html	25 Jun 2012 06:23:24 -0000	1.11
@@ -1,17 +1,13 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<html xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:ns="http://www.w3.org/1999/xhtml">
-  <head>
-    <link href="getusermedia.css" rel="stylesheet" type="text/css" />
-
-    <link href="ReSpec.js/css/respec.css" rel="stylesheet" type="text/css" />
-
-    <title>getusermedia: Getting access to local devices that can generate
-    multimedia streams</title>
+<!DOCTYPE html>
[...2844 lines suppressed...]
+    <h2>Nov 15 2011</h2>
+
+    <ol>
+      <li>Removed MediaStream stuff. Refers to webrtc 1.0 spec for that part
+      instead.</li>
+    </ol>
+
+    <h2>Nov 9 2011</h2>
+
+    <ol>
+      <li>Created first version by copying the webrtc spec and ripping out
+      stuff. Put it on github.</li>
+    </ol>
+  </section>
+
+  <section class="appendix">
+    <h1>Acknowledgements</h1>
+  </section>
+</body>
 </html>

Received on Monday, 25 June 2012 06:23:29 UTC