[Pkg-owncloud-commits] [owncloud-doc] 33/71: updatre iOS and android doc

David Prévot taffit at moszumanska.debian.org
Tue Dec 2 22:02:53 UTC 2014


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

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

commit 849a80bb09e400466d1e0643ea2a5c4991ca8812
Author: Jos Poortvliet <jospoortvliet at gmail.com>
Date:   Thu Nov 20 12:24:38 2014 +0100

    updatre iOS and android doc
---
 developer_manual/android_library/index.rst | 27 ++++++++++++++++++++-------
 developer_manual/ios_library/index.rst     | 19 +++++++++++++++++++
 2 files changed, 39 insertions(+), 7 deletions(-)

diff --git a/developer_manual/android_library/index.rst b/developer_manual/android_library/index.rst
index 8845e27..730ca42 100644
--- a/developer_manual/android_library/index.rst
+++ b/developer_manual/android_library/index.rst
@@ -3,6 +3,26 @@
 ===============================
 Android Application Development
 ===============================
+ownCloud provides an official ownCloud Android client, which gives its users
+access to their files on their ownCloud. It also includes functionality like
+automatically uploading pictures and videos to ownCloud.
+
+For third party application developers, ownCloud offers the ownCloud Android
+library under the MIT license.
+
+Android ownCloud Client development
+-----------------------------------
+
+If you are interested in working on the ownCloud android client, you can find
+the source code `in github <https://github.com/owncloud/android/>`_. The
+setup and process of contribution is
+`documented here <https://raw.githubusercontent.com/owncloud/android/master/SETUP.md>`_.
+
+You might want to start with doing one or two `junior jobs <https://github.com/owncloud/android/issues?q=is%3Aopen+is%3Aissue+label%3A%22Junior+Job%22>`_
+to get into the code and note our :doc:`../general/index`
+
+ownCloud Android Library
+------------------------
 
 This document will describe how to the use ownCloud Android Library.  The
 ownCloud Android Library allows a developer to communicate with any ownCloud
@@ -15,13 +35,6 @@ application with ownCloud.
 The tool needed is any IDE for Android. This guide includes some screenshots
 showing examples in Eclipse.
 
-If you are looking for working on the ownCloud android client, find the source
-code `in github <https://github.com/owncloud/android/>`_. The setup and process
-of contribution is `documented here <https://raw.githubusercontent.com/owncloud/android/master/SETUP.md>`_.
-
-You might want to start with doing one or two `junior jobs <https://github.com/owncloud/android/issues?q=is%3Aopen+is%3Aissue+label%3A%22Junior+Job%22>`_
-to get into the code!
-
 .. toctree::
    :maxdepth: 1
    :hidden:
diff --git a/developer_manual/ios_library/index.rst b/developer_manual/ios_library/index.rst
index 849bfee..ea379dd 100644
--- a/developer_manual/ios_library/index.rst
+++ b/developer_manual/ios_library/index.rst
@@ -1,7 +1,26 @@
 ===========================
 iOS Application Development
 ===========================
+ownCloud provides an official ownCloud iOS client, which gives its users
+access to their files on their ownCloud. It also includes functionality like
+automatically uploading pictures and videos to ownCloud.
 
+For third party application developers, ownCloud offers the ownCloud iOS
+library under the MIT license.
+
+iOS ownCloud Client development
+-----------------------------------
+
+If you are interested in working on the ownCloud iOS client, you can find
+the source code `in github <https://github.com/owncloud/iOS/>`_. The
+setup and process of contribution is
+`documented here <https://raw.githubusercontent.com/owncloud/iOS/master/SETUP.md>`_.
+
+You might want to start with doing one or two `junior jobs <https://github.com/owncloud/iOS/issues?q=is%3Aopen+is%3Aissue+label%3A%22Junior+Job%22>`_
+to get into the code and note our :doc:`../general/index`
+
+ownCloud Android Library
+------------------------
 This document will describe how to the use ownCloud iOS library.  The ownCloud
 iOS library for iOS allows a developer to communicate with any ownCloud server;
 among the features included are file synchronization, upload and download of

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