From ae27d4ae7f7b8bdc1fe04b33b0cb13b3038957b3 Mon Sep 17 00:00:00 2001 From: tengel Date: Thu, 30 Jun 2022 11:38:09 -0500 Subject: [PATCH] update readme --- README.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index dd8414b..f4243ca 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ Preloader MediaWiki Extension ============================= -See http://www.mediawiki.org/wiki/Extension:Preloader +**THIS PROJECT IS UNMAINTAINED** + ## Overview @@ -24,18 +25,7 @@ The Preloader extension requires MediaWiki 1.25.0 or later. ## 3. Installation -Git - clone the GitLab repository into your extensions subdirectory: - -``` -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: +Git - clone the GitLab repository into your extensions subdirectory, then edit your `LocalSettings.php` file and add the following line: ``` wfLoadExtension( 'Preloader' ); @@ -87,6 +77,3 @@ __TOC__ [[Category:MyDefaultCategory]] ``` -## 6. Feedback - -Please submit comments, suggestions and bug reports to https://gitlab.com/troyengel/Preloader/.