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

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-12-08 11:30:50 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-12-08 11:40:50 +0300
commitd5c5b6beaad9ae243bd3216f6b6a61c11f3ab040 (patch)
tree732b855a75fa4df297b05ab25b1160a4f552d894 /appinfo
parente3e2b6b35e719521a3b924c23f4619b4b63c132a (diff)
Update info.xmlv1.0.1
* Updated description * Added category so it at least shows up * Bumped dependencies (5.6 default) * Bumped to 1.0.1 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml17
1 files changed, 12 insertions, 5 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5f008f7..423c1b8 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,20 +1,27 @@
<?xml version="1.0"?>
-<info>
+<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>previewgenerator</id>
<name>Preview Generator</name>
- <description>
- App to pre-generate previews.
+ <summary>A preview pre-generation app</summary>
+ <description><![CDATA[The Preview Generator app allows admins to pre-generate previews. The app listens to edit events and stores this information. Once a cron job is triggered it will generate start preview generation. This means that you can better utilize your system by pre-generating previews when your system is normally idle and thus putting less load on your machine when the requests are actually served.
- Be sure to add './occ preview:pre-generate' to a cronjob
+The app does not replace on demand preview generation so if a preview is requested before it is pre-generated it will still be shown.
+
+**Important**: To enable pre-generation of previews you must add **./occ preview:pre-generate** to a system cron job that runs at times of your choosing.]]>
</description>
<licence>AGPL</licence>
<author>Roeland Jago Douma</author>
- <version>1.0.0</version>
+ <version>1.0.1</version>
<namespace>PreviewGenerator</namespace>
+ <category>multimedia</category>
+ <website>https://github.com/rullzer/previewgenerator</website>
+ <bugs>https://github.com/rullzer/previewgenerator/issues</bugs>
+ <repository type="git">https://github.com/rullzer/previewgenerator.git</repository>
<types>
<filesystem/>
</types>
<dependencies>
+ <php min-version="5.6"/>
<nextcloud min-version="11" max-version="11" />
</dependencies>