Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2017-06-30 18:19:57 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2017-06-30 18:21:20 +0300
commit86172d8cff76ea5fc18bdc81032a4530cc436d02 (patch)
treee1de3b956305a0b335f52e799b235f2aeea19039 /appinfo/info.xml
parent64f942c72047658b049b09f67188d157be0c7603 (diff)
add screenshot & improved description
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 15556aa..305fb66 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -2,7 +2,16 @@
<info>
<id>files_automatedtagging</id>
<name>Files automated tagging</name>
- <description>An app for Nextcloud that automatically assigns tags to newly uploaded files based on some conditions</description>
+ <description>An app for Nextcloud that automatically assigns tags to newly uploaded files based on some conditions.
+
+ The tags can later be used to control retention, file access, automatic script execution and more.
+
+ ![screenshot](screenshots/tagging-retention.png)
+
+ ## How it works
+ To define tags, administrators can create and manage a set of rule groups. Each rule group consists of one or more rules combined through operators. Rules can include criteria like file type, size, time and more. A request matches a group if all rules evaluate to true. On uploading a file all defined groups are evaluated and when matching, the given tags are assigned to the file.
+ </description>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/files_automatedtagging/master/screenshots/tagging-retention.png</screenshot>
<licence>AGPL</licence>
<author>Joas Schilling</author>
<version>1.3.0</version>