Adds the OCS ID for https://apps.owncloud.com/content/show.php/Collabora+Online+connector?content=174727
20 lines
675 B
XML
20 lines
675 B
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>richdocuments</id>
|
|
<name>Collabora Online</name>
|
|
<description>An ownCloud app to work with office documents</description>
|
|
<licence>AGPL</licence>
|
|
<version>@PACKAGE_VERSION@</version>
|
|
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
|
|
<bugs>https://github.com/owncloud/richdocuments/issues</bugs>
|
|
<repository type="git">https://github.com/owncloud/richdocuments.git</repository>
|
|
<category>productivity</category>
|
|
<dependencies>
|
|
<owncloud min-version="8.2" max-version="9.0" />
|
|
</dependencies>
|
|
<public>
|
|
<richdocuments>public.php</richdocuments>
|
|
</public>
|
|
<ocsid>174727</ocsid>
|
|
</info>
|