- From: Richard Tibbett via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 Aug 2010 11:53:26 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts In directory hutz:/tmp/cvs-serv24545/contacts Modified Files: Overview.html Writer.html Log Message: Added references to W3C DAP Contacts API and W3C DAP Contacts Writer API respectively. Index: Writer.html =================================================================== RCS file: /sources/public/2009/dap/contacts/Writer.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Writer.html 3 Aug 2010 11:30:36 -0000 1.2 +++ Writer.html 3 Aug 2010 11:53:24 -0000 1.3 @@ -41,7 +41,12 @@ <section id='abstract'> <p> - The Contacts API defines the high-level interfaces required to provide access to a user's unified address book. + The Contacts Writer API defines the high-level interfaces required to add and remove contact information to and from a user's + unified address book. + </p> + <p> + This specification is built on top of an accompanying specification [[CONTACTS-API]] that enables read access to a user's + unified address book. </p> </section> <section Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/contacts/Overview.html,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- Overview.html 3 Aug 2010 11:30:35 -0000 1.70 +++ Overview.html 3 Aug 2010 11:53:24 -0000 1.71 @@ -41,7 +41,11 @@ <section id='abstract'> <p> - The Contacts API defines the high-level interfaces required to provide access to a user's unified address book. + The Contacts API defines the high-level interfaces required to provide read access to a user's unified address book. + </p> + <p> + Methods to manipulate a user's unified address book, to add and remove contact information, are being developed in an + accompanying specification [[CONTACTS-WRITER-API]]. </p> </section> <section @@ -99,13 +103,8 @@ Usage Examples </h2> <p> - The following code extracts illustrate how to search, add, remove and update contact information in a given address book: + The following code illustrates how to obtain contact information from a user's address book: </p> - <div> - <p> - Searching for matching contacts. - </p> - </div> <pre class='example sh_javascript_dom'> function successContactFindCallback(contacts) {
Received on Tuesday, 3 August 2010 11:53:28 UTC