]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Mollom/README
2b8c2d8a0f9a3fd43bb34be3c5a5dd3827ed2d13
[quix0rs-gnu-social.git] / plugins / Mollom / README
1 The mollom plugin uses mollom.com to filter SN notices for spam.
2
3 == Dependencies ==
4 Your webserver needs to have xmlrpc php extention loaded.
5 This is called php5-xmlrpc in Debian/Ubuntu
6
7 == Installation ==
8 Add the following to your config.php
9 <?php
10 addPlugin('Mollom',
11     array(
12         'public_key' => '...',
13         'private_key' => '...',
14         'servers' => array('http://88.151.243.81', 'http://82.103.131.136')
15     )
16 );
17
18 ?>
19
20 replace '...' with your own public and private keys for your site, which you can get from mollom.com
21
22 If you're using this plugin, i'd love to know about it -- shiny@cpan.org or shiny on freenode.