Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2014-11-10 01:09:52 +0300
committerDaniel Molkentin <danimo@owncloud.com>2014-11-10 01:09:52 +0300
commit58f1a9bb30e18e05ca128bb9350f8bb6a340a058 (patch)
tree15e829b12d70bbcaf904f581e1d77c56cc7bf448 /doc
parent269b59c2baf34bbd042576493212983af655c6cc (diff)
Rename: Adjust documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/architecture.rst4
-rw-r--r--doc/building.rst16
-rw-r--r--doc/owncloud.1.rst4
-rw-r--r--doc/owncloudcmd.1.rst4
4 files changed, 12 insertions, 16 deletions
diff --git a/doc/architecture.rst b/doc/architecture.rst
index 7496db4eb..4af2ddeb4 100644
--- a/doc/architecture.rst
+++ b/doc/architecture.rst
@@ -12,10 +12,6 @@ synchronizing tool that provides both a command line client as well as a
library. A special module for csync was written to synchronize with the
ownCloud built-in WebDAV server.
-The ownCloud sync client is based on a tool called *mirall*, initially written
-by Duncan Mac Vicar. Later Klaas Freitag joined the project and enhanced it to
-function with the ownCloud server.
-
The ownCloud Client software is written in C++ using the `Qt Framework`_. As a
result, the ownCloud Client runs on Linux, Windows, and MacOS.
diff --git a/doc/building.rst b/doc/building.rst
index dd482ce73..c858cd3c5 100644
--- a/doc/building.rst
+++ b/doc/building.rst
@@ -50,7 +50,7 @@ To set up your build enviroment for development using HomeBrew_:
2. Install any missing dependencies::
- brew install $(brew deps mirall)
+ brew install $(brew deps owncloud-client)
3. Add Qt from brew to the path::
@@ -59,7 +59,7 @@ To set up your build enviroment for development using HomeBrew_:
Where ``x.z`` is the current version of Qt 5 that brew has installed
on your machine.
-5. For compilation of mirall, follow the `generic build instructions`_.
+5. For compilation of the client, follow the `generic build instructions`_.
6. In the build directory, run ``admin/osx/create_mac.sh <build_dir>
<install_dir>``. If you have a developer signing certificate, you can specify
@@ -126,7 +126,7 @@ To cross-compile:
.. note:: When building for Windows platforms, you must specify a special
toolchain file that enables cmake to locate the platform-specific tools. To add
this parameter to the call to cmake, enter
- ``-DCMAKE_TOOLCHAIN_FILE=../mirall/admin/win/Toolchain-mingw32-openSUSE.cmake``.
+ ``-DCMAKE_TOOLCHAIN_FILE=../client/admin/win/Toolchain-mingw32-openSUSE.cmake``.
7. Build by running ``make``.
@@ -148,16 +148,16 @@ To build the most up to date version of the client:
1. Clone the latest versions of Mirall from Git_ as follows:
- ``git clone git://github.com/owncloud/mirall.git``
+ ``git clone git://github.com/owncloud/client.git``
2. Create build directories:
- ``mkdir mirall-build``
+ ``mkdir client-build``
-3. Build mirall:
+3. Build the client:
- ``cd ../mirall-build``
- ``cmake -DCMAKE_BUILD_TYPE="Debug" ../mirall``
+ ``cd ../client-build``
+ ``cmake -DCMAKE_BUILD_TYPE="Debug" ../client``
..note:: You must use absolute paths for the ``include`` and ``library``
directories.
diff --git a/doc/owncloud.1.rst b/doc/owncloud.1.rst
index 26e431e85..471278b52 100644
--- a/doc/owncloud.1.rst
+++ b/doc/owncloud.1.rst
@@ -10,7 +10,7 @@ SYNOPSIS
DESCRIPTION
===========
-The ownCloud Client is a file synchronization desktop utility based on mirall. It synchronizes files on your local computer, tablet, or handheld device with an ownCloud Server. If you make a change to the files on one device, the change is propagated to all other syncrhonized devices using the desktop synchronization clients.
+The ownCloud Client is a file synchronization desktop utility. It synchronizes files on your local computer, tablet, or handheld device with an ownCloud Server. If you make a change to the files on one device, the change is propagated to all other syncrhonized devices using the desktop synchronization clients.
Normally, you start the client by clicking on the desktop icon or by starting it from the client application menu. After starting, an ownCloud icon appears in the computer system tray or on your tablet or handheld device.
@@ -25,7 +25,7 @@ Config File
BUGS
====
-Please report bugs at https://github.com/owncloud/mirall/issues.
+Please report bugs at https://github.com/owncloud/client/issues.
SEE ALSO
diff --git a/doc/owncloudcmd.1.rst b/doc/owncloudcmd.1.rst
index ac9736741..6dc06a9f5 100644
--- a/doc/owncloudcmd.1.rst
+++ b/doc/owncloudcmd.1.rst
@@ -10,7 +10,7 @@ SYNOPSIS
DESCRIPTION
===========
owncloudcmd is the command line tool used for the ownCloud file synchronization
-desktop utility. This command line tool is based on mirall.
+desktop utility.
Contrary to the :manpage:`owncloud(1)` GUI client, `owncloudcmd` only performs
a single sync run and then exits. In so doing, `owncloudcmd` replaces the
@@ -72,7 +72,7 @@ Using the legacy scheme, it would be::
BUGS
====
-Please report bugs at https://github.com/owncloud/mirall/issues.
+Please report bugs at https://github.com/owncloud/client/issues.
SEE ALSO
========