Commit e562271097e4e51e1161ee3ba69fd59e3524bb1c

installation instructions
INSTALL.txt
(10 / 0)
  
11) create an account and get keys from http://mollom.com
2
32) Place MollomPlugin.php in laconica/local
4
53) Add the following to your laconica/config.php
6
7 addPlugin('Mollom');
8
9 $config['mollom']['public_key'] = '';
10 $config['mollom']['private_key'] = '';