]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Mollom/README
Snapshot of the Transifex translation project - February 2015
[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 replace '...' with your own public and private keys for your site, which you can
20 get from mollom.com.
21
22 If you're using this plugin, i'd love to know about it -- shiny@cpan.org or
23 shiny on freenode.