Extension:MooTools 1.2 Core
From MediaWiki.org
|
MooTools 1.2 Core Release status: stable |
|||
|---|---|---|---|
| Implementation | Skin | ||
| Description | Adds mootools-1.2-core-yc.js to each page | ||
| Author(s) | The MooTools Dev Team | ||
| Last version | 1.0 (2008-07-18) | ||
| MediaWiki | 1.12.0 | ||
| License | MIT | ||
| Download | From Subversion | ||
|
|||
| Check usage and version matrix | |||
What can this extension do? [edit]
Nothing, by itself. It includes the awesome MooTools Javascript framework, for other extensions to build upon.
Installation [edit]
Create a subdirectory in your extensions directory:
(we do this to make it easy to distribute all Uniwiki extensions as a bundle)
cd /your/wiki/extensions mkdir uniwiki
Download the extension using subversion:
cd /your/wiki/extensions/uniwiki svn checkout http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/uniwiki/MooTools12core
Add the following to LocalSettings.php:
require_once("$IP/extensions/uniwiki/MooTools12core/MooTools12core.php");
