diff --git a/_layouts/plugin.html b/_layouts/plugin.html index 3edf81f6..322d7290 100644 --- a/_layouts/plugin.html +++ b/_layouts/plugin.html @@ -27,12 +27,14 @@ fullwith: true {% if page.pypi and page.package_name %}Package on PyPI:
{{ page.package_name }}
{% endif %}

+ {% if page.website %}

{{ page.website }}

+ {% endif %} {% if page.issue_tracker %} diff --git a/_news/2022-11-14-website.md b/_news/2022-11-14-website.md index 8086aec2..62b7d069 100644 --- a/_news/2022-11-14-website.md +++ b/_news/2022-11-14-website.md @@ -1,5 +1,5 @@ --- -author: oliver +author: schrodingersgat title: New Website --- diff --git a/_news/2022-12-12-0.9.0.md b/_news/2022-12-12-0.9.0.md index ad80894e..637f8bd7 100644 --- a/_news/2022-12-12-0.9.0.md +++ b/_news/2022-12-12-0.9.0.md @@ -1,5 +1,5 @@ --- -author: oliver +author: schrodingersgat title: 0.9.0 Release --- diff --git a/_posts/2021-11-22-translation.md b/_posts/2021-11-22-translation.md index 6e305bcd..754e7216 100644 --- a/_posts/2021-11-22-translation.md +++ b/_posts/2021-11-22-translation.md @@ -1,5 +1,5 @@ --- -author: oliver +author: schrodingersgat title: Translating InvenTree --- diff --git a/_posts/2022-12-12-0.9.0.md b/_posts/2022-12-12-0.9.0.md index 39b6749f..61f73274 100644 --- a/_posts/2022-12-12-0.9.0.md +++ b/_posts/2022-12-12-0.9.0.md @@ -1,5 +1,5 @@ --- -author: oliver +author: schrodingersgat title: 0.9.0 Stable Release --- diff --git a/_posts/2023-01-02-upcoming.md b/_posts/2023-01-02-upcoming.md index 9b6ca2e2..6b49cf4d 100644 --- a/_posts/2023-01-02-upcoming.md +++ b/_posts/2023-01-02-upcoming.md @@ -1,5 +1,5 @@ --- -author: oliver +author: schrodingersgat title: 2022 in Review --- diff --git a/_publishers/schrodingersgat.md b/_publishers/schrodingersgat.md index 3b503aa7..e2ea2e67 100644 --- a/_publishers/schrodingersgat.md +++ b/_publishers/schrodingersgat.md @@ -1,5 +1,5 @@ --- -short_name: oliver +short_name: schrodingersgat name: Oliver github: SchrodingersGat website: https://inventree.org diff --git a/_repo/inventree-brother-plugin.md b/_repo/inventree-brother-plugin.md new file mode 100644 index 00000000..44b8e3af --- /dev/null +++ b/_repo/inventree-brother-plugin.md @@ -0,0 +1,36 @@ +--- +name: inventree-brother-plugin +author: schrodingersgat +license: MIT +open_source: true +stable: False +maintained: true +pypi: true +package_name: inventree-brother-plugin +github: https://github.com/inventree/inventree-brother-plugin +gitlab: +source: +issue_tracker: +website: +categories: Printer +tags: Label Printer Brother +--- +Brother label printer plugin for InvenTree + +A label printing plugin for [InvenTree](https://inventree.org), which provides support for the [Brother label printers](https://www.brother.com.au/en/products/all-labellers/labellers). + +This plugin supports printing to *some* Brother label printers with network (wired or WiFi) support. Refer to the [brother_ql docs](https://github.com/pklaus/brother_ql/blob/master/brother_ql/models.py) for a list of label printers which are directly supported. + +## Installation + +Install this plugin manually as follows: + +``` +pip install inventree-brother-plugin +``` + +Or, add to your `plugins.txt` file to install automatically using the `invoke install` command: + +``` +inventree-brother-plugin +```