=== SETI@Home Stats 1.0 === Contributors: Samuel T Trassare, Jason F. Irwin Author URI: http://www.trassare.com/ Plugin URL: http://www.trassare.com/setihome-stats/ Requires at Least: WordPress 2.0.x (all versions) Tested Up To: WordPress 2.6.3 Tags: SETI@Home, SETI, Stats, widget Stable tag: trunk == Description == This plugin show's the current SETI@Home statistics for a given account. It is a rewrite of Jason Irwin's original SETI Stats plug-in to include more data and a widget. == Installation == * Upload the contents of the zip file to your "wp-content/plugins" directory. * Ensure the "setihome-stats" plugin directory has write permissions (used for file cache). * Go to the "Plugins" main menu and find "SETI@Home Stats", then click "Activate". * Go to the "Settings->SETI Options" menu and enter your account ID and refresh interval. == Usage == After activating the plugin you can then activate the included widget to display your stats on the sidebar. The following snippet can be placed anywhere else you want your stats displayed. get_seti_stats(); == Frequently Asked Questions == = I installed the plugin, but I get a "Cannot Open File" message. What's going on? = This is probably because the cache file cannot be created. Ensure the "setihome-stats" plugin directory has write permissions (e.g. chmod 777). == Screenshots == 1. This screenshot shows SETI@Home Stats running on the Get Some! theme. 2. This screenshot shows SETI@Home Stats running on the New Golden Gray theme. == Un-Installation == * Go to the "Plugins" main menu and find "SETI@Home Stats Widget", then click "Deactivate". * Repeat the above step for the "SETI@Home Stats" plugin. * Delete the "setihome-stats" directory from your "wp-content/plugins" directory. == Change Log == * 0.1 - Initial Release (03/21/07) * 0.2 - Added Caching Support (03/22/07) * 1.0 - Changed the source of the data, added new fields and added a widget. (28 OCT 2008)