<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,8 +4,32 @@ This is a plugin for &quot;Redmine&quot;:http://www.redmine.org that allows users to creat
 
 h2. Installing
 
-Simply follow the instructions found on the &quot;Redmine Wiki&quot;:http://www.redmine.org/wiki/redmine/Plugins.  One caveat is that the plugin expect to find a stylesheet under the directory &lt;notextile&gt;REDMINE_DIR/plugin_assets/redmine_status/...&lt;/notextile&gt; so either name the plugin directory redmine_status or rename the folder generated after you start up your server from whatever you named it to redmine_status.
+# Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins  Make sure the plugin is installed to @vendor/plugins/redmine_status@
+# Run the plugin migrations +rake db:migrate_plugins+
+# Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
+# Login and configure your permissions for Status updates in the Administration panel
+# Enable the &quot;Statuses&quot; module for each project you'd like to use it on
+# (Optionally) Schedule the Delayed Notifications rake task using something like cron, @rake redmine_status:delayed_notifications RAILS_ENV=production@.  It's recommended to run this every hour.
 
 h2. Usage
 
-Enable the &quot;Statuses&quot; module on the project settings page.  From there on out, usage should be fairly obvious.  Create new status updates by clicking the &quot;Update your status&quot; link on the &quot;Status Updates&quot; page.  Oh, and also, enjoy!
+You can view the Status Updates for a project by using the &quot;Status updates&quot; tab on the project.  Or you can view all updates by using the &quot;Status updates&quot; link on the top left menu.
+
+h3. Email Notification of updates
+
+Each user can configure their email notification preferences.
+
+* Realtime - email notifications are sent immediately when a user posts an update
+* Hourly - email notifications are sent as a single digest email every hour
+* 8 Hours - email notifications are sent as a single digest email every 8 hours
+* Daily - email notifications are sent as a single digest email once every day
+
+The scheduling and sending of the email will be done by the rake task and cronjob (above).
+
+h3. Hashtag tagging
+
+If an update includes a word prefixed with a hash, then it will be tagged.  Tagging updates is a quick and easy way to categories messages.  The list of updates will then be able to be filtered by tags and the updates will appear in the Tag cloud.
+
+h3. License
+
+This plugin is licensed under the GNU GPL v2.  See COPYRIGHT and COPYING for details.</diff>
      <filename>readme.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>178c016807d3d4efb468216c2dc0523b5a18cc59</id>
    </parent>
  </parents>
  <author>
    <name>Eric Davis</name>
    <email>edavis@littlestreamsoftware.com</email>
  </author>
  <url>http://github.com/bterlson/redmine-status-updates/commit/1663c7bd671c87e3e416f842037443fe5519ad80</url>
  <id>1663c7bd671c87e3e416f842037443fe5519ad80</id>
  <committed-date>2009-05-02T19:13:47-07:00</committed-date>
  <authored-date>2009-04-27T09:15:36-07:00</authored-date>
  <message>[#2424] Updated the Readme for the release.

Signed-off-by: Brian Terlson &lt;btthalion@gmail.com&gt;</message>
  <tree>55e4eca20c8f6097ef92fbb54480c305f3d7c4bd</tree>
  <committer>
    <name>Brian Terlson</name>
    <email>btthalion@gmail.com</email>
  </committer>
</commit>
