diff options
author | Craig Andrews <candrews@integralblue.com> | 2010-01-06 00:06:43 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2010-01-06 00:06:43 -0500 |
commit | fffd66bf832267f218dd9e8bd25f9e7ad821647e (patch) | |
tree | 63cb74656f684e9ad9173ce8ce15792022628e06 /plugins/Mollom/README | |
parent | 8af7ba022681b5a8b9141056055c5bd5c980e3e9 (diff) |
Add shiny's mollom plugin
Diffstat (limited to 'plugins/Mollom/README')
-rw-r--r-- | plugins/Mollom/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/Mollom/README b/plugins/Mollom/README new file mode 100644 index 000000000..210e9000b --- /dev/null +++ b/plugins/Mollom/README @@ -0,0 +1,18 @@ +== 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 +<?php +addPlugin('Mollom'); + +$config['mollom']['public_key'] = '...'; +$config['mollom']['private_key'] = '...'; +$config['mollom']['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. |