These is the install file for the Nuke extension.

Extension page on mediawiki.org: https://www.mediawiki.org/wiki/Extension:Nuke
Latest version of the install file: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Nuke/INSTALL?view=co


== Requirements ==

Nuke requires:

* MediaWiki 1.18 or above

== Download ==

You can get the code directly from SVN. Tags can be obtained via

 svn checkout http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/Nuke/REL_version

Where 'version' is the version number of the tag, such as 0_1 (see the available tags at http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/Nuke/).
The latest code can be obtained from trunk:

 svn checkout http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/Nuke/

== Installation ==

Once you have downloaded the code, place the ''Nuke'' directory within your MediaWiki
'extensions' directory. Then add the following code to your [[Manual:LocalSettings.php|LocalSettings.php]] file:

# Nuke
require_once( "$IP/extensions/Nuke/Nuke.php" );