gesinn-it / chameleon-skin
A highly flexible MediaWiki skin using Twitter Bootstrap 3
Installs: 308
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 9
Type:mediawiki-skin
Requires
- php: >=5.3.2
- ext-dom: *
- ext-filter: *
- composer/installers: >1.0.12
- mediawiki/bootstrap: ~1.1
This package is not auto-updated.
Last update: 2024-11-13 20:51:57 UTC
README
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
- On a command line go to your MediaWiki installation directory
- If necessary (on MediaWiki up to 1.23) copy the file
composer.json.example
tocomposer.json
- With Composer installed, run
composer require "mediawiki/chameleon-skin:~1.0"
- To set Chameleon as the default skin, open
LocalSettings.php
in an editor, find$wgDefaultSkin
and amend it:$wgDefaultSkin='chameleon';
- 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).