Changeset 45293

Show
Ignore:
Timestamp:
05/11/08 19:30:50 (2 months ago)
Author:
scompt
Message:

Fleshing out readme. Fixing name of screenshot file.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • immerstat/trunk/readme.txt

    r45292 r45293  
    1111== Description == 
    1212 
    13 ImmerStat places a .PNG in the top-right corner of your admin screen with your current WordPress.com pageview statistics.  The graphic is provided using the Google Charts API
     13ImmerStat places a .PNG in the top-right corner of your admin screen with your current WordPress.com pageview statistics.  You must also have the [WordPress.com Stats plugin](http://wordpress.org/extend/plugins/stats/) installed and configured.  The graphic is provided using the [Google Charts API](http://code.google.com/apis/chart/)
    1414 
    1515It also removes the WordPress.com Stats panel from the dashboard.  If you want to see all the information that WordPress.com Stats provides, you can still go to that subpage.  Your dashboard no longer has any Flash elements on it! 
     16 
     17ImmerStat has been tested in WordPress 2.5.  It should work in versions 2.3 and 2.2, but it hasn't been tested there.  Please let [me](mailto:scompt@scompt.com) know if there are any problems. 
    1618 
    1719== Installation == 
     
    19211. Upload the `immerstat` directory to the `/wp-content/plugins/` directory 
    20221. Activate the plugin through the 'Plugins' menu in WordPress 
     23 
     24== Configuration == 
     25 
     26There's no Options/Settings panel for ImmerStat.  Instead, a number of filter hooks are provided to change the default behavior.  Here's what they are. 
     27 
     28= immerstat_days = 
     29 
     30This is the number of days that should be displayed.  The default value is `30`. 
     31 
     32= immerstat_colors = 
     33 
     34This is an associative array that represents the colors that will be used for the graph.  It has 3 keys: `bg`, `under`, `line`.  The values are guessed for the current admin color scheme in use. 
     35 
     36= immerstat_img_link_args = 
     37 
     38This is an associative array of arguments that will be sent to the [Google Charts API](http://code.google.com/apis/chart/).  Check out that link for the various options available. 
    2139 
    2240== Frequently Asked Questions ==