diff --git a/README.md b/README.md index eae4d7f0..ee5b6740 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ It is built on Jekyll and GitHub pages for backend / hosting, tailtwindcss for d [![Netlify Status](https://api.netlify.com/api/v1/badges/f84340d0-bc2f-4f7f-ad4c-877c50b33a27/deploy-status)](https://app.netlify.com/sites/inventree-org-preview/deploys) -## Adding a plugin to the repository +## Adding a plugin to the list -Any maintainer of a plugin can add their plugin to the repository. The plugin will be listed on the website, we might provide a mechanism to discover plugins from within InvenTree in the future. +Any maintainer of a plugin can add their plugin to the list. The plugin will be listed on the website, we might provide a mechanism to discover plugins from within InvenTree in the future. To add a plugin the following steps are required: - Fork the repository @@ -14,16 +14,16 @@ To add a plugin the following steps are required: - Create a new file in `_repo`. We recommend using the package name as the file name. - Copy the content from `_repo/template.md` into the new file. - Fill out the details. Please make sure to use the correct format for the fields. -- If this is your first contribution to the repository, please add yourself to the `_publishers` folder. +- If this is your first contribution to the list, please add yourself to the `_publishers` folder. - Use your GitHub username as the file name. - Copy the content from `_publishers/_template.md` into the new file. - Fill out the details. Please make sure to use the correct format for the fields. - Commit your changes and create a pull request. We recommend using the title `[REPO] Add plugin `. -Please note that the plugin repository is moderated as we see fit and we reserve the right to reject plugins that do not meet basic quality standards. We will try to provide feedback in the pull request if that is the case. +Please note that the plugin list is moderated as we see fit and we reserve the right to reject plugins that do not meet basic quality standards. We will try to provide feedback in the pull request if that is the case. As a maintainer of a plugin we count on you to keep the information up to date. If you want to update the information, please create a pull request. -The plugin repository is just getting started as a static collection, we might enhance the features in the future. If we need more information or make significant changes to the repository, we will ping the maintainers via their GitHub handle - so please keep your main GitHub handle up to date in your publisher file. +The plugin list is just getting started as a static collection, we might enhance the features in the future. If we need more information or make significant changes to the list, we will ping the maintainers via their GitHub handle - so please keep your main GitHub handle up to date in your publisher file. ## Architecture and development diff --git a/_data/general/footer.yml b/_data/general/footer.yml index 8de1c40e..7289b2ad 100644 --- a/_data/general/footer.yml +++ b/_data/general/footer.yml @@ -8,7 +8,7 @@ site: doc-link - name: News internal: news.html - - name: Plugin Repo + - name: Plugin List internal: plugins.html - title: Ecosystem diff --git a/_includes/block/plugins.html b/_includes/block/plugins.html index 16124773..2a7f1099 100644 --- a/_includes/block/plugins.html +++ b/_includes/block/plugins.html @@ -1,7 +1,7 @@
-

Plugin Repository

+

Plugin List

Explore plugins provided by the community. Learn More Arrow pointing right diff --git a/plugins.html b/plugins.html index 78a308af..e3e18923 100644 --- a/plugins.html +++ b/plugins.html @@ -1,11 +1,11 @@ --- layout: default -title: Plugin Repository +title: Plugin List permalink: /plugins ---

-

InvenTree Plugin Repository

+

InvenTree Plugin List

InvenTree is a modular application and can be extended with plugins. This list is a collection of plugins that have been developed by the community. Beeing on this list does not mean that the plugin is officially supported by the InvenTree core team. We also do not check for security, privacy or performance issues or compatibility with the latest InvenTree version.