转到文件
Jon Robson 4049f03e81 Fixes Class 'ResourceLoaderSkinModule' Not Found Error
Bug: T356563
2024-02-04 11:25:52 -08:00
i18n Localisation updates from https://translatewiki.net. 2024-01-29 13:11:53 +01:00
includes Remove unnecessary duplicate mentions 2023-07-29 21:13:58 +02:00
resources Try important decl. CSS top for notifications 2023-07-31 10:23:29 +02:00
templates Remove font user options 2023-04-06 15:36:53 +02:00
LICENSE Simplify file structure 2023-05-01 15:09:57 +02:00
README Readme typos 2023-07-29 20:50:01 +02:00
skin.json Fixes Class 'ResourceLoaderSkinModule' Not Found Error 2024-02-04 11:25:52 -08:00

README

Skin Medik for MediaWiki
========================

This is a MediaWiki skin based on Bootstrap library, originally
created for WikiSkripta.

For documentation on how to install, configure and use this skin
please refer to:

https://www.mediawiki.org/wiki/Skin:Medik

For installation or upgrading download and place the files in
a directory called 'Medik' in your 'skins/' folder of MediaWiki
installation. Then add the following code at the bottom of your
LocalSettings.php:

    wfLoadSkin( 'Medik' );
    $wgDefaultSkin = 'medik';

For any additionaly info please visit the URL mentioned above.

License
-------

Copyright (c) First Faculty of Medicine, Charles University

* This program is free software; you can redistribute it and/or modify
  it under the terms of the Creative Commons Zero v1.0 Universal
  license.
* This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* This skin is based on the MediaWiki Skin:Example, provided under
  the CC0-1.0 license: https://www.mediawiki.org/wiki/Skin:Example
* This skin is using the Bootstrap library
  (included in 'resources/libraries/'), bundled with popper.js, both
  provided under the MIT license: https://getbootstrap.com/
* This skin is originally created for WikiSkripta, a medical wiki
  project: https://www.wikiskripta.eu

See the LICENSE file for details.