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: 8e100266409e3327e12641f9a12c33ab72ff2af5 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?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>1.7.1</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>
    <category>social</category>
    <category>organization</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/edit-poll.png</screenshot>
    <dependencies>
        <nextcloud min-version="19" max-version="21" />
    </dependencies>
	<background-jobs>
		<job>OCA\Polls\Cron\NotificationCron</job>
	</background-jobs>
	<repair-steps>
        <pre-migration>
            <step>OCA\Polls\Migration\DeleteDuplicates</step>
        </pre-migration>
    </repair-steps>
	<navigations>
        <navigation>
            <name>Polls</name>
            <route>polls.page.index</route>
            <icon>app.svg</icon>
            <order>77</order>
        </navigation>
    </navigations>
</info>