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: 55cfcdae542775d384a876bb8205171084112ca7 (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
<?xml version="1.0"?>
<info>
    <id>onlyoffice</id>
    <ocsid>174798</ocsid>
    <name>Onlyoffice</name>
    <summary>ownCloud ONLYOFFICE integration app</summary>
    <description>ONLYOFFICE integration app enables users to edit Office documents within ONLYOFFICE from OwnCloud. This will create a new Open in ONLYOFFICE action within the document library for Office documents. This allows multiple users to collaborate in real time and to save back those changes to OwnCloud.</description>
    <licence>AGPL</licence>
    <author>Ascensio System SIA</author>
    <version>1.1.2</version>
    <namespace>Onlyoffice</namespace>
    <types>
        <filesystem/>
    </types>
    <documentation>
        <admin>https://api.onlyoffice.com/editors/owncloud</admin>
    </documentation>
    <category>files</category>
    <category>integration</category>
    <category>office</category>
    <category>organization</category>
    <category>tools</category>
    <website>https://www.onlyoffice.com</website>
    <bugs>https://github.com/ONLYOFFICE/onlyoffice-owncloud/issues</bugs>
    <repository type="git">https://github.com/ONLYOFFICE/onlyoffice-owncloud.git</repository>
    <screenshot small-thumbnail="https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-owncloud/master/screenshots/main_small.png">https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-owncloud/master/screenshots/main.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-owncloud/master/screenshots/new.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-owncloud/master/screenshots/open.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-owncloud/master/screenshots/settings.png</screenshot>
    <dependencies>
        <owncloud min-version="9.0" max-version="10.0" />
        <nextcloud min-version="11" max-version="12"/>
    </dependencies>
    <settings>
        <admin>OCA\Onlyoffice\AdminSettings</admin>
    </settings>
</info>