Clarify Piwik deprecation status

This commit is contained in:
Scott Karlin 2019-04-08 08:54:17 -04:00
parent c36b0a3fbd
commit df29bd446c
2 changed files with 7 additions and 6 deletions

View file

@ -15,7 +15,7 @@ from analytical.utils import (is_internal_ip, disable_html,
get_required_setting, get_identity)
import warnings
warnings.warn('The Piwik module will be deprecated', DeprecationWarning)
warnings.warn('The Piwik module is deprecated; use the Matomo module.', DeprecationWarning)
# domain name (characters separated by a dot), optional port, optional URI path, no slash
DOMAINPATH_RE = re.compile(r'^(([^./?#@:]+\.)*[^./?#@:]+)+(:[0-9]+)?(/[^/?#@:]+)*$')

View file

@ -1,5 +1,5 @@
==================================
Piwik (Deprecation Path) -- open source web analytics
Piwik (deprecated) -- open source web analytics
==================================
Piwik_ is an open analytics platform currently used by individuals,
@ -9,12 +9,13 @@ will always be yours, because you run your own analytics server.
.. _Piwik: http://www.piwik.org/
Deprecation Path
================
Deprecated
==========
Note that Piwik is now known as Matomo. New projects should use the
Matomo integration. The Piwik integration in django-analytical will
eventually be deprecated.
Matomo integration. The Piwik integration in django-analytical is
deprecated and eventually will be removed.
Installation
============