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

.gitmodules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb478265d797cbef65342066c3cc886d0a568bfb (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
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
[submodule "plugins/SecurityInfo"]
    path = plugins/SecurityInfo
    url = https://github.com/matomo-org/plugin-SecurityInfo.git
    branch = master
[submodule "plugins/TreemapVisualization"]
    path = plugins/TreemapVisualization
    url = https://github.com/matomo-org/plugin-TreemapVisualization.git
    branch = master
[submodule "plugins/VisitorGenerator"]
    path = plugins/VisitorGenerator
    url = https://github.com/matomo-org/plugin-VisitorGenerator.git
    branch = master
[submodule "plugins/CustomAlerts"]
    path = plugins/CustomAlerts
    url = https://github.com/matomo-org/plugin-CustomAlerts.git
    branch = master
[submodule "plugins/TasksTimetable"]
    path = plugins/TasksTimetable
    url = https://github.com/matomo-org/plugin-TasksTimetable.git
    branch = master
[submodule "plugins/QueuedTracking"]
    path = plugins/QueuedTracking
    url = https://github.com/matomo-org/plugin-QueuedTracking.git
    branch = master
[submodule "tests/travis"]
    path = tests/travis
    url = https://github.com/matomo-org/travis-scripts.git
    branch = master
[submodule "plugins/LogViewer"]
	path = plugins/LogViewer
	url = https://github.com/matomo-org/plugin-LogViewer.git
    branch = master
[submodule "plugins/AnonymousPiwikUsageMeasurement"]
	path = plugins/AnonymousPiwikUsageMeasurement
	url = https://github.com/matomo-org/plugin-AnonymousPiwikUsageMeasurement.git
    branch = master
[submodule "plugins/Bandwidth"]
	path = plugins/Bandwidth
	url = https://github.com/matomo-org/plugin-Bandwidth.git
    branch = master
[submodule "plugins/LoginLdap"]
	path = plugins/LoginLdap
	url = https://github.com/matomo-org/plugin-LoginLdap.git
    branch = master
[submodule "plugins/MarketingCampaignsReporting"]
	path = plugins/MarketingCampaignsReporting
	url = https://github.com/matomo-org/plugin-MarketingCampaignsReporting.git
    branch = master
[submodule "plugins/TagManager"]
	path = plugins/TagManager
	url = https://github.com/matomo-org/tag-manager.git
	branch = master
[submodule "plugins/DeviceDetectorCache"]
	path = plugins/DeviceDetectorCache
	url = https://github.com/matomo-org/plugin-DeviceDetectorCache.git
[submodule "plugins/Provider"]
	path = plugins/Provider
	url = https://github.com/matomo-org/plugin-Provider.git
[submodule "plugins/CustomVariables"]
	path = plugins/CustomVariables
	url = https://github.com/matomo-org/plugin-CustomVariables.git
[submodule "plugins/TrackingSpamPrevention"]
	path = plugins/TrackingSpamPrevention
	url = https://github.com/matomo-org/plugin-TrackingSpamPrevention.git


# Add new Plugin submodule above this line ^^
#
# Note: when you add a submodule that SHOULD be left in the packaged release such as the few submodules below,
#       then you MUST add these submodules names in the SUBMODULES_PACKAGED_WITH_CORE variable in:
#       https://github.com/matomo-org/matomo-package/blob/master/scripts/build-package.sh
[submodule "misc/log-analytics"]
    path = misc/log-analytics
    url = https://github.com/matomo-org/matomo-log-analytics.git
    branch = master
[submodule "plugins/Morpheus/icons"]
	path = plugins/Morpheus/icons
	url = https://github.com/matomo-org/matomo-icons.git

# Note: do not add new plugin submodules here, but a few lines above