diff -r 53cff4b4a802 -r bde1974c263b web/wp-content/plugins/akismet/readme.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/plugins/akismet/readme.txt Wed Feb 03 15:37:20 2010 +0000 @@ -0,0 +1,48 @@ +=== Akismet === +Contributors: matt, ryan, andy, mdawaffe, tellyworth, automattic +Tags: akismet, comments, spam +Requires at least: 2.0 +Tested up to: 2.9 + +Akismet checks your comments against the Akismet web service to see if they look like spam or not. + +== Description == + +Akismet checks your comments against the Akismet web service to see if they look like spam or not and lets you +review the spam it catches under your blog's "Comments" admin screen. + +Want to show off how much spam Akismet has caught for you? Just put `` in your template. + +See also: [WP Stats plugin](http://wordpress.org/extend/plugins/stats/). + +PS: You'll need a [WordPress.com API key](http://wordpress.com/api-keys/) to use it. + +== Installation == + +Upload the Akismet plugin to your blog, Activate it, then enter your [WordPress.com API key](http://wordpress.com/api-keys/). + +1, 2, 3: You're done! + +== Changelog == + += 2.2.7 = + +* Add a new AKISMET_VERSION constant +* Reduce the possibility of over-counting spam when another spam filter plugin is in use +* Disable the connectivity check when the API key is hard-coded for WPMU + += 2.2.6 = + +* Fix a global warning introduced in 2.2.5 +* Add changelog and additional readme.txt tags +* Fix an array conversion warning in some versions of PHP +* Support a new WPCOM_API_KEY constant for easier use with WordPress MU + += 2.2.5 = + +* Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls + += 2.2.4 = + +* Fixed a key problem affecting the stats feature in WordPress MU +* Provide additional blog information in Akismet API calls