[Pkg-owncloud-commits] [owncloud-doc] 39/75: Create configuration_custom_clients.rst

David Prévot taffit at alioth.debian.org
Wed Sep 4 19:27:14 UTC 2013


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

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

commit 057cfd40e7f28829dac23e9e1a4654f0f0364b67
Author: j-ed <juergen at eisfair.org>
Date:   Wed Aug 28 11:56:49 2013 +0200

    Create configuration_custom_clients.rst
---
 .../configuration/configuration_custom_clients.rst |   27 ++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/admin_manual/configuration/configuration_custom_clients.rst b/admin_manual/configuration/configuration_custom_clients.rst
new file mode 100644
index 0000000..88df77e
--- /dev/null
+++ b/admin_manual/configuration/configuration_custom_clients.rst
@@ -0,0 +1,27 @@
+Custom Client Configuration
+===========================
+
+If you want to access your ownCloud, you can choose between the standard Web-GUI
+and different client sync applications. Download links which point to these
+applications are shown at the top of the personal menu. The following sync
+applications are currently available out of the box:
+
+* Desktop sync clients for Windows, Max and Linux OS
+* Mobile sync client for Android devices
+* Mobile sync client for iOS devices
+
+
+Parameters
+----------
+If you want to customize the download links for the sync clients the following
+parameters need to be modified to fulfil your requirements:
+
+.. code-block:: php
+
+  <?php
+
+    "customclient_desktop" => "http://owncloud.org/sync-clients/",
+    "customclient_android" => "https://play.google.com/store/apps/details?id=com.owncloud.android",
+    "customclient_ios"     => "https://itunes.apple.com/us/app/owncloud/id543672169?mt=8",
+
+This parameters can be set in the :file:`config/config.php`

-- 
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