From 7d184ac158896954b67673c2512bf993ef90613d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Fri, 13 Mar 2020 10:58:58 -0300 Subject: [PATCH 1/2] Deleted original README (as requested by @asmecher --- README | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 README diff --git a/README b/README deleted file mode 100644 index 893c68b..0000000 --- a/README +++ /dev/null @@ -1,42 +0,0 @@ -==================================== -=== PKP TinyMCE Editor Plugin -=== Author: Public Knowledge Project -=== (Originally: MJ Suhonos) -==================================== - -About ------ -This plugin converts select textareas to WYSIWYG XHTML editors using the -TinyMCE cross-browser Javascript editor (http://www.tinymce.com). This allows -authors, editors, etc. to easily enter valid HTML into the various forms for -more control over the appearance of their content. - -License -------- -This plugin is licensed under the GNU General Public License v2. See the file -LICENSE for the complete terms of this license. - -The jbimages plugin for TinyMCE is included in this plugin under its own -license (currently Creative Commons Attribution 3.0 Unported License); see -justboil.me for details. - -System Requirements -------------------- -This plugin introduces no additional requirements. - -Installation ------------- -To install the plugin: - - as Manager, go into the "System Plugins" page and enable the TinyMCE plugin. - -Select textareas should now be enabled with the TinyMCE editor. - -Localization ------------- -TinyMCE language packs are available on the TinyMCE website at: . -Language packs should be installed under the langs/ subdirectory of this plugin. - -Contact/Support ---------------- -Please contact the Public Knowledge Project for support, bugfixes, or comments. -http://pkp.sfu.ca From 49e2fdc3a4d5e24c1cb3765c17cf649e8a31f3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Fri, 13 Mar 2020 11:06:02 -0300 Subject: [PATCH 2/2] Original README converted to markdown format --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f5b8bfd --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +``` +==================================== +=== PKP TinyMCE Editor Plugin +=== Author: Public Knowledge Project +=== (Originally: MJ Suhonos) +==================================== +``` +## About + +This plugin converts select textareas to WYSIWYG XHTML editors using the +TinyMCE cross-browser Javascript editor (http://www.tiny.cloud). This allows +authors, editors, etc. to easily enter valid HTML into the various forms for +more control over the appearance of their content. + +## License + +This plugin is licensed under the GNU General Public License v2. See the file +LICENSE for the complete terms of this license. + +The jbimages plugin for TinyMCE is included in this plugin under its own +license (currently Creative Commons Attribution 3.0 Unported License); see +justboil.me for details. + +## System Requirements + +This plugin introduces no additional requirements. + +## Installation + +To install the plugin: + - as Manager, go into the `System Plugins` page and enable the TinyMCE plugin. + +Select textareas should now be enabled with the TinyMCE editor. + +## Localization + +TinyMCE language packs are available on the TinyMCE website at: . +Language packs should be installed under the `langs/` subdirectory of this plugin. + +## Contact/Support + +Please contact the Public Knowledge Project for support, bugfixes, or comments. +https://pkp.sfu.ca/