README 629 B

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