mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Clarify Piwik deprecation status
This commit is contained in:
parent
3b1ab2bbed
commit
ef0b19ccb2
2 changed files with 7 additions and 6 deletions
|
|
@ -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]+)?(/[^/?#@:]+)*$')
|
||||
|
|
|
|||
|
|
@ -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
|
||||
============
|
||||
|
|
|
|||
Loading…
Reference in a new issue