From bc3ca14bb6512ed7511a9170ea98056aed403cbf Mon Sep 17 00:00:00 2001
From: Matthias Mair
Date: Sun, 29 Jan 2023 20:41:38 +0100
Subject: [PATCH] [REPO] Add plugin inventree-brother-plugin (#113)
* Add cups plugin
* REPO] Add plugin inventree-brother-plugin
* fix format
* update listing
* update ref
* fix olivers short name
* fix reference
* clean up description
* make website optional
* fix tags
---
_layouts/plugin.html | 2 ++
_news/2022-11-14-website.md | 2 +-
_news/2022-12-12-0.9.0.md | 2 +-
_posts/2021-11-22-translation.md | 2 +-
_posts/2022-12-12-0.9.0.md | 2 +-
_posts/2023-01-02-upcoming.md | 2 +-
_publishers/schrodingersgat.md | 2 +-
_repo/inventree-brother-plugin.md | 36 +++++++++++++++++++++++++++++++
8 files changed, 44 insertions(+), 6 deletions(-)
create mode 100644 _repo/inventree-brother-plugin.md
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 %}
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
+```