Skip to content
/ Tweeki Public
forked from thaider/Tweeki

Fork of MediaWiki skin based on Twitter's Bootstrap. Added some fixes for VisualEditor and TOC.

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

djflux/Tweeki

 
 

Repository files navigation

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

Fork of MediaWiki skin based on Twitter's Bootstrap. Added some fixes for VisualEditor and TOC.

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 61.7%
  • CSS 26.6%
  • JavaScript 11.7%