Added @tractorcow's akismet module link

This commit is contained in:
Will Rossiter 2014-02-19 22:11:39 +13:00
parent 186c6aba47
commit 35a6ad160c
1 changed files with 1 additions and 0 deletions

View File

@ -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.