Index of /w/extensions/
Name | Last Modified | Size |
---|---|---|
2018-08-12 10:45 | - | |
2018-08-25 09:57 | - | |
2017-09-17 15:38 | - | |
2014-05-14 15:11 | - | |
2018-07-15 00:33 | - | |
2016-11-28 19:21 | - | |
2017-09-17 15:37 | - | |
2016-11-18 19:03 | - | |
2016-11-18 19:03 | - | |
2016-11-28 19:21 | - | |
2014-05-14 15:11 | - | |
2018-07-24 13:07 | - | |
2018-07-15 00:52 | - | |
2016-11-18 19:24 | - | |
2016-11-18 19:07 | - | |
2017-09-17 15:36 | - | |
2016-11-28 19:21 | - | |
2016-11-28 19:21 | - | |
2018-08-25 09:11 | - | |
2016-11-28 19:21 | - | |
2016-11-18 19:09 | - | |
2018-07-24 08:50 | - | |
2016-11-18 19:11 | - | |
2018-07-24 15:00 | - | |
2018-08-24 00:29 | - | |
2018-08-27 08:54 | - | |
2019-09-22 18:31 | - | |
2016-11-28 19:21 | - | |
2018-07-24 17:31 | - | |
2019-09-22 19:27 | - | |
2016-11-18 19:15 | - | |
2017-01-12 03:09 | - | |
2018-07-15 19:23 | - | |
2014-05-14 15:11 | - | |
2014-05-14 15:11 | - | |
2014-05-14 15:11 | - | |
2014-05-14 15:11 | - | |
2014-05-14 15:11 | - | |
2018-08-08 15:45 | - | |
2014-05-14 15:11 | - | |
2014-05-14 15:11 | - | |
2014-05-14 15:11 | - | |
2014-05-14 15:11 | - | |
2018-07-15 06:58 | - | |
2018-07-14 15:23 | - | |
2017-02-11 15:19 | - | |
2018-08-08 01:27 | - | |
2016-11-18 19:21 | - | |
2014-05-14 15:12 | - | |
2016-11-28 19:21 | - | |
2017-01-12 03:11 | 91k | |
2017-01-12 00:43 | 700k | |
2017-01-12 00:43 | 150k | |
2017-01-12 00:43 | 1670k | |
2017-01-12 00:43 | 120k | |
2017-01-12 00:43 | 130k | |
2017-01-12 00:43 | 100k | |
2017-01-12 00:43 | 120k | |
2017-01-12 00:43 | 3170k | |
2017-01-12 00:43 | 25240k | |
2017-01-12 00:43 | 70k |
== 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
<https://www.mediawiki.org/wiki/Special:MyLanguage/Category:Extensions>.
== 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 civicwiki.org Port 443