Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sualko/cloud_piwik.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2019-04-09 12:01:32 +0300
committersualko <klaus@jsxc.org>2019-04-09 12:01:32 +0300
commit0f83f50202df803f5012e4f2bfaf9412db333d42 (patch)
tree1358e45f5febec6795378fd9ef7194fc7e9dea4a
parentf32be86dd2bb228dbded33f88c78cbb5bdd8ecbc (diff)
remove owncloud from description
-rwxr-xr-xREADME.md2
-rw-r--r--package.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index ae2771c..3d715a6 100755
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Track [Nextcloud](https://nextcloud.com) users with [Piwik/Matomo](https://matom
## What will be tracked?
- Normal Piwik/Matomo stuff (url, page title, browser, ...)
-- User ID aka Owncloud user
+- User ID aka Nextcloud user
- App in first custom variable
- Share ID in second custom variable (<code>index.php/s/SHARE_ID</code>)
- Share ID + folder or file name in third custom variable
diff --git a/package.json b/package.json
index f0ad20c..b2872a3 100644
--- a/package.json
+++ b/package.json
@@ -1,15 +1,15 @@
{
"name": "cloud_piwik",
"version": "0.5.1",
- "description": "Track owncloud/nextcloud users with piwik",
+ "description": "Track Nextcloud users with piwik/matomo",
"repository": {
"type": "git",
"url": "https://github.com/sualko/cloud_piwik.git"
},
"keywords": [
"nextcloud",
- "owncloud",
"piwik",
+ "matomo",
"tracking"
],
"author": "Klaus Herberth <klaus@jsxc.org>",