aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Ortlepp <post@ortlepp.eu>2024-08-09 22:45:59 +0200
committerThorsten Ortlepp <post@ortlepp.eu>2024-08-09 22:45:59 +0200
commit914f9de78c54923828fb2bf70fe93a87b8bf2098 (patch)
treef773d785baac1479de901bb32d91121f49ba7a53
parent467653fa841a0c76172f3cc235751666aa51c39e (diff)
downloadkanboard-plugin-additionalcolors-914f9de78c54923828fb2bf70fe93a87b8bf2098.zip
Added README and LICENSE
-rw-r--r--LICENSE.md10
-rw-r--r--README.md24
-rw-r--r--screenshot.pngbin0 -> 14483 bytes
3 files changed, 34 insertions, 0 deletions
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000..c011181
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,10 @@
+MIT License
+===========
+
+Copyright 2024 Thorsten Ortlepp
+
+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. \ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5e753ea
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+Kanboard Plugin AdditionalColors
+================================
+
+This very simple plugin adds some custom colors to [Kanboard](https://kanboard.org).
+
+
+Installation
+------------
+
+Place the directory *AdditionalColors* and all its contents into the *plugins* directory of your Kanboard instance.
+
+
+Usage
+-----
+
+After installation, you can select the additional colors:
+
+![color selection](screenshot.png)
+
+
+Credits
+-------
+
+This plugin is based on example code from this discussion thread: [New Plugin: ColorManager](https://kanboard.discourse.group/t/new-plugin-colormanager/2541).
diff --git a/screenshot.png b/screenshot.png
new file mode 100644
index 0000000..b98b2bc
--- /dev/null
+++ b/screenshot.png
Binary files differ