Activity Plugin for Hotaru CMS
--------------------------------
Created by: Nick Ramsay

Description
-----------
The Activity plugin adds an "activity" page and RSS feed which shows all recent activity from your site (posts, comments and votes). It also adds a user activity feed (and RSS) to the user profile. Lastly, it includes a widget.

Instructions
------------
1. Upload the "activity" folder to your plugins folder.
2. Install it from Admin -> Plugin Management
3. Edit settings in Admin -> Activity
4. Enable the widget in Admin -> Widgets

Changelog
---------
v.1.6 2013/08/19 - shibuya246 - move widget code to template to allow customization
v.1.5 2013/08/02 - shibuya246 - fix from valMETNG for when Post or Comment not present
v.1.4 2013/07/16 - shibuya246 - update for followers plugin to show recent activity
v.1.3 2013/07/08 - valMETNG - striptags in Activity Functions
v.1.2 2013/06/16 - shibuya246 - Rework the Activity page to reduce queries
v.1.1 2010/08/08 - Nick - Fix for no avatar showing in widget for anonymous users (needs Hotaru 1.4.1)
v.1.0 2010/07/07 - Nick - Fix for page load continuing after displaying the RSS feed
v.0.9 2010/06/16 - Alan - Display as Anonymous if no userid
v.0.8 2010/04/22 - Nick - Reworked to use Hotaru 1.2's SiteActivity library.
v.0.7 2010/03/03 - Nick - Updated to work with the "Up Down Voting" plugin.
v.0.6 2010/02/28 - Nick - Removed unnecessary breadcrumbs for profiles
v.0.5 2010/02/18 - Nick - Code changes for pagination
v.0.4 2010/01/24 - Nick - HTML for user profiles and Activity page moved into templates
v.0.3 2010/01/15 - Nick - Fixes for deleting items and refreshing the cache
v.0.2 2010/01/03 - Nick - Updates for compatibility with Hotaru 1.0
v.0.1 2009/11/23 - Nick - Released first version