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/views/admin_akismet.html.php | 15 +++++++++++++++ modules/akismet/views/admin_akismet_stats.html.php | 5 +++++ 2 files changed, 20 insertions(+) create mode 100644 modules/akismet/views/admin_akismet.html.php create mode 100644 modules/akismet/views/admin_akismet_stats.html.php (limited to 'modules/akismet/views') diff --git a/modules/akismet/views/admin_akismet.html.php b/modules/akismet/views/admin_akismet.html.php new file mode 100644 index 00000000..34a5461b --- /dev/null +++ b/modules/akismet/views/admin_akismet.html.php @@ -0,0 +1,15 @@ + +
+

+

+ Wordpress.com API Key, which is also free. Your comments will be automatically relayed to Akismet.com where they'll be scanned for spam. Spam messages will be flagged accordingly and hidden from your vistors until you approve or delete them.") ?> +

+ + +
+ +
+ + + +
diff --git a/modules/akismet/views/admin_akismet_stats.html.php b/modules/akismet/views/admin_akismet_stats.html.php new file mode 100644 index 00000000..a36ef237 --- /dev/null +++ b/modules/akismet/views/admin_akismet_stats.html.php @@ -0,0 +1,5 @@ + + -- cgit v1.2.3