Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.21 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.21 KB

Tweeki, a Bootstrap based skin for MediaWiki

Tweeki is a skin for MediaWiki (1.25+) based on Twitter's Bootstrap (v3.3.7). It tries to implement as much of Bootstrap's functionality as possible, allowing to use it very easily and with very reduced markup, and features many configuration options.

You can find an instance of Tweeki in action and the extended documentation at the project's website tweeki.thai-land.at

Get started

  1. Change to the "skins" subdirectory of your MediaWiki installation:

    cd skins
    
  2. Clone the repository:

    git clone https://github.com/thaider/Tweeki Tweeki
    
  3. Add the following to LocalSettings.php:

    wfLoadSkin( 'Tweeki' );
    $wgDefaultSkin = "tweeki";

Optional configuration

Please refer to the project's website tweeki.thai-land.at for further information about configuration and customization options.

Licensing, Copying, Usage

Tweeki is open source, and built on open source projects.

Please check out the LICENSE file for details.