summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorSimon Gaeremynck <gaeremyncks@gmail.com>2015-10-20 19:46:08 +0100
committerSimon Gaeremynck <gaeremyncks@gmail.com>2015-10-20 19:46:08 +0100
commit2bfc3026d2e549064bd13e496d407169b2755df5 (patch)
treeb82e31be356959a4bfb3afbc1d59fe3179ac8ccc /settings.json.template
parent504cc102a02396232bb9e29b159e3b5188f85a36 (diff)
downloadetherpad-lite-2bfc3026d2e549064bd13e496d407169b2755df5.zip
Allow LibreOffice to be used when exporting a pad
This commit adds support for LibreOffice when exporting a pad to doc, pdf, .. This commit also cleans up some export logic when exporting to txt
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template6
1 files changed, 5 insertions, 1 deletions
diff --git a/settings.json.template b/settings.json.template
index bfd0c7e6..321d21d6 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -86,10 +86,14 @@
may cause problems during deployment. Set to 0 to disable caching */
"maxAge" : 21600, // 60 * 60 * 6 = 6 hours
- /* This is the path to the Abiword executable. Setting it to null, disables abiword.
+ /* This is the absolute path to the Abiword executable. Setting it to null, disables abiword.
Abiword is needed to advanced import/export features of pads*/
"abiword" : null,
+ /* This is the absolute path to the soffice executable. Setting it to null, disables LibreOffice exporting.
+ LibreOffice can be used in lieu of Abiword to export pads */
+ "soffice" : null,
+
/* This is the path to the Tidy executable. Setting it to null, disables Tidy.
Tidy is used to improve the quality of exported pads*/
"tidyHtml" : null,