2009/dap/file-system file-dir-sys.html,1.2,1.3

Update of /sources/public/2009/dap/file-system
In directory hutz:/tmp/cvs-serv32145

Modified Files:
	file-dir-sys.html 
Log Message:
Initial draft of my version of the filesystem API.

Index: file-dir-sys.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/file-dir-sys.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- file-dir-sys.html	9 Dec 2009 18:10:09 -0000	1.2
+++ file-dir-sys.html	10 Apr 2010 01:36:50 -0000	1.3
@@ -14,10 +14,10 @@
           // lcEnd: "2009-08-05",
           noIDLIn:  true,
           editors: [
-                {   name:       "Robin Berjon",
-                    url:        "http://berjon.com/",
-                    company:    "Vodafone",
-                    companyURL: "http://vodafone.com/" },
+                {   name:       "Eric Uhrhane",
+                    url:        "http://www.ofb.net/~uranium",
+                    company:    "Google",
+                    companyURL: "http://www.google.com/" },
[...1911 lines suppressed...]
+      </section>
+    </section>
+    <section class='informative'>
+      <h2>Use Cases</h2>
+      <div class='issue'>
+        TODO; I'll pull these out of the various emails on the relevant mailing
+        lists soon.  Here's <a
+          href="http://lists.w3.org/Archives/Public/public-webapps/2009OctDec/0424.html">one</a>.
+      </div>
+    </section>
     <section class='appendix'>
       <h2>Acknowledgements</h2>
       <p>
-        Many thanks to OMTP BONDI who provided input for this API, based on an initial effort by Opera,
-        and to Arun for his excellent work on the File API.
+        Thanks to Arun Ranganathan for his File API, Opera for theirs, and Robin
+        Berjon both for his work on various file APIs and for ReSpec.
       </p>
     </section>
   </body>

Received on Saturday, 10 April 2010 01:36:55 UTC