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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2021-12-16 16:10:16 +0300
committerAndras Timar <andras.timar@collabora.com>2021-12-16 16:11:36 +0300
commit685331f049cdf7497ff277c2b22ff5f211269872 (patch)
tree2ce79df3a3659c7d0ed3db5621d296cd3d658cae /docs
parent3fc6f48c4f9a583a7b4d4735cd37d0731086378c (diff)
Rename the app to Nextcloud Office
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/app_settings.md10
-rw-r--r--docs/frontend-integration.md8
-rw-r--r--docs/issues.md6
3 files changed, 12 insertions, 12 deletions
diff --git a/docs/app_settings.md b/docs/app_settings.md
index 0cda6fe0..7ed50802 100644
--- a/docs/app_settings.md
+++ b/docs/app_settings.md
@@ -1,16 +1,16 @@
-## Collabora Online App Settings
+## Nextcloud Office App Settings
### Collabora Online Server
URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client. Collabora Online should use the same protocol (http:// or https://) as the server installation. Naturally, https:// is recommended.
### Restrict usage to specific groups
-By default the app is enabled for all. When this setting is active, only members of specified groups can use the Collabora Online.
+By default the app is enabled for all. When this setting is active, only members of specified groups can use Nextcloud Office.
### Restrict edit to specific groups
-By default all users can edit documents with Collabora Online. When this setting is active, only the members of specified groups can edit, others can only view documents.
+By default all users can edit documents with Nextcloud Office. When this setting is active, only the members of specified groups can edit, others can only view documents.
### Use OOXML by default for new files
-By default new files created by users are in OpenDocument Format (ODF). When this setting is active, new files will be created in Office Open XML (OOXML) format.
+By default new files created by users are in OpenDocument Format (ODF). When this setting is active, new files will be created in Office Open XML (OOXML) format.
### Enable access for external apps
Nextcloud internally passes an access token to Collabora Online that is used later by it to do various operations. By default, it's not possible to generate this token by 3rd parties; only Nextcloud can generate and pass it to Collabora Online.
@@ -19,4 +19,4 @@ In some applications, it might be necessary to generate the token by a 3rd party
token. These credentials then can be used by the 3rd party application to make calls to `wopi/extapp/data/{fileId}` to fetch the access token and URL source for given fileId, both required to open a connection to Collabora Online.
### Canonical webroot
-Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance.
+Canonical webroot, in case there are multiple, for Collabora Online to use. Provide the one with least restrictions. E.g.: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance.
diff --git a/docs/frontend-integration.md b/docs/frontend-integration.md
index 1b3f8ecb..85c3e4c7 100644
--- a/docs/frontend-integration.md
+++ b/docs/frontend-integration.md
@@ -2,7 +2,7 @@
### Configuration
-The Collabora configuration for creating new files with their mietype and extension per file type is exposed to `OCA.RichDocuments.config.create`.
+The Nextcloud Office configuration for creating new files with their mimetype and extension per file type is exposed to `OCA.RichDocuments.config.create`.
```json
{
@@ -26,7 +26,7 @@ The Collabora configuration for creating new files with their mietype and extens
### Open viewer
-The following two methods are exposed in order to manually trigger the Collabora viewer opening a file:
+The following two methods are exposed in order to manually trigger the Nextcloud Office viewer opening a file:
#### Open an existing file
@@ -89,7 +89,7 @@ The following handlers are currently supported:
- initAfterReady: will be called once the Collabora frame has been loaded
- close: will be called after the Collabora view has been closed
-- saveAs: will be called on a save_as response by collabora
+- saveAs: will be called on a save_as response by Collabora
- share: will be called before the default share action is triggered
- rename: will be called before the default rename action is triggered (the new filename is available as a property of the filesAppIntegration parameter)
- showRevHistory: will be called before the default show revision history action is triggered
@@ -239,7 +239,7 @@ Example failed event data:
### WOPI PostMessages
-Collabora Online emits various post messages which are catched and handled by the Collabora Online
+Collabora Online emits various post messages which are catched and handled by the Nextcloud Office
Integration app. Postmessages which are sent from the WOPI host (Collabora) to the editor (
Nextcloud) are also exposed through the Nextcloud event bus under the `richdocuments:wopi-post`
event name. For details on the post messages see
diff --git a/docs/issues.md b/docs/issues.md
index 09e857e2..bd025322 100644
--- a/docs/issues.md
+++ b/docs/issues.md
@@ -21,12 +21,12 @@ It is possible your firewall is blocking connections. Try to start docker after
### We are sorry, this is an unexpected connection error. Please try again. error.
-The Collabora Online app doesn't work at the moment, if you enable it only for certain groups. Remove the group filter in the App section.
+The Nextcloud Office app doesn't work at the moment, if you enable it only for certain groups. Remove the group filter in the App section.
-### Collabora Online doesn't handle my 100 users.
+### Nextcloud Office doesn't handle my 100 users.
This docker image is designed for home usage with a limited numbers of users and open documents. If you need a more scalable solution, consider a support subscription for a reliable, business-ready online office experience.
-#### Collabora Online doesn't work with Encryption.
+#### Nextcloud Office doesn't work with Encryption.
Yes, this is currently unsupported. Find more questions and answers in the discussion thread on the forums and post a new topic in the Collabora category if you have unanswered questions!