From 614ece827f15aae2de01dae12de3998f57a9a898 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 22 Nov 2011 15:06:33 -0400 Subject: [PATCH] Updated FAQ with unoconv information --- docs/faq.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index e017c806b1..241e76b4a2 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -119,3 +119,13 @@ How to enable x-sendile support for ``Apache`` XSendFile on XSendFileAllowAbove on + + +The included version of ``unoconv`` in my distribution is too old +------------------------------------------------------------- + + * Only the file 'unoconv' file from https://github.com/dagwieers/unoconv is needed. + Put it in a user designated directory for binaries such as /usr/local/bin and + setup Mayan's configuration option in your settings_local.py file like this:: + + CONVERTER_UNOCONV_PATH = '/usr/local/bin/unoconv'