mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-08 07:54:13 +01:00
try out a universal test second shot trying nc and oc, throw away php 5.4 and server versions below 9.0 all env information in one line, otherwise to many useless builds are composed drop some cases, fix typo fix url, further reduce number of tests scenarios url fix, and further reduce tests scenarios moar fixes test against the desired server branch attempt to reduce more test scenarios more url fixes fix branch, excludes did not work adjust version info
22 lines
740 B
XML
22 lines
740 B
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>bookmarks</id>
|
|
<name>Bookmarks</name>
|
|
<description>Bookmark manager for ownCloud</description>
|
|
<licence>AGPL</licence>
|
|
<author>Arthur Schiwon, Marvin Thomas Rabe, Stefan Klemm</author>
|
|
<standalone/>
|
|
<version>0.9.0</version>
|
|
<documentation>
|
|
<user>https://doc.owncloud.org/server/9.0/user_manual/bookmarks.html</user>
|
|
</documentation>
|
|
<category>productivity</category>
|
|
<website>https://github.com/owncloud/bookmarks</website>
|
|
<bugs>https://github.com/owncloud/bookmarks/issues</bugs>
|
|
<repository type="git">https://github.com/owncloud/bookmarks.git</repository>
|
|
<dependencies>
|
|
<owncloud min-version="9.0" max-version="9.2" />
|
|
</dependencies>
|
|
<ocsid>168710</ocsid>
|
|
</info>
|