Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/advuser/README.txt,v
retrieving revision 1.3
diff -u -p -r1.3 README.txt
--- README.txt	27 Aug 2006 14:21:48 -0000	1.3
+++ README.txt	9 Jun 2008 19:43:25 -0000
@@ -4,28 +4,43 @@
 Module Functions
 ****************
 
-- Filtering of users based on profile.module fields
-- Filter user based on status active or blocked
-- Mass emailing/deleting of the filtered users
-- Notify selected roles when a new user registers for an account
-- Show all users who never logged in
-- notfiy site admin when profile fields has been updated by a user
-
-
-This module allows the advanced filtering of users based on profile.module fields
-Site administrators will have access to a list of profile.module fields through which users can be filtered via the settings->advuser menu of the module.
-It also has memory capabilities and remembers the last used filter so that users can be narrowed down to specific common denominators
-eg. All female users with pet frogs who live in Alaska
-The module can then be used to send a mass email to all selected users of the above filtered common denominators ie. All females with frogs in Alaska.
-It can also be used to delete all users of this group.
+* Filters *
+- Filter users based on permission, status, created, accessed, email, id and
+  role.
+- Filter users based on profile.module admin created profile fields.
+- Advanced filtering with user selected conditional phrases.
+
+* Selected Mass Actions *
+- Block/Unblock users
+- Delete users
+- Email users
+- Add/Remove a specified role
+
+* Administrative Background Actions *
+- Use access control permission "receive email advuser" to notify selected
+  roles when a new user registers for an account or a user has updated her
+  profile fields.
+
+
+The "Advanced User" module allows users with the correct permissions to
+filter the user table so that actions can be performed.  Version 2 of this
+module presents an advanced filtering form to allow the user to specify the
+conditional phrase for the filter.  Access control permissions also allow
+users in a specified role to be able to receive notification of new users and
+user profile changes.
 
 *************
 Installation
 *************
 
-
-Simply drop the module into the Drupal modules folder, and activate via the admin panel as normal. No database installation required.
+Simply drop the module into the Drupal sites/all/modules folder or the
+sites/<mysite>/modules folder and activate via the admin/build/modules UI as 
+normal. No database installation required.
+
+Settings:
+Navigate to admin/settings/advuser to setup the email notification and other
+items related to your operation of this module.
 
 Usage:
-Navigate to settings -> advuser to select which profile_fields can be filtered
-You also have the option to config number of users to display per listing
+Navigate to admin/user/user/advuser to begin filtering and creating actions
+for selected users.
