summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Bootstrap/README.md
blob: 880427a6d664fbff3fcecd671e6b7dcf8fc0d60e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Bootstrap extension
[![Latest Stable Version](https://poser.pugx.org/mediawiki/bootstrap/version.png)](https://packagist.org/packages/mediawiki/bootstrap)
[![Packagist download count](https://poser.pugx.org/mediawiki/bootstrap/d/total.png)](https://packagist.org/packages/mediawiki/bootstrap)
[![Dependency Status](https://www.versioneye.com/php/mediawiki:bootstrap/badge.png)](https://www.versioneye.com/php/mediawiki:bootstrap)

The [Bootstrap extension][mw-bootstrap] provides Twitter's Bootstrap web
front-end framework to skins and extensions.

## Requirements

- PHP 5.3.2 or later
- MediaWiki 1.27 or later
- [Composer][composer]

## Installation

1. On a command line go to your MediaWiki installation directory
2. With Composer installed, run
   `composer require "mediawiki/bootstrap:~1.0"`
3. __Done:__ Navigate to _Special:Version_ on your wiki to verify that the
   extension is successfully installed.

## Documentation

See the [Bootstrap extension documentation](docs).

It may also be worthwhile to have a look at the [Bootstrap site on
MediaWiki][mw-bootstrap] and the related [talk page][mw-bootstrap-talk]

## License

You can use the Bootstrap extension under the [GNU General Public License,
version 3][license] (or any later version).


[mw-bootstrap]: https://www.mediawiki.org/wiki/Extension:Bootstrap
[mw-bootstrap-talk]: https://www.mediawiki.org/wiki/Extension_Talk:Bootstrap
[mw-testing]: https://www.mediawiki.org/wiki/Manual:PHP_unit_testing
[composer]: https://getcomposer.org/
[license]: https://www.gnu.org/copyleft/gpl.html