From 5ea8abc7ce46403fba12ba728175ad1ecdf01763 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Mon, 2 Dec 2024 15:19:49 +0100 Subject: [PATCH] cleanup readme --- README.md | 36 ++++-------------------------------- 1 file changed, 4 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 05be652..0334ad9 100644 --- a/README.md +++ b/README.md @@ -25,16 +25,6 @@ $ vendor/bin/oe-console oe:module:activate o3-tinymce-editor Activate the module. -## Developer installation - -```bash -$ git clone https://gitlab.o3-shop.com/o3/tinymce-editor/ source/modules/o3-shop/tinymce-editor -$ composer config repositories.o3-shop/tinymce-editor path ./source/modules/o3-shop/tinymce-editor -$ composer require o3-shop/tinymce-editor:* - -$ vendor/bin/oe-console oe:module:install source/modules/o3-shop/tinymce-editor -``` - ## Issues To report issues with the module, please use the [O3-Shop bugtracking system](https://issues.o3-shop.com/) - module TinyMCE Editor project. @@ -50,31 +40,13 @@ GPLv3, see [LICENSE file](LICENSE). ## Further licenses -### TinyMCE editor [MIT] -(https://github.com/tinymce/tinymce-dist - status: 2023-04-07) +### TinyMCE editor [GPL v2] +(https://github.com/tinymce/tinymce-dist - status: 2024-12-02) ``` -MIT License +TinyMCE – https://github.com/tinymce/tinymce Copyright (c) 2024, Ephox Corporation DBA Tiny Technologies, Inc. -Copyright (c) 2022 Ephox Corporation DBA Tiny Technologies, Inc. - -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. +Licensed under the terms of GNU General Public License Version 2 or later. ``` ### Roxy file manager [GPL v3]