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

info.xml « appinfo « build - github.com/sualko/cloud_piwik.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04a07391800f00eec2a06b8d595e6ed79161d34c (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
27
28
29
<?xml version="1.0"?>
<info>
	<id>piwik</id>
	<name>Piwik/Matomo Tracking</name>
	<summary>Track users with Piwik/Matomo</summary>
	<description>Track users with Piwik/Matomo</description>
	<version>0.5.2</version>
	<licence>agpl</licence>
	<author>Klaus Herberth</author>
	<category>tools</category>

	<website>http://sualko.github.io/cloud_piwik/</website>
	<bugs>https://github.com/sualko/cloud_piwik/issues</bugs>
	<repository type="git">https://github.com/sualko/cloud_piwik.git</repository>

	<dependencies>
		<nextcloud min-version="14" max-version="16"/>
	</dependencies>

	<repair-steps>
		<post-migration>
			<step>OCA\Piwik\Migration\Settings</step>
		</post-migration>
	</repair-steps>

	<settings>
		<admin>OCA\Piwik\Settings\Admin</admin>
	</settings>
</info>