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: 6138e62bad95cde374c27d4c459589c75eca23da (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
[submodule "plugins/PleineLune"]
    path = plugins/PleineLune
    url = https://github.com/piwik/theme-PleineLune.git
    branch = master
[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

# 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