Rename: Adjust documentation

This commit is contained in:
Daniel Molkentin 2014-11-09 23:09:52 +01:00
parent 269b59c2ba
commit 58f1a9bb30
4 changed files with 12 additions and 16 deletions

View file

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

View file

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

View file

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

View file

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