tainacan / wiki-theme

Tema da Wiki do tainacan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Tema da Wiki do tainacan

License:Other


Languages

Language:PHP 59.9%Language:CSS 36.0%Language:JavaScript 4.1%