Index of /extensions/

      Name                                                                             Last modified         Size  Description 
   
up Parent Directory 12-Oct-2019 07:53 - directory CategoryTree 12-Oct-2019 07:53 - directory Cite 12-Oct-2019 07:53 - directory CiteThisPage 12-Oct-2019 07:53 - directory CodeEditor 12-Oct-2019 07:53 - directory ConfirmEdit 12-Oct-2019 07:53 - directory Gadgets 12-Oct-2019 07:53 - directory ImageMap 12-Oct-2019 07:53 - directory InputBox 12-Oct-2019 07:53 - directory Interwiki 12-Oct-2019 07:53 - directory LocalisationUpdate 12-Oct-2019 07:53 - directory MultimediaViewer 12-Oct-2019 07:53 - directory Nuke 12-Oct-2019 07:53 - directory OATHAuth 12-Oct-2019 07:53 - directory ParserFunctions 12-Oct-2019 07:53 - directory PdfHandler 12-Oct-2019 07:53 - directory Poem 12-Oct-2019 07:53 - directory Renameuser 12-Oct-2019 07:53 - directory ReplaceText 12-Oct-2019 07:53 - directory SaveToArchive 02-Jul-2019 13:04 - directory SpamBlacklist 12-Oct-2019 07:53 - directory SyntaxHighlight_GeSHi 12-Oct-2019 07:53 - directory TitleBlacklist 12-Oct-2019 07:53 - directory WikiEditor 12-Oct-2019 07:53 - directory __MACOSX 02-Jul-2019 12:19 - [CMP] SaveToArchive.zip 02-Jul-2019 12:19 96k

== User Information ==

Extensions are distributed separately. Drop them into this directory and enable
as per the extension's installation instructions.

You can find a list of extensions and documentation at
.

== Development Information ==

If you are a developer, you might want to fetch the extension tree in another
directory and make a symbolic link:

 mediawiki/extensions$ ln -s ../../extensions-trunk/FooBar

Most extensions are available through Git:
    https://phabricator.wikimedia.org/diffusion/MEXT/


Please note that under POSIX systems (Linux...), parent of a symbolic path
refers to the link source, NOT to the target! You should check the env
variable MW_INSTALL_PATH in case the extension is not in the default location.

The following code snippet lets you override the default path:

 $IP = getenv( 'MW_INSTALL_PATH' );
 if( $IP === false ) {
	$IP = __DIR__ . '/../..';
 }
 require_once "$IP/maintenance/Maintenance.php"; // a MediaWiki core file
Proudly Served by LiteSpeed Web Server at wheelchairwiki.org Port 80