gesinn-it/chameleon-skin

A highly flexible MediaWiki skin using Twitter Bootstrap 3


Keywords
bootstrap, twitter, wiki, mediawiki, skin
License
GPL-3.0+

Documentation

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).