From f7c1e3a490e5374f7fb6463adc7e5647e01cf710 Mon Sep 17 00:00:00 2001 From: za Date: Mon, 29 Oct 2018 15:15:58 +0700 Subject: [PATCH] Issue 2236: replace piwik with matomo and also (PIWIK with MATOMO) --- docs/settings.rst | 6 +++--- pelican/themes/notmyidea/templates/analytics.html | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/settings.rst b/docs/settings.rst index e09a90dc..7ba89a47 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -1193,16 +1193,16 @@ free to use them in your themes as well. A list of tuples (Title, URL) for additional menu items to appear at the beginning of the main menu. -.. data:: PIWIK_URL +.. data:: MATOMO_URL URL to your Piwik server - without 'http://' at the beginning. -.. data:: PIWIK_SSL_URL +.. data:: MATOMO_SSL_URL If the SSL-URL differs from the normal Piwik-URL you have to include this setting too. (optional) -.. data:: PIWIK_SITE_ID +.. data:: MATOMO_SITE_ID ID for the monitored website. You can find the ID in the Piwik admin interface > Settings > Websites. diff --git a/pelican/themes/notmyidea/templates/analytics.html b/pelican/themes/notmyidea/templates/analytics.html index a966c4c2..1cdbf1c1 100644 --- a/pelican/themes/notmyidea/templates/analytics.html +++ b/pelican/themes/notmyidea/templates/analytics.html @@ -24,22 +24,22 @@ })(); {% endif %} -{% if PIWIK_URL and PIWIK_SITE_ID %} +{% if MATOMO_URL and MATOMO_SITE_ID %} {% endif %}