~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/HelpOnSpam/revisions/00000001

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mfrom: (0.9.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080622211713-fpo2zrq3s5dfecxg
Tags: 1.7.0-3
Simplify /etc/moin/wikilist format: "USER URL" (drop unneeded middle
CONFIG_DIR that was wrongly advertised as DATA_DIR).  Make
moin-mass-migrate handle both formats and warn about deprecation of
the old one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Please edit system and help pages ONLY in the master wiki!
 
2
## For more information, please see MoinMoin:MoinDev/Translation.
 
3
##master-page:None
 
4
##master-date:None
 
5
#acl -All:write Default
 
6
#format wiki
 
7
#language en
 
8
HelpForAdministrators > HelpOnAdministration > HelpOnSpam
 
9
 
 
10
Wikispam is getting more and more annoying. Wiki pages get high ratings in search engines because of the strong linking between the pages (and each other via InterWiki links). This makes them a valuable target to increase the ranking of other pages
 
11
 
 
12
== Use TextChas ==
 
13
See HelpOnTextChas.
 
14
 
 
15
== Block Spam ==
 
16
You can ban certain content within contributions by listing regular expressions on the your 'BadContent' page.
 
17
 
 
18
If a user tries to save a page and its content matches any of these regular expressions, then saving that page will be denied (until the offending content is removed from the editor).
 
19
 
 
20
You can also enable an automatic update of BadContent via your wikiconfig. This is enabled by this line:
 
21
{{{
 
22
    from MoinMoin.security.antispam import SecurityPolicy
 
23
}}}
 
24
see HelpOnConfiguration/SecurityPolicy
 
25
 
 
26
== Remove Spam Action ==
 
27
 
 
28
If you are a [[HelpOnSuperUser|SuperUser]], you can use this action to mass-revert changes of some spammer (or some other ''bad guy'').
 
29
 
 
30
 1. Select "Remove Spam" from the available actions.
 
31
 1. Select the user (usually part of the IP)
 
32
 1. Select "Revert All"
 
33
 1. You will see how moin tries to revert his edits. This does not work in every case, so you may have to clean up some of his edits manually.