diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2015-01-02 10:07:58 -0500 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2015-01-02 10:07:58 -0500 |
commit | 4ce18a7f4a85c5ba2cea73dc2dab093bc44ea934 (patch) | |
tree | fd32f4bcb845a16003e8690b7b88732c2e0feb11 | |
parent | f9fc77ce55e13297387ab391187a07ab0265f954 (diff) | |
download | ikiwiki-4ce18a7f4a85c5ba2cea73dc2dab093bc44ea934.tar ikiwiki-4ce18a7f4a85c5ba2cea73dc2dab093bc44ea934.tar.gz |
1.0 API obsolete, rendered unavailable yesterday.
-rw-r--r-- | doc/plugins/blogspam.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/blogspam.mdwn b/doc/plugins/blogspam.mdwn index 3dd017f61..5ced33b7a 100644 --- a/doc/plugins/blogspam.mdwn +++ b/doc/plugins/blogspam.mdwn @@ -13,7 +13,7 @@ go to your Preferences page, and click the "Comment Moderation" button. The plugin requires the [[!cpan RPC::XML]] perl module. You can control how content is tested via the `blogspam_options` setting. -The list of options is [here](http://blogspam.net/api/testComment.html#options). +The list of options is [here](http://blogspam.net/api/1.0/testComment.html#options). By default, the options are configured in a way that is appropriate for wiki content. This includes turning off some of the more problematic tests. An interesting option for testing is `fail`, by setting it (e.g., |