<pstyle="text-align: center">Semantic Personal Publishing Platform</p>
...
...
@@ -102,7 +102,7 @@
<p>WordPress is the official continuation of <ahref="http://cafelog.com/">b2/cafélog</a>, which came from Michel V. The work has been continued by the <ahref="http://wordpress.org/about/">WordPress developers</a>. If you would like to support WordPress, please consider <ahref="http://wordpress.org/donate/"title="Donate to WordPress">donating</a>.</p>
<h1>Copyright</h1>
<p>WordPress is released under the <abbrtitle="GNU Public License">GPL</abbr>(see <ahref="license.txt">license.txt</a>).</p>
<p>WordPress is free software, and is released under the terms of the <abbrtitle="GNU General Public License">GPL</abbr>version 2 or (at your option) any later version. See <ahref="license.txt">license.txt</a>.</p>
Akismet checks your comments against the Akismet web service to see if they look like spam or not.
...
...
@@ -13,15 +13,11 @@ Akismet checks your comments against the Akismet web service to see if they look
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.
Major new features in Akismet 2.5 include:
Want to show off how much spam Akismet has caught for you? Just put `<?php akismet_counter(); ?>` in your template.
* A comment status history, so you can easily see which comments were caught or cleared by Akismet, and which were spammed or unspammed by a moderator
* Links are highlighted in the comment body, to reveal hidden or misleading links
* If your web host is unable to reach Akismet's servers, the plugin will automatically retry when your connection is back up
* Moderators can see the number of approved comments for each user
* Spam and Unspam reports now include more information, to help improve accuracy
See also: [WP Stats plugin](http://wordpress.org/extend/plugins/stats/).
PS: You'll need an [Akismet.com API key](http://akismet.com/get/) to use it. Keys are free for personal blogs, with paid subscriptions available for businesses and commercial sites.
PS: You'll need an [Akismet.com API key](http://akismet.com/get/) to use it.
== Installation ==
...
...
@@ -31,39 +27,6 @@ Upload the Akismet plugin to your blog, Activate it, then enter your [Akismet.co
== Changelog ==
= 2.5.1 =
* Fix a bug that caused the "Auto delete" option to fail to discard comments correctly
* Remove the comment nonce form field from the 'Akismet Configuration' page in favor of using a filter, akismet_comment_nonce
* Fixed padding bug in "author" column of posts screen
* Added margin-top to "cleared by ..." badges on dashboard
* Fix possible error when calling akismet_cron_recheck()
* Fix more PHP warnings
* Clean up XHTML warnings for comment nonce
* Fix for possible condition where scheduled comment re-checks could get stuck
* Clean up the comment meta details after deleting a comment
* Only show the status badge if the comment status has been changed by someone/something other than Akismet
* Show a 'History' link in the row-actions
* Translation fixes
* Reduced font-size on author name
* Moved "flagged by..." notification to top right corner of comment container and removed heavy styling
* Hid "flagged by..." notification while on dashboard
= 2.5.0 =
* Track comment actions under 'Akismet Status' on the edit comment screen
* Fix a few remaining deprecated function calls ( props Mike Glendinning )
* Use HTTPS for the stats IFRAME when wp-admin is using HTTPS
* Use the WordPress HTTP class if available
* Move the admin UI code to a separate file, only loaded when needed
* Add cron retry feature, to replace the old connectivity check
* Display Akismet status badge beside each comment
* Record history for each comment, and display it on the edit page
* Record the complete comment as originally submitted in comment_meta, to use when reporting spam and ham
* Highlight links in comment content
* New option, "Show the number of comments you've approved beside each comment author."