Skip to content

Commit

Permalink
Merge pull request #11 from andru/master
Browse files Browse the repository at this point in the history
Added license file.
  • Loading branch information
andru committed Mar 24, 2015
2 parents 5e5116b + 6c5212b commit 608a975
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2015 Andru Vallance

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Booty
===================
#Booty

Booty is a modern mobile-first responsive MediaWiki theme built on Bootstrap 3. Designed primarily for ease of customisation to create new skins, but with an initial set of clean templates which can be used as-is. Built ontop of [Skinny](http://github.com/andru/skinny), a MediaWiki skinning library, it allows defining skin variations and options on a per-page basis for awesome skin customisation, and splits the skin into discrete template files so creating subskins with slight html variations is a breeze.
Booty is a modern mobile-first responsive MediaWiki theme built on Bootstrap 3. Designed primarily for ease of customisation to create new skins, but with an initial set of clean templates which can be used as-is. Built ontop of [Skinny](http://github.com/tinymighty/skinny), a MediaWiki skinning library, it allows defining skin variations and options on a per-page basis for awesome skin customisation, and splits the skin into discrete template files so creating subskins with slight html variations is a breeze.

Setup instructions coming soon!
##Install

Since Booty depends on functionality provided by [Skinny](http://github.com/tinymighty/skinny), the easiest way to install is using composer.

```
composer require tinymighty/booty-skin
```

##Usage and customization
Documentation coming when I have time - feel free to make an issue on the [github repo](http://github.com/tinymighty/booty) with any questions until then.

0 comments on commit 608a975

Please sign in to comment.