-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathinfo.xml
More file actions
97 lines (84 loc) · 3.47 KB
/
info.xml
File metadata and controls
97 lines (84 loc) · 3.47 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2019-2024 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-only
-->
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>forms</id>
<name>Forms</name>
<summary>📝 Simple surveys and questionnaires, self-hosted</summary>
<description><.
- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!
]]></description>
<version>5.3.0-dev.0</version>
<licence>AGPL-3.0-or-later</licence>
<author>Affan Hussain</author>
<author>Ajfar Huq</author>
<author>Christian Hartmann</author>
<author>Ferdinand Thiessen</author>
<author>Hamza Mahjoubi</author>
<author>Inigo Jiron</author>
<author>Jan C. Borchardt</author>
<author>John Molakvoæ</author>
<author>Jonas Rittershofer</author>
<author>Kai Schröer</author>
<author>Kameron Sheppard</author>
<author>Kostiantyn Miakshyn</author>
<author>Natalie Gilbert</author>
<author>Nick Gallo</author>
<author>René Gieling</author>
<author>Stephan Link</author>
<author>Tim Sattizahn</author>
<author>Vinzenz Rosenkranz</author>
<types>
<prevent_group_restriction />
</types>
<documentation>
<admin>https://github.com/nextcloud/forms/blob/main/README.md</admin>
</documentation>
<category>tools</category>
<category>social</category>
<category>organization</category>
<website>https://github.com/nextcloud/forms</website>
<bugs>https://github.com/nextcloud/forms/issues</bugs>
<repository type="git">https://github.com/nextcloud/forms</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/forms/main/screenshots/forms1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/forms/main/screenshots/forms2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/forms/main/screenshots/forms3.png</screenshot>
<dependencies>
<nextcloud min-version="32" max-version="34" />
</dependencies>
<background-jobs>
<job>OCA\Forms\BackgroundJob\CleanupUploadedFilesJob</job>
</background-jobs>
<settings>
<admin>OCA\Forms\Settings\Settings</admin>
<admin-section>OCA\Forms\Settings\SettingsSection</admin-section>
</settings>
<activity>
<settings>
<setting>OCA\Forms\Activity\Settings\NewShare</setting>
<setting>OCA\Forms\Activity\Settings\NewSubmission</setting>
<setting>OCA\Forms\Activity\Settings\NewSharedSubmission</setting>
</settings>
<filters>
<filter>OCA\Forms\Activity\Filter</filter>
</filters>
<providers>
<provider>OCA\Forms\Activity\Provider</provider>
</providers>
</activity>
<navigations>
<navigation>
<name>Forms</name>
<route>forms.page.index</route>
<icon>forms.svg</icon>
<order>77</order>
</navigation>
</navigations>
</info>