richdocuments/appinfo/info.xml.in

19 lines
652 B
XML
Raw Normal View History

2013-06-30 20:53:42 +02:00
<?xml version="1.0"?>
<info>
2015-12-16 17:57:44 +03:00
<id>richdocuments</id>
<name>Collabora Online</name>
2013-06-30 20:53:42 +02:00
<description>An ownCloud app to work with office documents</description>
<licence>AGPL</licence>
2016-04-17 11:56:56 +02:00
<version>@PACKAGE_VERSION@</version>
2015-10-23 14:00:36 +02:00
<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>
2013-09-23 22:56:27 +03:00
<public>
2015-12-16 17:57:44 +03:00
<richdocuments>public.php</richdocuments>
2013-09-23 22:56:27 +03:00
</public>
2013-06-30 20:53:42 +02:00
</info>