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

info.xml « appinfo - github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e0ae522efa0d70ef573bed8c1adda59da5003513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0"?>
<info>
    <id>onlyoffice</id>
    <name>ONLYOFFICE</name>
    <summary>ONLYOFFICE connector</summary>
    <description>ONLYOFFICE connector allows you to view, edit and collaborate on text documents, spreadsheets and presentations within Nextcloud using ONLYOFFICE Docs. This will create a new Edit in ONLYOFFICE action within the document library for Office documents. This allows multiple users to co-author documents in real time from the familiar web interface and save the changes back to your file storage.</description>
    <licence>apache</licence>
    <author mail="dev@onlyoffice.com" homepage="https://www.onlyoffice.com/">Ascensio System SIA</author>
    <version>7.6.8</version>
    <namespace>Onlyoffice</namespace>
    <types>
        <prevent_group_restriction/>
    </types>
    <documentation>
        <admin>https://api.onlyoffice.com/editors/nextcloud</admin>
        <developer>https://github.com/ONLYOFFICE/onlyoffice-nextcloud</developer>
        <user>https://api.onlyoffice.com/editors/nextcloud</user>
    </documentation>
    <category>files</category>
    <category>integration</category>
    <category>office</category>
    <category>tools</category>
    <website>https://www.onlyoffice.com</website>
    <discussion>https://dev.onlyoffice.org/</discussion>
    <bugs>https://github.com/ONLYOFFICE/onlyoffice-nextcloud/issues</bugs>
    <repository type="git">https://github.com/ONLYOFFICE/onlyoffice-nextcloud.git</repository>
    <screenshot small-thumbnail="https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-nextcloud/master/screenshots/main_small.png">https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-nextcloud/master/screenshots/main.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-nextcloud/master/screenshots/settings.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-nextcloud/master/screenshots/new.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-nextcloud/master/screenshots/open.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-nextcloud/master/screenshots/open_form.png</screenshot>
    <dependencies>
        <nextcloud min-version="25" max-version="25"/>
    </dependencies>
    <settings>
        <admin>OCA\Onlyoffice\AdminSettings</admin>
        <admin-section>OCA\Onlyoffice\AdminSection</admin-section>
    </settings>
    <commands>
        <command>OCA\Onlyoffice\Command\DocumentServer</command>
    </commands>
</info>