Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//mon.opendataservices.coop/piwik/";
var u="//mon.opendataservices.coop/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '12']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
Expand Down
2 changes: 1 addition & 1 deletion docs/privacy-notice.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can opt out of this processing: If you have set your web browser to "I do no

Matomo also it’s own opt out mechanism:
<!-- opt out iframe - clicking this will mean people can opt out of tracking -->
<iframe style="border: 1; height: 150px; width: 600px;" src="https://mon.opendataservices.coop/piwik/index.php?module=CoreAdminHome&amp;action=optOut&amp;language=en"></iframe>
<iframe style="border: 1; height: 150px; width: 600px;" src="https://mon.opendataservices.coop/index.php?module=CoreAdminHome&amp;action=optOut&amp;language=en"></iframe>

Data processors: Bytemark.

Expand Down
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ transifex-client
sphinx_rtd_theme
# recommonmark commit pinned from master branch
-e git+https://github.com/rtfd/recommonmark.git@c410abb565a3c4ad4de0ce204ab2fa2db8031cf1#egg=recommonmark
jsonref<1
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ six==1.12.0
snowballstemmer==1.2.1
sphinxcontrib-websupport==1.0.1
urllib3==1.25.7
jsonref==0.3.0