-
Notifications
You must be signed in to change notification settings - Fork 0
/
itcs_matomo.xml
94 lines (90 loc) · 3.02 KB
/
itcs_matomo.xml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="system" method="upgrade">
<name>Itcs Matomo</name>
<author>itcs</author>
<creationDate>November 2023</creationDate>
<copyright>Copyright it-conserv.de 2023</copyright>
<license>GNU General Public License version 3 or later</license>
<authorEmail>info@it-conserv.de</authorEmail>
<authorUrl>www.it-conserv.de</authorUrl>
<version>4.0.0</version>
<description>
<![CDATA[
<div class="alert alert-success" style="background-color:#DFF0D8;border-color:#D6E9C6;color: #468847;padding: 1px 0;">
<div align="center">
<h2 style="color: #f39c12;">Itcs Matomo Plugin</h2>
<p>Version 4.0.0</p>
<h4>A Plugin for the Matomo Analytics Tool</h4>
<p> </p>
<p>Insert here the tracking code, which should come into the Head area.</p>
<p>In addition, insert the iframe Custom Opt-Out code to be included in the privacy statement.<br />
Simply enter the short code <strong>{matomo_opt_out}</strong> in the privacy statement.</p>
<p><strong>Please activate the plugin and enter the codes.</strong></p>
<p>Copyright 2023 <a href="http://www.it-conserv.de/" title="it-conserv.de" rel="noopener noreferrer" target="_blank">www.it-conserv.de</a>.</p>
</div>
<style>table.adminform{width: 100%;}</style>
</div>
]]>
</description>
<languages>
<language tag="de-DE">language/de-DE/plg_system_itcs_matomo.ini</language>
<language tag="en-GB">language/en-GB/plg_system_itcs_matomo.ini</language>
<language tag="fr-FR">language/fr-FR/plg_system_itcs_matomo.ini</language>
</languages>
<namespace path="src">ITCS\Plugin\System\ItcsMatomo</namespace>
<files>
<folder plugin="itcs_matomo">services</folder>
<folder>language</folder>
<folder>src</folder>
<filename>lizenz_gpl.txt</filename>
</files>
<updateservers>
<server type="extension" priority="2" name="Plugin itcs Matomo">
https://it-conserv.de/phocadownload/plugins/itcs_matomo/itcs_matomo-update.xml
</server>
</updateservers>
<changelogurl>https://it-conserv.de/phocadownload/plugins/itcs_matomo/itcs_matomo-changelog.xml</changelogurl>
<config>
<fields name="params" addfieldpath="/plugins/system/itcs_matomo/src/fields">
<fieldset name="basic">
<field
type="itcsdonation"
label="ITCS_DONATION"
description="ITCS_DONATION_DESC"
/>
<field
name="hcode"
type="editor"
label="ITCS_MATOMO_ANALYTIC_CODE"
description="ITCS_MATOMO_ANALYTIC_CODE_DESC"
editor="codemirror|none"
buttons="no"
height="500px"
rows="20"
cols="80"
syntax="html"
filter="raw"
/>
<field
name="optout_note"
type="note"
label="ITCS_MATOMO_OPTOUT_NOTE"
description="ITCS_MATOMO_OPTOUT_NOTE_DESC"
/>
<field
name="optout"
type="editor"
label="ITCS_MATOMO_OPTOUT_CODE"
description="ITCS_MATOMO_OPTOUT_CODE_DESC"
editor="codemirror|none"
buttons="no"
height="500px"
rows="20"
cols="80"
syntax="html"
filter="raw"
/>
</fieldset>
</fields>
</config>
</extension>