[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 These is the install file for the Nuke extension. 2 3 Extension page on mediawiki.org: https://www.mediawiki.org/wiki/Extension:Nuke 4 Latest version of the install file: https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/Nuke.git;a=blob;f=INSTALL 5 6 7 == Requirements == 8 9 Nuke requires: 10 11 * MediaWiki 1.18 or above 12 13 == Download == 14 15 You can get the code directly from Git. 16 17 git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Nuke.git 18 19 Old tags can be obtained via SVN: 20 21 svn checkout http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/Nuke/REL_version 22 23 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/). 24 25 == Installation == 26 27 Once you have downloaded the code, place the ''Nuke'' directory within your MediaWiki 28 'extensions' directory. Then add the following code to your [[Manual:LocalSettings.php|LocalSettings.php]] file: 29 30 # Nuke 31 require_once( "$IP/extensions/Nuke/Nuke.php" );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |