From ba052c0cc94a1b1acbe3322e9e3705f71f7134ac Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 7 Jan 2009 07:36:48 +0000 Subject: Extract the Akismet driver from the Spam_Filter module into a module in its own right. Clean up the tests, streamline the code and improve the admin interaction. Add a working stats page. --- modules/akismet/module.info | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 modules/akismet/module.info (limited to 'modules/akismet/module.info') diff --git a/modules/akismet/module.info b/modules/akismet/module.info new file mode 100644 index 00000000..dd2df5dd --- /dev/null +++ b/modules/akismet/module.info @@ -0,0 +1,3 @@ +name = Akismet +description = "Filter comments through the Akismet web service to detect and eliminate spam. You'll need a WordPress.com API key to use it." +version = 1 -- cgit v1.2.3