From ac99b46207c80225634504f5c1d9850f2b40e92b Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sun, 8 Feb 2015 10:18:13 +0100 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/admin_manual/configuration/config_sample_php_parameters.rst b/admin_manual/configuration/config_sample_php_parameters.rst index d329aa71d..7990ace9c 100644 --- a/admin_manual/configuration/config_sample_php_parameters.rst +++ b/admin_manual/configuration/config_sample_php_parameters.rst @@ -290,9 +290,9 @@ skeleton files. ) ), -The ``user_backends`` app allows you to configure alternate authentication -backends. Supported backends are IMAP (OC_User_IMAP), SMB (OC_User_SMB), and -FTP (OC_User_FTP). +The ``user_backends`` app (which needs to be enabled first) allows you to +configure alternate authentication backends. Supported backends are: +IMAP (OC_User_IMAP), SMB (OC_User_SMB), and FTP (OC_User_FTP). Mail Parameters --------------- @@ -772,35 +772,35 @@ Only register providers that have been explicitly enabled The following providers are enabled by default: - - OC\Preview\Image - - OC\Preview\MarkDown - - OC\Preview\MP3 - - OC\Preview\TXT + - OC\\Preview\\Image + - OC\\Preview\\MarkDown + - OC\\Preview\\MP3 + - OC\\Preview\\TXT The following providers are disabled by default due to performance or privacy concerns: - - OC\Preview\Illustrator - - OC\Preview\Movie - - OC\Preview\MSOffice2003 - - OC\Preview\MSOffice2007 - - OC\Preview\MSOfficeDoc - - OC\Preview\OpenDocument - - OC\Preview\PDF - - OC\Preview\Photoshop - - OC\Preview\Postscript - - OC\Preview\StarOffice - - OC\Preview\SVG - - OC\Preview\TIFF + - OC\\Preview\\Illustrator + - OC\\Preview\\Movie + - OC\\Preview\\MSOffice2003 + - OC\\Preview\\MSOffice2007 + - OC\\Preview\\MSOfficeDoc + - OC\\Preview\\OpenDocument + - OC\\Preview\\PDF + - OC\\Preview\\Photoshop + - OC\\Preview\\Postscript + - OC\\Preview\\StarOffice + - OC\\Preview\\SVG + - OC\\Preview\\TIFF The following providers are not available in Microsoft Windows: - - OC\Preview\Movie - - OC\Preview\MSOfficeDoc - - OC\Preview\MSOffice2003 - - OC\Preview\MSOffice2007 - - OC\Preview\OpenDocument - - OC\Preview\StarOffice + - OC\\Preview\\Movie + - OC\\Preview\\MSOfficeDoc + - OC\\Preview\\MSOffice2003 + - OC\\Preview\\MSOffice2007 + - OC\\Preview\\OpenDocument + - OC\\Preview\\StarOffice LDAP ----