update readme
This commit is contained in:
parent
5c2d0e6b75
commit
ae27d4ae7f
1 changed files with 3 additions and 16 deletions
19
README.md
19
README.md
|
|
@ -1,7 +1,8 @@
|
||||||
Preloader MediaWiki Extension
|
Preloader MediaWiki Extension
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
See http://www.mediawiki.org/wiki/Extension:Preloader
|
**THIS PROJECT IS UNMAINTAINED**
|
||||||
|
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
|
@ -24,18 +25,7 @@ The Preloader extension requires MediaWiki 1.25.0 or later.
|
||||||
|
|
||||||
## 3. Installation
|
## 3. Installation
|
||||||
|
|
||||||
Git - clone the GitLab repository into your extensions subdirectory:
|
Git - clone the GitLab repository into your extensions subdirectory, then edit your `LocalSettings.php` file and add the following line:
|
||||||
|
|
||||||
```
|
|
||||||
cd /path/to/wiki/extensions
|
|
||||||
git clone https://gitlab.com/troyengel/Preloader/
|
|
||||||
```
|
|
||||||
|
|
||||||
Composer - the package is available via Composer / Packagist:
|
|
||||||
|
|
||||||
* https://packagist.org/packages/troyengel/preloader
|
|
||||||
|
|
||||||
Then edit your `LocalSettings.php` file and add the following line:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
wfLoadExtension( 'Preloader' );
|
wfLoadExtension( 'Preloader' );
|
||||||
|
|
@ -87,6 +77,3 @@ __TOC__
|
||||||
[[Category:MyDefaultCategory]]
|
[[Category:MyDefaultCategory]]
|
||||||
```
|
```
|
||||||
|
|
||||||
## 6. Feedback
|
|
||||||
|
|
||||||
Please submit comments, suggestions and bug reports to https://gitlab.com/troyengel/Preloader/.
|
|
||||||
|
|
|
||||||
Reference in a new issue