diff --git a/plugins/anti_spam/README b/plugins/anti_spam/README new file mode 100644 index 0000000..8c55e36 --- /dev/null +++ b/plugins/anti_spam/README @@ -0,0 +1,33 @@ +README - AntiSpam (AntiSpam Plugin) +======================================= + +Plugin that checks comments against a spam checking service compatible +with the Akismet API. + + +Enable Plugin +------------- + +Also, you need to enable AntiSpam Plugin at your Noosfero: + +cd +./script/noosfero-plugins enable anti_spam + + +Activate Plugin +------------- + +As a Noosfero administrator user, go to administrator panel: + +- Click on "Plugins" option +- Click on "AntiSpam Plugin" check-box + +Configure Plugin +---------------- + +As a Noosfero administrator user, go to administrator panel: + +- Click on "Configuration" below the "AntiSpam Plugin" +- Fill in the "API key" field with the key generated after signing up to + akismet: https://akismet.com/signup/ +- Save your changes diff --git a/plugins/spaminator/README b/plugins/spaminator/README new file mode 100644 index 0000000..36745cf --- /dev/null +++ b/plugins/spaminator/README @@ -0,0 +1,44 @@ +README - Spaminator (Spaminator Plugin) +======================================= + +Plugin that search and destroy spams and spammers. + + +Enable Plugin +------------- + +Also, you need to enable Spaminator Plugin at your Noosfero: + +cd +./script/noosfero-plugins enable spaminator + +And run the migrations for Spaminator Plugin at your Noosfero: +cd + +- Development environment: +rake db:migrate + +- Production environment: +RAILS_ENV=production rake db:migrate + + +Activate Plugin +------------- + +As a Noosfero administrator user, go to administrator panel: + +- Click on "Plugins" option +- Click on "Spaminator Plugin" check-box + +Configure Plugin +---------------- + +As a Noosfero administrator user, go to administrator panel: + +- Click on "Configuration" below the "Spaminator Plugin" +- Define how often the plugin will run on "Period (days) for scanning spammers" +- Save your changes + +The "Scan now!" button will run spaminator plugin when clicked. +The "Deploy" button will schedule scanning to run after the period +defined on "Period (days) for scanning spammers". -- libgit2 0.21.2