- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 15 Jul 2010 14:12:28 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/features In directory hutz:/tmp/cvs-serv2494 Added Files: Overview.html Log Message: initial version of features draft, for ACTION-217 --- NEW FILE: Overview.html --- <!DOCTYPE html> <html> <head> <title>Device API Features</title> <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/> <script src='../ReSpec.js/js/respec.js' class='remove'></script> <script class='remove'> var respecConfig = { specStatus: "ED", shortName: "features", // publishDate: "2009-10-23", // previousPublishDate: "1977-03-15", edDraftURI: "http://dev.w3.org/2009/dap/features/Overview.html", // lcEnd: "2009-08-05", }; </script> <script src='../common/configPolicy.js' class='remove'></script> </head> <body> <section id='abstract'> This document defined Device API features and their use. </section> <!-- abstract --> <section id='introduction'> <h2>Introduction</h2> <p>A <a href="http://www.w3.org/TR/2009/CR-widgets-20091201/#the-feature-element">feature element</a> as defined in the Widget Packaging and Configuration specification [[!WIDGETS]] and a similar concept is used in the security policy framework [[!DAP-ACCESS-REQS]], [[!DAP-POLICY-FRAMEWORK]]. </p> <p> Note - the feature APIs listed in this draft are roughly derived from the BONDI 1.1 drafts, but require discussion and are subject to change to correspond to DAP API work. </p> </section> <!-- introduction --> <section id="features"> <h2>Features</h2> <p> A feature is a reference to a logical item that may require access control, identified by IRI. This document defines the context in which features are used and the specific features for a variety of APIs. </p> <p> Examples include the ability to read a local file, or to discover nearby Bluetooth devices, or to send an SMS message. </p> </section> </section> <section id="api-features"> <h2>API Features</h2> <p> <section id="contact-feature"> <h3>Contact API</h3> <p> <code>http://dev.w3.org/2009/dap/features/contacts.read</code> <code>http://dev.w3.org/2009/dap/features/contacts.write</code> </p> </section> <section id="calendar-feature"> <h3>Calendar API</h3> <p> <code>http://dev.w3.org/2009/dap/features/calendar.read</code> <code>http://dev.w3.org/2009/dap/features/calendar.write</code> </p> </section> <section id="capture-feature"> <h3>Capture API</h3> <p> <code>http://dev.w3.org/2009/dap/features/capture.access</code> <code>http://dev.w3.org/2009/dap/features/capture.capture</code> <code>http://dev.w3.org/2009/dap/features/capture.record</code> </p> </section> <section id="messaging-feature"> <h3>Messaging API</h3> <p> <code>http://dev.w3.org/2009/dap/features/messaging.email.send</code> <code>http://dev.w3.org/2009/dap/features/messaging.mms.send</code> <code>http://dev.w3.org/2009/dap/features/messaging.sms.send</code> <code>http://dev.w3.org/2009/dap/features/messaging.binarysms.send</code> <code>http://dev.w3.org/2009/dap/features/messaging.email.subscribe</code> <code>http://dev.w3.org/2009/dap/features/messaging.mms.subscribe</code> <code>http://dev.w3.org/2009/dap/features/messaging.sms.subscribe</code> <code>http://dev.w3.org/2009/dap/features/messaging.binarysms.subscribe</code> <code>http://dev.w3.org/2009/dap/features/messaging.email.getAccounts</code> <code>http://dev.w3.org/2009/dap/features/messaging.email.attach</code> <code>http://dev.w3.org/2009/dap/features/messaging.mms.attach</code> <code>http://dev.w3.org/2009/dap/features/messaging.sms.get</code> <code>http://dev.w3.org/2009/dap/features/messaging.mms.get</code> <code>http://dev.w3.org/2009/dap/features/messaging.email.get</code> <code>http://dev.w3.org/2009/dap/features/messaging.sms.delete</code> <code>http://dev.w3.org/2009/dap/features/messaging.mms.delete</code> <code>http://dev.w3.org/2009/dap/features/messaging.email.delete</code> </p> </section> <section id="sysinfo-feature"> <h3>System Information API</h3> <p> <code>http://dev.w3.org/2009/dap/features/devicestatus</code> </p> </section> <section id="gallery-feature"> <h3>Gallery API</h3> <p> <code>http://dev.w3.org/2009/dap/features/gallery</code> </p> </section> </section> <section class='conformance'> <h2>Conformance</h2> <p> TBD </p> </section> </body> </html>
Received on Thursday, 15 July 2010 14:12:29 UTC