This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
== Dependencies == |
| 2 |
Your webserver needs to have xmlrpc php extention loaded. |
| 3 |
This is called php5-xmlrpc in Debian/Ubuntu |
| 4 |
|
| 5 |
== Installation and Configuration == |
| 6 |
Place MollomPlugin.php in the "local" folder of your laconica installation |
| 7 |
|
| 8 |
Add the following to your config.php |
| 9 |
<?php |
| 10 |
addPlugin('Mollom'); |
| 11 |
|
| 12 |
$config['mollom']['public_key'] = '...'; |
| 13 |
$config['mollom']['private_key'] = '...'; |
| 14 |
$config['mollom']['servers'] = array('http://88.151.243.81', 'http://82.103.131.136'); |
| 15 |
|
| 16 |
?> |
| 17 |
|
| 18 |
replace '...' with your own public and private keys for your site, which you can get from mollom.com |
| 19 |
|
| 20 |
If you're using this plugin, i'd love to know about it -- shiny@cpan.org or shiny on freenode. |