2011-04-06 13:28:38 +04:00
|
|
|
# Mirall
|
|
|
|
|
|
|
|
## Introduction
|
|
|
|
|
2013-05-20 13:00:02 +04:00
|
|
|
Mirall is a tool to synchronize files from ownCloud Server with your computer.
|
|
|
|
It uses OCSync as its syncing backend.
|
2011-04-06 13:28:38 +04:00
|
|
|
|
|
|
|
## Download
|
|
|
|
|
2013-05-20 13:00:02 +04:00
|
|
|
### Binary packages
|
2011-04-06 13:28:38 +04:00
|
|
|
|
2012-11-14 18:01:52 +04:00
|
|
|
* Refer to the download page http://owncloud.org/sync-clients/
|
2011-04-06 13:28:38 +04:00
|
|
|
|
|
|
|
### Source code
|
|
|
|
|
2012-08-26 02:51:47 +04:00
|
|
|
* https://github.com/owncloud/mirall
|
2011-04-06 13:28:38 +04:00
|
|
|
|
|
|
|
## Building the source code
|
|
|
|
|
2014-02-12 14:32:19 +04:00
|
|
|
Please refer to doc/building.rst, or
|
|
|
|
[Building the Client](http://doc.owncloud.org/desktop/1.5/building.html)
|
2013-05-20 13:00:02 +04:00
|
|
|
in the ownCloud client manual.
|
2011-04-06 13:28:38 +04:00
|
|
|
|
|
|
|
## Authors
|
|
|
|
|
2013-05-20 13:00:02 +04:00
|
|
|
* Duncan Mac-Vicar P. <duncan@kde.org> (original Mirall author)
|
2012-10-02 15:24:10 +04:00
|
|
|
* Klaas Freitag <freitag@owncloud.com>
|
|
|
|
* Daniel Molkentin <danimo@owncloud.com>
|
2011-04-06 13:28:38 +04:00
|
|
|
|
2011-04-06 13:48:02 +04:00
|
|
|
## License
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful, but
|
|
|
|
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
|
|
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
|
|
for more details.
|
|
|
|
|
|
|
|
|