cirandas.net

ref: master

plugins/spaminator/README.md


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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 <your_noosfero_dir>
./script/noosfero-plugins enable spaminator

And run the migrations for Spaminator Plugin at your Noosfero:
cd <your_noosfero_dir>

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