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: 384e4cbd5c1bd73c3d9c0ab0c824917ff7eed734 (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
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
    <id>polls</id>
    <name>Polls</name>
    <summary>A polls app, similar to doodle/dudle with the possibility to restrict access.</summary>
    <description>A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public).</description>
    <version>0.9.0</version>
    <licence>agpl</licence>
    <author>Vinzenz Rosenkranz</author>
    <author>René Gieling</author>
    <author>Kai Schröer</author>
    <documentation>
        <admin>https://github.com/nextcloud/polls/blob/master/README.md</admin>
    </documentation>
    <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>
    <screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/overview.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/vote.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/new-poll.png</screenshot>
    <dependencies>
        <nextcloud min-version="13" max-version="13" />
    </dependencies>
</info>