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

github.com/nextcloud/documentserver_community.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-01-13 19:44:02 +0300
committerRobin Appelman <robin@icewind.nl>2020-01-13 19:44:02 +0300
commit332f1f347b0cf6ed95dca44b61caf51852a97641 (patch)
tree4285bc3243056bd144e016d1e60c8832f7de3b7c
parentf62b6a0034b8fc1caaa43cf294a6937600c0a14c (diff)
add onlyoffice component section to readme
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 90b4645..6accac1 100644
--- a/README.md
+++ b/README.md
@@ -16,3 +16,12 @@ All other "Server settings" should be left empty.
- clone the repo into the Nextcloud app directory
- run `make` in the app folder to download the 3rdparty components
- Enable the app
+
+# OnlyOffice components
+
+This app includes components from OnlyOffice to do a large part of the work.
+While building the app, these components are copied over from the official OnlyOffice documentserver docker image (see `Makefile`).
+The source for this can be found at the [OnlyOffice](https://github.com/ONLYOFFICE) github,
+primarily the [web-apps](https://github.com/ONLYOFFICE/web-apps), [sdkjs](https://github.com/ONLYOFFICE/sdkjs) and [core](https://github.com/ONLYOFFICE/core) repositories.
+
+These components are licenced under AGPL-3.0 with their copyright belonging to the OnlyOffice team.