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: 1fdb8d775a821ca14c035df22560241fe9ae3958 (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>ONLYOFFICE connector</summary>
    <description>ONLYOFFICE connector enables you to edit Office documents within ONLYOFFICE from the familiar web interface. 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 your file storage.</description>
    <licence>agpl</licence>
    <author>Ascensio System SIA</author>
    <version>1.1.6</version>
    <namespace>Onlyoffice</namespace>
    <types>
        <filesystem/>
    </types>
    <documentation>
        <admin>https://api.onlyoffice.com/editors/owncloud</admin>
        <developer>https://api.onlyoffice.com/editors/owncloud</developer>
        <user>https://api.onlyoffice.com/editors/owncloud</user>
    </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/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>