From aed1ccac95072ef3bacfc2563800db39609bef9d Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 2 Sep 2018 21:47:25 +0200 Subject: Precompile assets and check them into vc. Since we disabled asset compilation in production, we need to precompile them on the development machine. We check the precompiled assets into version control so the will be deployed with the updated code. --- public/assets/wymeditor/README | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 public/assets/wymeditor/README (limited to 'public/assets/wymeditor/README') diff --git a/public/assets/wymeditor/README b/public/assets/wymeditor/README new file mode 100644 index 0000000..7759beb --- /dev/null +++ b/public/assets/wymeditor/README @@ -0,0 +1,35 @@ +WYMeditor : what you see is What You Mean web-based editor +Copyright (c) 2008 Jean-Francois Hovinne, http://www.wymeditor.org/ +Dual licensed under the MIT (MIT-license.txt) +and GPL (GPL-license.txt) licenses. + +For further information visit: + http://www.wymeditor.org/ + +File Name: + README + Readme file. + +File Authors: + Jean-François Hovinne - http://www.hovinne.com/ + + +README +====== + +For WYMeditor to work, you'll need at least jQuery 1.1.3.x +jQuery is available at http://jquery.com/ + +WYMeditor is compatible with MSIE 6.0+, +Gecko-based browsers (e.g. Firefox 1.5+), +Opera 9.5+, Safari 3.0+, Google Chrome. + +WYMeditor integration examples are available in the 'examples' directory. + +For more information, please read the documentation, available at: +http://trac.wymeditor.org/trac/wiki + +If you need help, feel free to create an account on the forum or subscribe +to the WYMeditor-user mailing-list, and ask your question. +http://forum.wymeditor.org/ +http://lists.wymeditor.org/ -- cgit v1.2.3