From e897992d2be865ef3bb45c1c58f68a6c9bcf1ca6 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 30 Jan 2013 12:09:10 +0100 Subject: [PATCH 1/3] Rename Web Server Notes section --- admin_manual/installation.rst | 2 +- ...nstallation_webservernotes.rst => installation_others.rst} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename admin_manual/{installation_webservernotes.rst => installation_others.rst} (99%) diff --git a/admin_manual/installation.rst b/admin_manual/installation.rst index ac0d354cb..738580cbc 100644 --- a/admin_manual/installation.rst +++ b/admin_manual/installation.rst @@ -9,7 +9,7 @@ skip ahead to the appliance section, where you will find ready-to-use images. .. include:: installation_source.rst .. include:: installation_linux.rst -.. include:: installation_webservernotes.rst +.. include:: installation_others.rst .. include:: installation_macos.rst .. include:: installation_windows.rst .. include:: installation_ucs.rst diff --git a/admin_manual/installation_webservernotes.rst b/admin_manual/installation_others.rst similarity index 99% rename from admin_manual/installation_webservernotes.rst rename to admin_manual/installation_others.rst index 0c836929e..af5375583 100644 --- a/admin_manual/installation_webservernotes.rst +++ b/admin_manual/installation_others.rst @@ -1,5 +1,5 @@ -Web server Notes ----------------- +Other Web Servers +----------------- The most popular server choice for ownCloud is Apache, which is why it is also the combinations tested best. However, it is also possible From 9983d1b72eee1a6c9cf20e3687c63cdaef00942e Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 30 Jan 2013 22:48:38 +0100 Subject: [PATCH 2/3] Create stub on webinterface. --- user_manual/connecting_browser.rst | 4 --- user_manual/index.rst | 2 +- user_manual/webinterface.rst | 55 ++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 5 deletions(-) delete mode 100644 user_manual/connecting_browser.rst create mode 100644 user_manual/webinterface.rst diff --git a/user_manual/connecting_browser.rst b/user_manual/connecting_browser.rst deleted file mode 100644 index 176f4e664..000000000 --- a/user_manual/connecting_browser.rst +++ /dev/null @@ -1,4 +0,0 @@ -Connecting to ownCloud -====================== - -.. todo:: describe how to connect via the browser diff --git a/user_manual/index.rst b/user_manual/index.rst index 3ab64c419..e8d3e6ebf 100644 --- a/user_manual/index.rst +++ b/user_manual/index.rst @@ -7,7 +7,7 @@ Contents :maxdepth: 2 introduction - connecting_browser + webinterface connecting_webdav files calendars diff --git a/user_manual/webinterface.rst b/user_manual/webinterface.rst new file mode 100644 index 000000000..ba33c2569 --- /dev/null +++ b/user_manual/webinterface.rst @@ -0,0 +1,55 @@ +The ownCloud Web Interface +========================== + +You can connect to ownCloud with your web browser by pointing +it to the address that you have received from your service +provider. In case you are administering the server yourself, +have a look at ownCloud Administrators Manual. + +When you enter the URL, you will receive a page that is similar +to the one depicted below: + +.. figure:: images/oc_connect.png + :scale: 50 + + The ownCloud login screen + +Login with the user name and password with you have received from +your service provider. If you have set up the server yourself, +log in with the user name which you have created during the +setup process. You can add further users through the settings, +or by hooking up a user backend, such as LDAP. + +Overview +-------- + +After clicking the :guilabel:`Log in` button, you will be redirected +to ownCloud's main web interface: + +.. figure:: images/oc_ui.png + :scale: 50 + + The ownCloud main interface with the essential elements numbered + +The web interface comprises of the following items: + +1. **Navigation bar**: Allows navigation between different parts of ownCloud, + provided by apps. Not all apps depicted in this screen shot are installed + and enabled by default. +2. **Application view**: This is where apps show their content. By default, this + will show the files and directory (file view) of your user on the ownCloud + installation. +3. **Upload/Create button**: This allows you to create new files or upload + existing ones from your device. Note that you can also drop files from + Explorer or Finder onto the ownCloud file view and they will get uploaded to + ownCloud. +4. **Search/Logout**: Search allows you to look for files and + directories. Currently, ownCloud does not provide a full text search, but + this may change in future releases. +5. **Settings**: This button provides access to the settings menu, where you can + change your personal settings, such as the interface language or your + password. You can also retrieve the WebDAV URL (see next chapter) and show + your quota. Administrators will also get access to user management + (:guilabel:`Users`), the apps settings (:guilabel:`Apps`) and administrative + settings (:guilabel:`Admin`) including access to ownCloud's log. + From 82af8a0b62403739f9831e3cc1e4e47ab10cc6c7 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 30 Jan 2013 22:49:19 +0100 Subject: [PATCH 3/3] Fix markup --- user_manual/calendars.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/calendars.rst b/user_manual/calendars.rst index 48b2f1449..02b770ac9 100644 --- a/user_manual/calendars.rst +++ b/user_manual/calendars.rst @@ -43,7 +43,7 @@ Mozilla Lightning users need to this URL scheme:: The full URL (which on the picture can't be seen because of the short edit field) is then:: - https://localhost/owncloud/remote.php/caldav/calendars/test/defaultcalendar + https://localhost/owncloud/remote.php/caldav/calendars/test/defaultcalendar .. _URL-encoding: http://en.wikipedia.org/wiki/Percent-encoding