Difference between revisions of "MediaWiki/Spam"

From Freephile Wiki
Jump to navigation Jump to search
(Adds todo about revision scoring initiative)
Line 12: Line 12:
 
* [[mw:Extension:SpamBlacklist]]
 
* [[mw:Extension:SpamBlacklist]]
  
 +
 +
Another more recent development is the "[https://meta.wikimedia.org/wiki/Research:Revision_scoring_as_a_service Revision Scoring as a Service]" research initiative
 +
 +
{{@todo}} I should implement this service, or at least take a closer look at the code and what they're doing.  See the [https://www.youtube.com/watch?v=m-_CVzGOYUM Tech Talk] and more info [https://blog.wikimedia.org/2015/11/30/artificial-intelligence-x-ray-specs/ on the wikimedia blog]
 
[[Category:Wiki]]
 
[[Category:Wiki]]

Revision as of 16:31, 25 February 2016

One of the bigger problems facing a public wiki is spam. We've used only a few techniques to prevent SPAM in this public wiki, but they've worked well for us.

Before preventing SPAM, you can prevent access, and that's the approach that we've employed so far. Using mw:Manual:$wgGroupPermissions we've disabled all privileges by default, and then allow read-only access to the wiki. We did use the mw:Extension:ConfirmAccount extension, but we've even turned that off and simply request users to contact a Sys Admin for an account -- making the process manual and personal. Additionally, we

  1. Use the BadBehavior extension.
  2. Protect the MainPage from editing

There are many more techniques that can be implemented. There are a few extensions bundled with a download version of MediaWiki; described in the mw:Manual:Combating_spam. And you can see the extensions used on the MediaWiki website itself MediaWiki.org such as


Another more recent development is the "Revision Scoring as a Service" research initiative

Gedit.svg todo I should implement this service, or at least take a closer look at the code and what they're doing. See the Tech Talk and more info on the wikimedia blog