Wiki Extensions

(Difference between revisions)
Jump to: navigation, search
(Created page with "The wiki is running a few extensions to better serve the community. This page seeks to document the installation procedure for the various extensions. == Confirm Edit == == Vi...")
 
(Simple Anti-spam)
Line 6: Line 6:
  
 
== Simple Anti-spam ==
 
== Simple Anti-spam ==
 +
The idea behind this extension is that it adds a form to pages that cannot be seen, but if it is not blank, the wiki returns an error about triggering a spam filter.  I have not had great success with this, and have posted a request to add how many it blocks.
 +
 +
=== Installation ===
 +
#Download from the [http://www.mediawiki.org/wiki/Extension:SimpleAntiSpam MediaWiki page].
 +
#Extract the files into into <code>$IP/extensions/SimpleAntiSpam</code>.
 +
#Add the following to LocalSettings.php: <source lang="php" enclose="div">require_once("$IP/extensions/SimpleAntiSpam/SimpleAntiSpam.php");</source>
 +
#Installation can now be verified through the wiki's [[Special:Version]] page

Revision as of 23:32, 15 June 2011

The wiki is running a few extensions to better serve the community. This page seeks to document the installation procedure for the various extensions.

Contents

Confirm Edit

Visual Math Captcha

Simple Anti-spam

The idea behind this extension is that it adds a form to pages that cannot be seen, but if it is not blank, the wiki returns an error about triggering a spam filter. I have not had great success with this, and have posted a request to add how many it blocks.

Installation

  1. Download from the MediaWiki page.
  2. Extract the files into into $IP/extensions/SimpleAntiSpam.
  3. Add the following to LocalSettings.php:
    require_once("$IP/extensions/SimpleAntiSpam/SimpleAntiSpam.php");
  4. Installation can now be verified through the wiki's Special:Version page
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox