From 27ae3d3be07fd50a64ebb1cec066e5c47362df4e Mon Sep 17 00:00:00 2001 From: "http://petefoth.myopenid.com/" Date: Fri, 2 Dec 2011 04:30:44 -0500 Subject: [PATCH] --- design/revisedclientarchitecture.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/design/revisedclientarchitecture.mdwn b/design/revisedclientarchitecture.mdwn index c0d6481..c8e8848 100644 --- a/design/revisedclientarchitecture.mdwn +++ b/design/revisedclientarchitecture.mdwn @@ -55,9 +55,9 @@ Implemented as a shared library in Vala. Built with the -H option to enable acce Replaces the _libmoonshot_ component from the initial implementation. -Owns the public APIs for accessing the Identity Store (rather than exposing currently APIs provided via DBus by moonshot-ui). +Owns the public APIs for accessing the Identity Store (rather than, as in the initial implementation, exposing the APIs provided via DBus by _moonshot-ui_). -Provides new APIs needed by identity-selector-ui to manage identities (e.g. CreateNewIdCard(), UpdateIdCard(), DeleteIdCard()) as well as the existing APIs provided in the initial implementation by lib-moonshot (getIdentity(), GetDefaultIdentity(), InstallId_card()). +Provides new APIs needed by identity-selector-ui to manage identities (e.g. CreateNewIdCard(), UpdateIdCard(), DeleteIdCard()) as well as the existing APIs provided in the initial implementation by _lib-moonshot_ (getIdentity(), GetDefaultIdentity(), InstallId_card()). Uses the APIs provided by the *_identity-storage-server_* component (_-dbus-local-storage-server_ on Linux and Mac, _-windows-local-storage-server_ on Windows). @@ -67,7 +67,7 @@ It has no UI, so that it can be used in circumstances where interaction with a u This is now just an App for managing Identities. It's *only* function is to allows a User to manage Identities and Services. -It no longer owns the IdentityStore. +It no longer owns the Identity Store. _ It no longer *provides* the APIs (using DBus) that were used in the initial implementation by other components via _libmoonshot. -- 2.1.4