Initial commit
This commit is contained in:
56
README.md
Normal file
56
README.md
Normal file
@@ -0,0 +1,56 @@
|
||||
# NextBestNetwork, a Bootstrap based skin for MediaWiki
|
||||
|
||||
NextBestNetwork is a skin for **[MediaWiki](http://mediawiki.org/)** (1.35+) based on
|
||||
**[Bootstrap](http://getbootstrap.com/)** (v4.6.2). 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 NextBestNetwork in action and the extended documentation at the
|
||||
project's website **[nextbestnetwork.kollabor.at](http://nextbestnetwork.kollabor.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/NextBestNetwork NextBestNetwork
|
||||
```
|
||||
|
||||
3. Add the following to `LocalSettings.php`:
|
||||
|
||||
```php
|
||||
wfLoadSkin( 'NextBestNetwork' );
|
||||
$wgDefaultSkin = "nextbestnetwork";
|
||||
```
|
||||
|
||||
## Optional configuration
|
||||
|
||||
Please refer to the project's website **[nextbestnetwork.kollabor.at](http://nextbestnetwork.kollabor.at/)**
|
||||
for further information about configuration and customization options.
|
||||
|
||||
|
||||
## Licensing, Copying, Usage
|
||||
|
||||
NextBestNetwork is open source, and built on open source projects.
|
||||
|
||||
Please check out the [LICENSE file](https://github.com/thaider/NextBestNetwork/blob/master/LICENSE)
|
||||
for details.
|
||||
|
||||
## Development
|
||||
|
||||
Suggestions for improvements, ideally in the form of pull request, are always warmly welcome.
|
||||
|
||||
In case you aren't able to implement some new feature that you would like to see in NextBestNetwork,
|
||||
consider hiring one of these people:
|
||||
|
||||
* Tobias Haider (NextBestNetwork's maintainer)
|
||||
* ...
|
||||
|
||||
If you're a developer and want to be put on this list, just drop me a note...
|
||||
Reference in New Issue
Block a user