From 3ddcb227dbf98ab1f232dea8341cf70b63b95164 Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Tue, 21 Mar 2017 15:15:04 +0300 Subject: [PATCH 1/3] Change name for release archives --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 77e5832..59642e9 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -11,9 +11,9 @@ gulp.task('prepare-release', function() { return eventStream.merge( getSources() - .pipe(zip('mibew-operator-status-plugin-' + version + '.zip')), + .pipe(zip('operator-status-plugin-' + version + '.zip')), getSources() - .pipe(tar('mibew-operator-status-plugin-' + version + '.tar')) + .pipe(tar('operator-status-plugin-' + version + '.tar')) .pipe(gzip()) ) .pipe(chmod(0644)) From 240cfad12afda8cb346a1fd7a32e69cb98de90e7 Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Tue, 21 Mar 2017 15:41:39 +0300 Subject: [PATCH 2/3] Update installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b2b850..2948049 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Plugin for Mibew, get statement based on the availability of operators. # Install -1. Get the archive with the plugin sources from [release page](https://github.com/everyx/mibew-operator-status-plugin/releases): +1. Get the archive with the plugin sources. You can download it from the [official site](https://mibew.org/plugins#mibew-operator-status) or build the plugin from sources. 2. Untar/unzip the plugin's archive. From 15e18503f2918c66f1d11ef8807752b779342708 Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Tue, 21 Mar 2017 15:43:32 +0300 Subject: [PATCH 3/3] Unify title in README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2948049..5480daf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# mibew-operator-status-plugin +# Mibew Operator Status plugin Plugin for Mibew, get statement based on the availability of operators. # Useage