[Erp5-report] r45033 luke - /erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/tem...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Apr 4 09:52:26 CEST 2011


Author: luke
Date: Mon Apr  4 09:52:26 2011
New Revision: 45033

URL: http://svn.erp5.org?rev=45033&view=rev
Log:
 - update cloudooo configuration template to enable required handlers

Modified:
    erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/template/cloudooo.cfg.in

Modified: erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/template/cloudooo.cfg.in
URL: http://svn.erp5.org/erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/template/cloudooo.cfg.in?rev=45033&r1=45032&r2=45033&view=diff
==============================================================================
--- erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/template/cloudooo.cfg.in [utf8] (original)
+++ erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/template/cloudooo.cfg.in [utf8] Mon Apr  4 09:52:26 2011
@@ -35,6 +35,19 @@ openoffice_port = %(openoffice_port)s
 # LD_LIBRARY_PATH passed to OpenOffice
 env-LD_LIBRARY_PATH = %(LD_LIBRARY_PATH)s
 
+#
+# Mimetype Registry
+# It is used to select the handler that will be used in conversion.
+# Priority matters, first match take precedence on next lines.
+mimetype_registry =
+  application/pdf * pdf
+  application/vnd.oasis.opendocument* * ooo
+  application/vnd.sun.xml* * ooo
+  text/* * ooo
+  image/* image/* imagemagick
+  video/* * ffmpeg
+  * application/vnd.oasis.opendocument* ooo
+
 [server:main]
 use = egg:PasteScript#wsgiutils
 host = %(ip)s



More information about the Erp5-report mailing list