]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/plugins/akismet/readme.txt
Wizard 2.8.2-scripts
[autoinstalls/wordpress.git] / wp-content / plugins / akismet / readme.txt
1 === Akismet ===
2 Contributors: matt, ryan, andy, mdawaffe, tellyworth
3 Tags: akismet, comments, spam
4 Requires at least: 2.0
5 Tested up to: 2.8.2
6
7 Akismet checks your comments against the Akismet web service to see if they look like spam or not.
8
9 == Description ==
10
11 Akismet checks your comments against the Akismet web service to see if they look like spam or not and lets you
12 review the spam it catches under your blog's "Comments" admin screen.
13
14 Want to show off how much spam Akismet has caught for you? Just put `<?php akismet_counter(); ?>` in your template.
15
16 See also: [WP Stats plugin](http://wordpress.org/extend/plugins/stats/).
17
18 PS: You'll need a [WordPress.com API key](http://wordpress.com/api-keys/) to use it.
19
20 == Installation ==
21
22 Upload the Akismet plugin to your blog, Activate it, then enter your [WordPress.com API key](http://wordpress.com/api-keys/).
23
24 1, 2, 3: You're done!
25
26 == Changelog ==
27
28 = 2.2.6 =
29
30 * Fix a global warning introduced in 2.2.5
31 * Add changelog and additional readme.txt tags
32 * Fix an array conversion warning in some versions of PHP
33 * Support a new WPCOM_API_KEY constant for easier use with WordPress MU
34
35 = 2.2.5 =
36
37 * Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls
38
39 = 2.2.4 =
40
41 * Fixed a key problem affecting the stats feature in WordPress MU
42 * Provide additional blog information in Akismet API calls