-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathinfo.xml
34 lines (27 loc) · 1.22 KB
/
info.xml
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
<?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>files_retention</id>
<name>Retention</name>
<summary>This application allows for automatic deletion of files after a given time.</summary>
<description>An app for Nextcloud to control automatic deletion of files after a given time.
Optionally the users can be informed the day before.</description>
<version>1.17.1</version>
<licence>agpl</licence>
<author>Roeland Jago Douma</author>
<namespace>Files_Retention</namespace>
<documentation>
<admin>https://docs.nextcloud.com/server/stable/go.php?to=admin-files-retention</admin>
</documentation>
<category>tools</category>
<website>https://github.com/nextcloud/files_retention</website>
<bugs>https://github.com/nextcloud/files_retention/issues</bugs>
<repository>https://github.com/nextcloud/files_retention.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/files_retention/master/screenshots/1.png</screenshot>
<dependencies>
<nextcloud min-version="28" max-version="28" />
</dependencies>
<settings>
<admin>OCA\Files_Retention\Settings\Admin</admin>
</settings>
</info>