This repository was archived by the owner on Dec 2, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathinfo.xml
More file actions
57 lines (52 loc) · 1.98 KB
/
info.xml
File metadata and controls
57 lines (52 loc) · 1.98 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
<?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>cloud_py_api</id>
<name>Cloud Python API</name>
<summary>Nextcloud Python API (Framework)</summary>
<description>
< - Nextcloud Media Duplicate Collector app
]]>
</description>
<version>0.2.0</version>
<licence>agpl</licence>
<author mail="andrey18106x@gmail.com" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
<author mail="bigcat88@icloud.com" homepage="https://github.com/bigcat88">Alexander Piskun</author>
<namespace>Cloud_Py_API</namespace>
<documentation>
<admin>https://github.com/cloud-py-api/cloud_py_api/wiki</admin>
</documentation>
<category>integration</category>
<category>tools</category>
<website>https://github.com/cloud-py-api/cloud_py_api</website>
<bugs>https://github.com/cloud-py-api/cloud_py_api/issues</bugs>
<repository type="git">https://github.com/cloud-py-api/cloud_py_api</repository>
<dependencies>
<php min-version="7.4" min-int-size="64" />
<nextcloud min-version="30" max-version="31" />
</dependencies>
<repair-steps>
<post-migration>
<step>OCA\Cloud_Py_API\Migration\AppUpdateStep</step>
</post-migration>
<install>
<step>OCA\Cloud_Py_API\Migration\AppDataInitializationStep</step>
</install>
</repair-steps>
<commands>
<command>OCA\Cloud_Py_API\Command\GetFileContentsCommand</command>
</commands>
<settings>
<admin>OCA\Cloud_Py_API\Settings\AdminSettings</admin>
<admin-section>OCA\Cloud_Py_API\Settings\AdminSection</admin-section>
</settings>
</info>