2017-09-27 15:00:02 +03:00
|
|
|
# Nextcloud Desktop Client
|
2015-06-23 12:07:27 +03:00
|
|
|
|
2011-04-06 13:28:38 +04:00
|
|
|
## Introduction
|
|
|
|
|
2017-09-27 15:00:02 +03:00
|
|
|
The Nextcloud Desktop Client is a tool to synchronize files from Nextcloud Server
|
2014-11-10 00:58:16 +03:00
|
|
|
with your computer.
|
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
|
|
|
|
2017-09-27 15:00:02 +03:00
|
|
|
* Refer to the [download page https://nextcloud.com/install/#install-clients](https://nextcloud.com/install/#install-clients)
|
2011-04-06 13:28:38 +04:00
|
|
|
|
|
|
|
### Source code
|
|
|
|
|
2017-09-27 15:00:02 +03:00
|
|
|
The Nextcloud Desktop Client is developed in Git. Since Git makes it easy to
|
2014-11-10 00:58:16 +03:00
|
|
|
fork and improve the source code and to adapt it to your need, many copies
|
|
|
|
can be found on the Internet, in particular on GitHub. However, the
|
2014-12-08 19:57:09 +03:00
|
|
|
authoritative repository maintained by the developers is located at
|
2017-09-27 15:00:02 +03:00
|
|
|
https://github.com/nextcloud/client.
|
2014-11-10 00:58:16 +03:00
|
|
|
|
|
|
|
## Reporting issues and contributing
|
|
|
|
|
|
|
|
If you find any bugs or have any suggestion for improvement, please
|
2017-09-27 15:00:02 +03:00
|
|
|
file an issue at https://github.com/nextcloud/client/issues. Do not
|
2014-11-10 00:58:16 +03:00
|
|
|
contact the authors directly by mail, as this increases the chance
|
|
|
|
of your report being lost.
|
|
|
|
|
|
|
|
If you created a patch, please submit a [Pull
|
2017-09-27 15:00:02 +03:00
|
|
|
Request](https://github.com/nextcloud/client/pulls).
|
2014-11-10 00:58:16 +03:00
|
|
|
|
|
|
|
If you want to contact us, e.g. before starting a more complex feature,
|
|
|
|
you can join us at
|
2017-09-27 15:00:02 +03:00
|
|
|
[#nextcloud-dev](irc://irc.freenode.net/#nextcloud-dev).
|
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.
|
|
|
|
|
|
|
|
|