<html>
<head>
<title>Address Book Documentation</title>
</head>

<body bgcolor=white>

<h2>Address Book Documentation</h2>

by John Mileham
<hr>

<p>
The Address Book is an application/service hybrid.  As an application, it provides a complete UI for storing, retrieving
and searching for individually permissioned contacts.  As a service, Address Book provides a storage mechanism for
contact information and associating it with other objects.  Each contact has identity info as well as an arbitrary number
of custom attributes (which may be used for phone numbers, email addresses, etc.) and an arbitrary number of street
addresses.
</p>

<h3>For Developers</h3>

<ul>

    <li> <a href=requirements.html>Requirements document</a>

    <p>

    <li> <a href=design.html>Design document</a>

</ul>


<hr>

<a href=mailto:jmileham@arsdigita.com>jmileham@arsdigita.com</a>
<br>
Last modified: $Id: index.html,v 1.1 2002/07/09 17:35:01 rmello Exp $

</body>

</html>