Skip to content

s7eph4n/mediawiki-skins-chameleon

 
 

Repository files navigation

Chameleon skin

Build Status Code Coverage Code Quality Dependency Status Latest Stable Version Packagist download count

The Chameleon skin uses Twitter's Bootstrap 3 to provide a customizable MediaWiki skin.

Requirements

  • PHP 5.3.2 or later
  • MediaWiki 1.22 or later
  • Composer

Further required software packages will be installed automatically.

Installation

  1. On a command line go to your MediaWiki installation directory
  2. If necessary (on MediaWiki up to 1.23) copy the file composer.json.example to composer.json
  3. With Composer installed, run composer require "mediawiki/chameleon-skin:~1.0"
  4. To set Chameleon as the default skin, open LocalSettings.php in an editor, find $wgDefaultSkin and amend it: $wgDefaultSkin='chameleon';
  5. Done: Navigate to Special:Version on your wiki to verify that the skin is successfully installed.

Documentation

See the Chameleon documentation.

It may also be worthwhile to have a look at the Chameleon site on MediaWiki and the related talk page

License

You can use the Chameleon skin under the GNU General Public License, version 3 (or any later version).

About

Github mirror of "mediawiki/skins/chameleon" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 84.8%
  • CSS 10.1%
  • JavaScript 2.7%
  • Shell 1.2%
  • HTML 1.2%