Skip to content
/ Tweeki Public
forked from thaider/Tweeki

MediaWiki skin based on Twitter's Bootstrap

License

Notifications You must be signed in to change notification settings

iSCInc/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

MediaWiki skin based on Twitter's Bootstrap

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 66.8%
  • CSS 28.6%
  • JavaScript 4.6%