From 65cb94c316f43089e9fa10cae8f727274c61ec0d Mon Sep 17 00:00:00 2001 From: Camila San Date: Mon, 2 Jul 2018 17:06:48 +0200 Subject: [PATCH 1/4] Updates the README with info about the daily builds and how to compile the client. Signed-off-by: Camila San --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1ba3b0a5..9461ea065 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,17 @@ The Nextcloud Desktop Client is developed in Git. Since Git makes it easy to 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 authoritative repository maintained by the developers is located at -https://github.com/nextcloud/client. +https://github.com/nextcloud/desktop. + +Instructions for compiling it can be found at +[Wiki/How to compile the desktop client](https://github.com/nextcloud/desktop/wiki/How-to-compile-the-desktop-client). ## Reporting issues and contributing +If you would like to help testing: the daily builds based on the latest master are available +[in the desktop/daily folder of our download server](https://download.nextcloud.com/desktop/daily). +For more info: [Wiki/Daily-Builds](https://github.com/nextcloud/desktop/wiki/Daily-Builds). + If you find any bugs or have any suggestion for improvement, please file an issue at https://github.com/nextcloud/client/issues. Do not contact the authors directly by mail, as this increases the chance @@ -31,7 +38,7 @@ Request](https://github.com/nextcloud/client/pulls). If you want to contact us, e.g. before starting a more complex feature, you can join us at -[#nextcloud-dev](irc://irc.freenode.net/#nextcloud-dev). +[#nextcloud-client](irc://irc.freenode.net/#nextcloud-client). ## License From ee668eb6cd860f2b476a4359e4b065c2299f3e48 Mon Sep 17 00:00:00 2001 From: Camila San Date: Mon, 2 Jul 2018 17:24:57 +0200 Subject: [PATCH 2/4] Changes the order of the content in the README. Signed-off-by: Camila San --- README.md | 45 +++++++++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 9461ea065..e8e5c19f5 100644 --- a/README.md +++ b/README.md @@ -5,40 +5,49 @@ The Nextcloud Desktop Client is a tool to synchronize files from Nextcloud Server with your computer. -## Download +## Contributing -### Binary packages +### How to compile the desktop client -* Refer to the [download page https://nextcloud.com/install/#install-clients](https://nextcloud.com/install/#install-clients) - -### Source code - -The Nextcloud Desktop Client is developed in Git. Since Git makes it easy to -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 -authoritative repository maintained by the developers is located at -https://github.com/nextcloud/desktop. - -Instructions for compiling it can be found at +Instructions for compiling the client on Linux, Windows and mac OS can be found at: [Wiki/How to compile the desktop client](https://github.com/nextcloud/desktop/wiki/How-to-compile-the-desktop-client). -## Reporting issues and contributing +### Where to find binaries to download -If you would like to help testing: the daily builds based on the latest master are available +#### Daily builds + +- Daily builds based on the latest master are available for Linux, Mac, and Windows [in the desktop/daily folder of our download server](https://download.nextcloud.com/desktop/daily). For more info: [Wiki/Daily-Builds](https://github.com/nextcloud/desktop/wiki/Daily-Builds). +#### Releases + +- Refer to the [download page https://nextcloud.com/install/#install-clients](https://nextcloud.com/install/#install-clients) + +### Reporting issues + If you find any bugs or have any suggestion for improvement, please file an issue at https://github.com/nextcloud/client/issues. Do not contact the authors directly by mail, as this increases the chance of your report being lost. +### Pull requests + If you created a patch, please submit a [Pull Request](https://github.com/nextcloud/client/pulls). -If you want to contact us, e.g. before starting a more complex feature, -you can join us at -[#nextcloud-client](irc://irc.freenode.net/#nextcloud-client). +## Contact us + +If you want to contact us, e.g. before starting a more complex feature, for questions, etc +you can join us at [#nextcloud-client](irc://irc.freenode.net/#nextcloud-client). + +## Source code + +The Nextcloud Desktop Client is developed in Git. Since Git makes it easy to +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 +authoritative repository maintained by the developers is located at +https://github.com/nextcloud/desktop. ## License From 19f1513af0990ec8405859eb3fa5182d0597cf3d Mon Sep 17 00:00:00 2001 From: Camila San Date: Mon, 2 Jul 2018 17:29:05 +0200 Subject: [PATCH 3/4] Fixes link, put items in a list in the README. Signed-off-by: Camila San --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e8e5c19f5..c9c75b101 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ with your computer. ### How to compile the desktop client -Instructions for compiling the client on Linux, Windows and mac OS can be found at: +- Instructions for compiling the client on Linux, Windows and mac OS can be found at: [Wiki/How to compile the desktop client](https://github.com/nextcloud/desktop/wiki/How-to-compile-the-desktop-client). ### Where to find binaries to download @@ -18,7 +18,7 @@ Instructions for compiling the client on Linux, Windows and mac OS can be found - Daily builds based on the latest master are available for Linux, Mac, and Windows [in the desktop/daily folder of our download server](https://download.nextcloud.com/desktop/daily). -For more info: [Wiki/Daily-Builds](https://github.com/nextcloud/desktop/wiki/Daily-Builds). +For more info: [Wiki/Daily Builds](https://github.com/nextcloud/desktop/wiki/Daily-Builds). #### Releases @@ -26,20 +26,21 @@ For more info: [Wiki/Daily-Builds](https://github.com/nextcloud/desktop/wiki/Dai ### Reporting issues -If you find any bugs or have any suggestion for improvement, please +- If you find any bugs or have any suggestion for improvement, please file an issue at https://github.com/nextcloud/client/issues. Do not contact the authors directly by mail, as this increases the chance of your report being lost. ### Pull requests -If you created a patch, please submit a [Pull +- If you created a patch, please submit a [Pull Request](https://github.com/nextcloud/client/pulls). ## Contact us -If you want to contact us, e.g. before starting a more complex feature, for questions, etc -you can join us at [#nextcloud-client](irc://irc.freenode.net/#nextcloud-client). +If you want to contact us, e.g. before starting a more complex feature, for questions +you can join us at +[#nextcloud-client](irc://irc.freenode.net/#nextcloud-client). ## Source code From 74dedf636c3ab5fefdf0648309bd09ec8750a186 Mon Sep 17 00:00:00 2001 From: Camila San Date: Mon, 2 Jul 2018 17:47:12 +0200 Subject: [PATCH 4/4] README: trying some emoji markup. Signed-off-by: Camila San --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c9c75b101..b467a3585 100644 --- a/README.md +++ b/README.md @@ -2,47 +2,47 @@ ## Introduction -The Nextcloud Desktop Client is a tool to synchronize files from Nextcloud Server +The Nextcloud Desktop Client :computer: is a tool to synchronize files from Nextcloud Server with your computer. -## Contributing +## Contributing :tada: :blue_heart: -### How to compile the desktop client +### How to compile the desktop client :hammer: :wrench: - Instructions for compiling the client on Linux, Windows and mac OS can be found at: [Wiki/How to compile the desktop client](https://github.com/nextcloud/desktop/wiki/How-to-compile-the-desktop-client). ### Where to find binaries to download -#### Daily builds +#### Daily builds :high_brightness: - Daily builds based on the latest master are available for Linux, Mac, and Windows [in the desktop/daily folder of our download server](https://download.nextcloud.com/desktop/daily). For more info: [Wiki/Daily Builds](https://github.com/nextcloud/desktop/wiki/Daily-Builds). -#### Releases +#### Releases :rocket: - Refer to the [download page https://nextcloud.com/install/#install-clients](https://nextcloud.com/install/#install-clients) -### Reporting issues +### Reporting issues :bomb: - If you find any bugs or have any suggestion for improvement, please file an issue at https://github.com/nextcloud/client/issues. Do not contact the authors directly by mail, as this increases the chance -of your report being lost. +of your report being lost. :boom: -### Pull requests +### Pull requests :smiley: - If you created a patch, please submit a [Pull Request](https://github.com/nextcloud/client/pulls). -## Contact us +## Contact us :speech_balloon: If you want to contact us, e.g. before starting a more complex feature, for questions you can join us at [#nextcloud-client](irc://irc.freenode.net/#nextcloud-client). -## Source code +## Source code :octocat: The Nextcloud Desktop Client is developed in Git. Since Git makes it easy to fork and improve the source code and to adapt it to your need, many copies