From 35a6ad160cab24820c3b755cfaabcbcfb0163c90 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Wed, 19 Feb 2014 22:11:39 +1300 Subject: [PATCH] Added @tractorcow's akismet module link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48591bb..ad6241d 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ implementations. Currently available options are: * [Mollom](https://github.com/silverstripe/silverstripe-mollom) * [Recaptcha](https://github.com/chillu/silverstripe-recaptcha) * [MathSpamProtection](https://github.com/silverstripe/silverstripe-mathspamprotection) +* [Akismet](https://github.com/tractorcow/silverstripe-akismet) As a developer you can also provide your own protector by creating a class which implements the `SpamProtector` interface. More on that below.