gnu-social/plugins/Mollom
Alexei Sorokin adc689cb15 Avoid use of assignments bare inside statements
Either use them in a subroutine call or put parentheses around the assignment.
2020-09-08 12:42:51 +03:00
..
locale [VersionBump] 2.0.0alpha0 2020-08-04 05:31:44 +01:00
MollomPlugin.php Avoid use of assignments bare inside statements 2020-09-08 12:42:51 +03:00
README Update indentation, whitespace and line breaks. 2011-04-25 22:44:22 +02:00

README

The mollom plugin uses mollom.com to filter SN notices for spam.

== Dependencies ==
Your webserver needs to have xmlrpc php extention loaded.
This is called php5-xmlrpc in Debian/Ubuntu

== Installation ==
Add the following to your config.php
<?php
addPlugin('Mollom',
    array(
        'public_key' => '...',
        'private_key' => '...',
        'servers' => array('http://88.151.243.81', 'http://82.103.131.136')
    )
);


replace '...' with your own public and private keys for your site, which you can
get from mollom.com.

If you're using this plugin, i'd love to know about it -- shiny@cpan.org or
shiny on freenode.