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:
authorJoas Schilling <coding@schilljs.com>2017-07-03 12:44:34 +0300
committerJoas Schilling <coding@schilljs.com>2017-07-03 12:44:34 +0300
commitfb931bee2edc05f5dccff9336658dc7640a492f8 (patch)
tree6a17944d0b5bcddcf4566e899d2ad2b85af5fe93 /appinfo
parentc4654e7f41274235bfba9c566a11ec8a67e137b8 (diff)
Move screenshot file and fix markdown
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 305fb66..9e442ed 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -2,16 +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.
-
- 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>
+ <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](docs/screenshot.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/docs/screenshot.png</screenshot>
<licence>AGPL</licence>
<author>Joas Schilling</author>
<version>1.3.0</version>