[Pkg-owncloud-commits] [owncloud-doc] 01/49: generate documentation from config.sample.php

David Prévot taffit at moszumanska.debian.org
Thu Mar 12 02:06:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit aa79b997194c27697d554599b1a683a4501d5e51
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Sun Feb 8 10:20:07 2015 +0100

    generate documentation from config.sample.php
---
 .../configuration/config_sample_php_parameters.rst | 42 +++++++++++-----------
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/admin_manual/configuration/config_sample_php_parameters.rst b/admin_manual/configuration/config_sample_php_parameters.rst
index 020c431..68a675c 100644
--- a/admin_manual/configuration/config_sample_php_parameters.rst
+++ b/admin_manual/configuration/config_sample_php_parameters.rst
@@ -278,9 +278,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
 ---------------
@@ -757,31 +757,31 @@ 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\Movies
- - OC\Preview\MSOffice2003
- - OC\Preview\MSOffice2007
- - OC\Preview\MSOfficeDoc
- - OC\Preview\OpenDocument
- - OC\Preview\PDF
- - OC\Preview\StarOffice
- - OC\Preview\SVG
+ - OC\\Preview\\Movies
+ - OC\\Preview\\MSOffice2003
+ - OC\\Preview\\MSOffice2007
+ - OC\\Preview\\MSOfficeDoc
+ - OC\\Preview\\OpenDocument
+ - OC\\Preview\\PDF
+ - OC\\Preview\\StarOffice
+ - OC\\Preview\\SVG
 
 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
 ----

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list