Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blender/mediawiki-bootstrap
Minimal Mediawiki skin with Bootstrap 4
https://github.com/blender/mediawiki-bootstrap
b3d bootstrap-theme mediawiki
Last synced: 8 days ago
JSON representation
Minimal Mediawiki skin with Bootstrap 4
- Host: GitHub
- URL: https://github.com/blender/mediawiki-bootstrap
- Owner: blender
- License: gpl-2.0
- Archived: true
- Created: 2018-11-10T23:38:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T21:12:04.000Z (over 1 year ago)
- Last Synced: 2024-09-27T05:23:40.337Z (4 months ago)
- Topics: b3d, bootstrap-theme, mediawiki
- Language: Hack
- Size: 118 KB
- Stars: 17
- Watchers: 9
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MediaWiki Bootstrap 4 Skin
This theme was originally developed for [wiki.blender.org](https://wiki.blender.org).
## Development setup
* Get MediaWiki up and running with `docker-compose up`
* Visit http://localhost:8080/ and configure mediawiki using sqlite as database
* Download `LocalSettings.php` and place it next to `stack.yml`
* Add `wfLoadSkin( 'Bootstrap' );` to `LocalSettigs.php`## Get involved!
We are looking for volunteers to:
* Improve the development setup steps
* Add anchors to tiles in the skin
* Add [clipboard.js](https://clipboardjs.com/) to the skin
* Improve the overall structure of the skin and optimize the assetsFeel free to share a patch or create a Pull Request!