Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/openid_provider/README.txt,v
retrieving revision 1.1
diff -u -r1.1 README.txt
--- README.txt	13 Apr 2008 11:53:04 -0000	1.1
+++ README.txt	9 Mar 2009 19:35:19 -0000
@@ -1,9 +1,14 @@
-This module implements OpenID Provider support for D6 (currently).
+This module implements OpenID Provider support for Drupal 6.
 
-It depends on core's openid.module for common library usage.
+By setting up this module, all users on the site get an OpenID in the form of
+http://example.com/user/12345/identity, if the domain name is example.com and 
+the user identifier is 12345. You can automatically alias this URL with 
+pathauto module.
+
+The module uses the xrds_simple.module API and the Drupal core OpenID API.
 
 TODO:
-* Flush out hooks for extension suport
-* Extension namespacing support
-* Better detection of 1.x vs. 2.x protocol use
-* HMAC-256 support (via hash() & php5)
+  * Flush out hooks for extension support
+  * Extension namespacing support
+  * Better detection of 1.x vs. 2.x protocol use
+  * HMAC-256 support (via hash() & php5)
