dap commit: abstract

changeset:   113:5fd9ade4746f
user:        Robin Berjon <robin@berjon.com>
date:        Fri Jun 22 16:09:56 2012 +0200
files:       contacts/Overview.html
description:
abstract


diff -r 7a7c718a81b5 -r 5fd9ade4746f contacts/Overview.html
--- a/contacts/Overview.html	Fri Jun 22 16:08:11 2012 +0200
+++ b/contacts/Overview.html	Fri Jun 22 16:09:56 2012 +0200
@@ -32,18 +32,11 @@
   <body>
     <section id='abstract'>
       <p>
-        The Contacts API defines the high-level interfaces required to obtain read access to a user's unified
-        address book.
+        The Pick Contacts Intent defines a Web Intent [[!WEBINTENTS]] that enables access to a user's
+        address book service from inside a Web application. It defines both an Intent action/type
+        pair that selects this operation, and the format of the contacts data that is returned
+        by services implementing this specification
       </p>
-      <p>
-        This API includes the following key interfaces:
-      </p>
-      <ul>
-        <li>A <a>Contacts</a> interface, which provides the method
-        needed to access a user's unified address book.</li>
-        <li>A <a>Contact</a> interface, which captures the individual
-        contact information that can be returned following a successful read operation.</li>
-      </ul>
     </section>
 
     <section id='sotd'>

Received on Friday, 22 June 2012 14:56:17 UTC