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

info.xml « appinfo - github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5f008f744283d953f0c2f4e285649ec61d03cdaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<info>
	<id>previewgenerator</id>
	<name>Preview Generator</name>
	<description>
		App to pre-generate previews.

		Be sure to add './occ preview:pre-generate' to a cronjob
	</description>
	<licence>AGPL</licence>
	<author>Roeland Jago Douma</author>
	<version>1.0.0</version>
	<namespace>PreviewGenerator</namespace>
	<types>
		<filesystem/>
	</types>
	<dependencies>
		<nextcloud min-version="11" max-version="11" />
	</dependencies>

	<commands>
		<command>OCA\PreviewGenerator\Command\Generate</command>
		<command>OCA\PreviewGenerator\Command\DeleteOld</command>
		<command>OCA\PreviewGenerator\Command\PreGenerate</command>
	</commands>
</info>