Diogo Peralta Cordeiro 6e031d623a [VersionBump] 2.0.0beta0 %!s(int64=3) %!d(string=hai) anos
..
locale 6e031d623a [VersionBump] 2.0.0beta0 %!s(int64=3) %!d(string=hai) anos
MollomPlugin.php 9efbef720d Avoid use of assignments bare inside statements %!s(int64=3) %!d(string=hai) anos
README a4c5a0a229 Update indentation, whitespace and line breaks. %!s(int64=13) %!d(string=hai) anos

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
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.