← Back
Editing: info.xml
<?xml version="1.0"?> <!-- - SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors - SPDX-License-Identifier: AGPL-3.0-or-later --> <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>4.0.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="33" max-version="33" /> </dependencies> <settings> <admin>OCA\Files_Retention\Settings\Admin</admin> </settings> </info>
Save File
Cancel