Skip to content

Commit 6f08995

Browse files
committed
why info.xml?
Signed-off-by: dartcafe <github@dartcafe.de>
1 parent 9ec0f24 commit 6f08995

File tree

1 file changed

+34
-22
lines changed

1 file changed

+34
-22
lines changed

appinfo/info.xml

Lines changed: 34 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,64 @@
66
<description>A polls app, similar to Doodle/Dudle with the possibility to restrict access (members, certain groups/users, hidden and public).</description>
77
<version>8.0.0-alpha13</version>
88
<licence>agpl</licence>
9+
910
<author>Vinzenz Rosenkranz</author>
1011
<author>René Gieling</author>
1112
<author>Kai Schröer</author>
13+
1214
<documentation>
1315
<admin>https://github.com/nextcloud/polls/blob/master/README.md</admin>
1416
</documentation>
17+
1518
<category>tools</category>
1619
<category>social</category>
1720
<category>organization</category>
21+
1822
<website>https://github.com/nextcloud/polls</website>
1923
<discussion>https://help.nextcloud.com/tag/polls-app</discussion>
2024
<bugs>https://github.com/nextcloud/polls/issues</bugs>
2125
<repository type="git">https://github.com/nextcloud/polls.git</repository>
26+
2227
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/overview.png</screenshot>
2328
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/vote.png</screenshot>
2429
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/edit-poll.png</screenshot>
30+
2531
<dependencies>
2632
<php min-version="8.1"/>
2733
<nextcloud min-version="29" max-version="31"/>
2834
</dependencies>
29-
<activity>
30-
<providers>
31-
<provider>OCA\Polls\Provider\ActivityProvider</provider>
32-
</providers>
33-
<filters>
34-
<filter>OCA\Polls\Filter\ActivityFilter</filter>
35-
</filters>
36-
</activity>
35+
3736
<background-jobs>
3837
<job>OCA\Polls\Cron\NotificationCron</job>
3938
<job>OCA\Polls\Cron\JanitorCron</job>
4039
<job>OCA\Polls\Cron\AutoReminderCron</job>
4140
</background-jobs>
41+
42+
<settings>
43+
<admin-section>OCA\Polls\Settings\AdminSection</admin-section>
44+
<personal-section>OCA\Polls\Settings\PersonalSection</personal-section>
45+
<admin>OCA\Polls\Settings\AdminSettings</admin>
46+
<personal>OCA\Polls\Settings\PersonalSettings</personal>
47+
</settings>
48+
49+
<activity>
50+
<filters>
51+
<filter>OCA\Polls\Filter\ActivityFilter</filter>
52+
</filters>
53+
<providers>
54+
<provider>OCA\Polls\Provider\ActivityProvider</provider>
55+
</providers>
56+
</activity>
57+
58+
<navigations>
59+
<navigation>
60+
<name>Polls</name>
61+
<route>polls.page.indexindex</route>
62+
<icon>app.svg</icon>
63+
<order>77</order>
64+
</navigation>
65+
</navigations>
66+
4267
<commands>
4368
<command>OCA\Polls\Command\Share\Add</command>
4469
<command>OCA\Polls\Command\Share\Remove</command>
@@ -50,12 +75,7 @@
5075
<command>OCA\Polls\Command\Db\ResetWatch</command>
5176
<command>OCA\Polls\Command\Poll\TransferOwnership</command>
5277
</commands>
53-
<settings>
54-
<admin-section>OCA\Polls\Settings\AdminSection</admin-section>
55-
<personal-section>OCA\Polls\Settings\PersonalSection</personal-section>
56-
<admin>OCA\Polls\Settings\AdminSettings</admin>
57-
<personal>OCA\Polls\Settings\PersonalSettings</personal>
58-
</settings>
78+
5979
<repair-steps>
6080
<pre-migration>
6181
<step>OCA\Polls\Migration\RepairSteps\RemoveObsoleteMigrations</step>
@@ -71,12 +91,4 @@
7191
<step>OCA\Polls\Migration\RepairSteps\Install</step>
7292
</install>
7393
</repair-steps>
74-
<navigations>
75-
<navigation>
76-
<name>Polls</name>
77-
<route>polls.page.indexindex</route>
78-
<icon>app.svg</icon>
79-
<order>77</order>
80-
</navigation>
81-
</navigations>
8294
</info>

0 commit comments

Comments
 (0)