Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1872212fc76fc5ea807b7e853f95fb75de5a839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<info>
   <id>polls</id>
   <name>Polls</name>
   <description>A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public).</description>
   <documentation>
      <admin>https://github.com/nextcloud/polls/blob/master/README.md</admin>
   </documentation>
   <screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/new-poll.png</screenshot>
   <version>0.8.0</version>
   <licence>AGPL</licence>
   <author>Vinzenz Rosenkranz</author>
   <category>tools</category>
   <website>https://github.com/nextcloud/polls</website>
   <bugs>https://github.com/nextcloud/polls/issues</bugs>
   <repository type="git">https://github.com/nextcloud/polls.git</repository>
   <dependencies>
      <owncloud min-version="8.1" max-version="10"/>
      <nextcloud min-version="11" max-version="13" />
   </dependencies>
   <ocsid>174671</ocsid>
</info>