From d636cb21c0b75e19e9a13dddd8ca32a0892c72f0 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 10 Nov 2024 10:32:02 +1100 Subject: [PATCH 01/12] add submission restriction list Add submission restriction list --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98dfd2c31..569a7f71a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,16 @@ Flow downloads the plugins manifest file from various CDN providers, which means Every three hours the *CI* in this repository will check for new updates from plugins and automatically update them to the latest version. -Plugin submissions that could potentially harm the computer or contains malicious code will not be accepted. +Plugin submissions that facilitate or contain any of the following will not be accepted: +- Malicious code +- Piracy +- Deceptive use +- Inappropriate content +- Illegal activities +- Impersonation +- Abuse +- Fraud +- Spam ## Plugin Store From 5ae16ac84bd5a06d0cceebc5459ad5e531c0fe35 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 10 Nov 2024 10:39:35 +1100 Subject: [PATCH 02/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 569a7f71a..8a3e37ff2 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Looking for a list of currently available plugins in Flow? Visit [here](https:// 7. Submit a pull request. 8. The plugin will be available in Flow after the pull request is approved by the Flow Launcher Team. -Flow downloads the plugins manifest file from various CDN providers, which means the availability of your new plugin depends on when these providers sync their updated files. This syncing process can take several days—sometimes up to a week—across all providers. During this period, you may see intermittent updates for your plugin in the manifest, as the provider chosen for retrieval is selected randomly based on the fastest fetch speed. +Flow downloads the manifest (plugins.json) file from various CDN providers, which means the availability of your new plugin depends on when these providers sync their updated files. This syncing process can take several days and sometimes up to a week across all providers. During this period, you may see intermittent updates for your plugin in the manifest, as the provider chosen for retrieval is selected randomly based on the fastest fetch speed. Every three hours the *CI* in this repository will check for new updates from plugins and automatically update them to the latest version. From d526b831f45d9502c65e6bb054cf2349da2399d2 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 10 Nov 2024 11:27:51 +1100 Subject: [PATCH 03/12] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8a3e37ff2..57233d930 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ Flow downloads the manifest (plugins.json) file from various CDN providers, whic Every three hours the *CI* in this repository will check for new updates from plugins and automatically update them to the latest version. +## Submission policy + Plugin submissions that facilitate or contain any of the following will not be accepted: - Malicious code - Piracy From baa13aa38a3f979809d4f0a39d3c893142b960de Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 10 Nov 2024 11:28:46 +1100 Subject: [PATCH 04/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57233d930..042c93f2a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Every three hours the *CI* in this repository will check for new updates from pl ## Submission policy -Plugin submissions that facilitate or contain any of the following will not be accepted: +Plugin that facilitate or contain any of the following will not be accepted: - Malicious code - Piracy - Deceptive use From 2acd758419504aeebdfc902480b25f384f1633e8 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 10 Nov 2024 11:29:19 +1100 Subject: [PATCH 05/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 042c93f2a..9946e96bf 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Every three hours the *CI* in this repository will check for new updates from pl ## Submission policy -Plugin that facilitate or contain any of the following will not be accepted: +Plugins that facilitate or contain any of the following will not be accepted: - Malicious code - Piracy - Deceptive use From da103ce238e5ce6dce60eaa27183e7b656924fcc Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 10 Nov 2024 11:45:27 +1100 Subject: [PATCH 06/12] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9946e96bf..3ddeebbe6 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,9 @@ Looking for a list of currently available plugins in Flow? Visit [here](https:// ``` 5. For `IcoPath`, use a CDN provider for global accessibility. [jsdelivr.com](https://www.jsdelivr.com/) for example as shown above, works well with GitHub repositories. 6. It is a requirement to set up a GitHub Actions workflow for automated build and release. Follow the guide [here](https://www.flowlauncher.com/docs/#/py-setup-project?id=_1-add-github-workflow) and use [this](https://github.com/Flow-Launcher/Flow.Launcher.Plugin.HelloWorldPython/blob/main/.github/workflows/Publish%20Release.yml) as an example. -7. Submit a pull request. -8. The plugin will be available in Flow after the pull request is approved by the Flow Launcher Team. +7. It is a requirement that your plugin conforms with the [submission policy](#submission-policy) +8. Submit a pull request. +9. The plugin will be available in Flow after the pull request is approved by the Flow Launcher Team. Flow downloads the manifest (plugins.json) file from various CDN providers, which means the availability of your new plugin depends on when these providers sync their updated files. This syncing process can take several days and sometimes up to a week across all providers. During this period, you may see intermittent updates for your plugin in the manifest, as the provider chosen for retrieval is selected randomly based on the fastest fetch speed. From 80309708e1cac5e225a10587e8abb149e5f782e6 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 10 Nov 2024 11:53:08 +1100 Subject: [PATCH 07/12] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ddeebbe6..2794793dd 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,11 @@ Looking for a list of currently available plugins in Flow? Visit [here](https:// Flow downloads the manifest (plugins.json) file from various CDN providers, which means the availability of your new plugin depends on when these providers sync their updated files. This syncing process can take several days and sometimes up to a week across all providers. During this period, you may see intermittent updates for your plugin in the manifest, as the provider chosen for retrieval is selected randomly based on the fastest fetch speed. -Every three hours the *CI* in this repository will check for new updates from plugins and automatically update them to the latest version. +While the plugin is yet to appear in the store, you and your users can use `pm install ` to install it. + +## Plugin updates + +Every three hours the *CI* in this repository will check for new updates from plugins and automatically update them to the latest version. ## Submission policy From 9b0b049a4e6d3d6f50784e9b497c3fee0b65f880 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 10 Nov 2024 12:04:11 +1100 Subject: [PATCH 08/12] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2794793dd..2cdbaec19 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Looking for a list of currently available plugins in Flow? Visit [here](https:// ``` 5. For `IcoPath`, use a CDN provider for global accessibility. [jsdelivr.com](https://www.jsdelivr.com/) for example as shown above, works well with GitHub repositories. 6. It is a requirement to set up a GitHub Actions workflow for automated build and release. Follow the guide [here](https://www.flowlauncher.com/docs/#/py-setup-project?id=_1-add-github-workflow) and use [this](https://github.com/Flow-Launcher/Flow.Launcher.Plugin.HelloWorldPython/blob/main/.github/workflows/Publish%20Release.yml) as an example. -7. It is a requirement that your plugin conforms with the [submission policy](#submission-policy) +7. It is a requirement that your plugin conforms with the [Plugin Store policy](#plugin-store-policy) 8. Submit a pull request. 9. The plugin will be available in Flow after the pull request is approved by the Flow Launcher Team. @@ -49,9 +49,9 @@ While the plugin is yet to appear in the store, you and your users can use `pm i Every three hours the *CI* in this repository will check for new updates from plugins and automatically update them to the latest version. -## Submission policy +## Plugin Store policy -Plugins that facilitate or contain any of the following will not be accepted: +Plugins that facilitate or contain any of the following will not be allowed: - Malicious code - Piracy - Deceptive use From 9a2324462edfcd22d7a83b7ed48dd88f851206fd Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 10 Nov 2024 12:05:09 +1100 Subject: [PATCH 09/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cdbaec19..afa063ac6 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Looking for a list of currently available plugins in Flow? Visit [here](https:// ``` 5. For `IcoPath`, use a CDN provider for global accessibility. [jsdelivr.com](https://www.jsdelivr.com/) for example as shown above, works well with GitHub repositories. 6. It is a requirement to set up a GitHub Actions workflow for automated build and release. Follow the guide [here](https://www.flowlauncher.com/docs/#/py-setup-project?id=_1-add-github-workflow) and use [this](https://github.com/Flow-Launcher/Flow.Launcher.Plugin.HelloWorldPython/blob/main/.github/workflows/Publish%20Release.yml) as an example. -7. It is a requirement that your plugin conforms with the [Plugin Store policy](#plugin-store-policy) +7. It is a requirement that your plugin conforms with the [Plugin Store policy](#plugin-store-policy). 8. Submit a pull request. 9. The plugin will be available in Flow after the pull request is approved by the Flow Launcher Team. From 7c7658a028379e7a71401d95bffd2d0e82e3adc5 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 10 Nov 2024 12:10:47 +1100 Subject: [PATCH 10/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afa063ac6..6e757c364 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Looking for a list of currently available plugins in Flow? Visit [here](https:// Flow downloads the manifest (plugins.json) file from various CDN providers, which means the availability of your new plugin depends on when these providers sync their updated files. This syncing process can take several days and sometimes up to a week across all providers. During this period, you may see intermittent updates for your plugin in the manifest, as the provider chosen for retrieval is selected randomly based on the fastest fetch speed. -While the plugin is yet to appear in the store, you and your users can use `pm install ` to install it. +While the plugin is yet to appear in the store, you and your users can use `pm install ` to install it manually. ## Plugin updates From 7c3c96950c870737f298cd1556983a4def81e959 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 10 Nov 2024 12:13:40 +1100 Subject: [PATCH 11/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e757c364..fc8aaf4e8 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Looking for a list of currently available plugins in Flow? Visit [here](https:// Flow downloads the manifest (plugins.json) file from various CDN providers, which means the availability of your new plugin depends on when these providers sync their updated files. This syncing process can take several days and sometimes up to a week across all providers. During this period, you may see intermittent updates for your plugin in the manifest, as the provider chosen for retrieval is selected randomly based on the fastest fetch speed. -While the plugin is yet to appear in the store, you and your users can use `pm install ` to install it manually. +While the plugin has not yet appeared in the store, you and your users can manually install it using `pm install `. ## Plugin updates From cbb59ab955c592bd54920bfaf358f697a1cd6330 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 10 Nov 2024 22:38:45 +1100 Subject: [PATCH 12/12] LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..ee45bfdaf --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Flow-Launcher + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.