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:
-rw-r--r--README.md9
-rw-r--r--appinfo/info.xml11
-rw-r--r--screenshots/tagging-retention.pngbin0 -> 50750 bytes
3 files changed, 18 insertions, 2 deletions
diff --git a/README.md b/README.md
index 266d8aa..19d4707 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,13 @@
# Nextcloud Files Automated Tagging App
-An app for Nextcloud that automatically assigns tags to newly uploaded files based on some conditions
+n 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.
## QA metrics on master branch:
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>
diff --git a/screenshots/tagging-retention.png b/screenshots/tagging-retention.png
new file mode 100644
index 0000000..7ce3062
--- /dev/null
+++ b/screenshots/tagging-retention.png
Binary files differ