|
NAMEBlog::Spam::Server - An RPC server which detects comment spam.ABOUTThis program implements a plugin-based XML-RPC server which may be queried from almost all languages.The intention is that clients will query this server to detect whether their comment submissions are spam or genuine, using the API we present over the network via XML::RPC - that API is documented in Blog::Spam::API. The actual testing of submitted comments is handled by a series of plugins, each living beneath the 'Blog::Spam::Plugin::' namespace. For a description of the plugin methods please consult the sample plugin. AUTHOR
LICENSECopyright (c) 2008-2010 by Steve Kemp. All rights reserved.This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license.
Visit the GSP FreeBSD Man Page Interface. |