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: 8a6eb6137141d6b09a2268ab6b66675d5ae0b7d8 (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
[submodule "plugins/SecurityInfo"]
    path = plugins/SecurityInfo
    url = https://github.com/piwik/plugin-SecurityInfo.git
    branch = master
[submodule "plugins/TreemapVisualization"]
    path = plugins/TreemapVisualization
    url = https://github.com/piwik/plugin-TreemapVisualization.git
    branch = master
[submodule "plugins/VisitorGenerator"]
    path = plugins/VisitorGenerator
    url = https://github.com/piwik/plugin-VisitorGenerator.git
    branch = master
[submodule "plugins/CustomAlerts"]
    path = plugins/CustomAlerts
    url = https://github.com/piwik/plugin-CustomAlerts.git
    branch = master
[submodule "plugins/TasksTimetable"]
    path = plugins/TasksTimetable
    url = https://github.com/piwik/plugin-TasksTimetable.git
    branch = master
[submodule "plugins/LoginHttpAuth"]
    path = plugins/LoginHttpAuth
    url = https://github.com/piwik/plugin-LoginHttpAuth.git
    branch = master
[submodule "plugins/QueuedTracking"]
    path = plugins/QueuedTracking
    url = https://github.com/piwik/plugin-QueuedTracking.git
    branch = master
[submodule "tests/UI/expected-ui-screenshots"]
    path = tests/UI/expected-ui-screenshots
    url = https://github.com/piwik/piwik-ui-tests.git
    branch = master
[submodule "tests/travis"]
    path = tests/travis
    url = https://github.com/piwik/travis-scripts
    branch = master
[submodule "plugins/LogViewer"]
	path = plugins/LogViewer
	url = https://github.com/piwik/plugin-LogViewer.git
    branch = master
[submodule "plugins/AnonymousPiwikUsageMeasurement"]
	path = plugins/AnonymousPiwikUsageMeasurement
	url = https://github.com/piwik/plugin-AnonymousPiwikUsageMeasurement.git
    branch = master
[submodule "plugins/CustomDimensions"]
	path = plugins/CustomDimensions
	url = https://github.com/piwik/plugin-CustomDimensions.git
    branch = master


# 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/piwik/piwik-package/blob/master/scripts/build-package.sh
[submodule "libs/PiwikTracker"]
    path = libs/PiwikTracker
    url = https://github.com/piwik/piwik-php-tracker.git
    branch = master
[submodule "misc/log-analytics"]
    path = misc/log-analytics
    url = https://github.com/piwik/piwik-log-analytics.git
    branch = master

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