From 0900eb8952b7ee2a217269729a1a3ce490d7a553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Loguercio?= Date: Fri, 27 May 2016 19:21:20 -0500 Subject: [PATCH] Change the Readme.txt for Wiris Math editor for correct configuration due it supports now a chamilo installation --- .../javascript/ckeditor/plugins/ckeditor_wiris/Readme.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main/inc/lib/javascript/ckeditor/plugins/ckeditor_wiris/Readme.txt b/main/inc/lib/javascript/ckeditor/plugins/ckeditor_wiris/Readme.txt index 975a9d0b1f..9d7947db8f 100644 --- a/main/inc/lib/javascript/ckeditor/plugins/ckeditor_wiris/Readme.txt +++ b/main/inc/lib/javascript/ckeditor/plugins/ckeditor_wiris/Readme.txt @@ -3,3 +3,8 @@ Download the Plugin from here : http://www.wiris.com/es/plugins3/ckeditor/download and place the resulting folder inside main/inc/lib/javascript/ckeditor/plugins/ + +To configure the plugin you need to assign read and write permissions to the cache and formulas directories inside the plugin or rename the configuration.ini.dist to configuration.ini and uncomment this lines if you want to change the place where stored the formula images : + +#wiriscachedirectory = /var/cache +#wirisformuladirectory = /var/formulas