X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FMollom%2FREADME;h=2b8c2d8a0f9a3fd43bb34be3c5a5dd3827ed2d13;hb=5224c7d6c263f078c3628650ff2b4b706862307c;hp=210e9000bf618720a67305a98d5c828f3cbcf123;hpb=fffd66bf832267f218dd9e8bd25f9e7ad821647e;p=quix0rs-gnu-social.git diff --git a/plugins/Mollom/README b/plugins/Mollom/README index 210e9000bf..2b8c2d8a0f 100644 --- a/plugins/Mollom/README +++ b/plugins/Mollom/README @@ -1,3 +1,5 @@ +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 @@ -5,11 +7,13 @@ This is called php5-xmlrpc in Debian/Ubuntu == Installation == Add the following to your config.php '...', + 'private_key' => '...', + 'servers' => array('http://88.151.243.81', 'http://82.103.131.136') + ) +); ?>