From b99b51e6808ebb397f03f757d1c858c0818c4e5f Mon Sep 17 00:00:00 2001 From: dietmaroc Date: Wed, 28 Aug 2013 11:39:16 +0200 Subject: [PATCH] Update introduction.rst --- intro_manual/introduction.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/intro_manual/introduction.rst b/intro_manual/introduction.rst index a95e552ae..61c7e97f8 100644 --- a/intro_manual/introduction.rst +++ b/intro_manual/introduction.rst @@ -33,6 +33,7 @@ In Figure2 you can see a very abstract scheme of ownCloud: .. image:: images/Figure2.png From left to right: + * Users connect to the system with mobile devices, web browsers, desktop sync clients and also standard WebDAV clients. These connections show a user's files, and the files shared with the user in one convenient interface. * Server host the ownCloud application, manage files actions and provide processing for ...The storage and the access-control is provided by our webserver, having ownCloud software installed, to the internet. All data can be found at a specified point of your webadress (e.g. http://yourserver.org/yourstorage). * A variety of storage systems can be used by the server to store user files. This can be everything from an object store or cloud storage system to locally attached storage and SANs.