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:
authorKlaus <klaus@jsxc.org>2019-04-10 10:39:50 +0300
committerKlaus <klaus@jsxc.org>2019-04-10 10:39:50 +0300
commitfe28a443eb44b4736d8d5d7bde3ff9e0492f5415 (patch)
tree44c2b9d6975bea7b535af552249e7e43b6e5c57e
parentbee095c2c5b973ef3900faddddab3b3012de81a0 (diff)
Set theme jekyll-theme-cayman and migrate Page Generator content
-rw-r--r--_config.yml8
-rw-r--r--index.html92
-rw-r--r--index.md24
-rw-r--r--params.json1
4 files changed, 32 insertions, 93 deletions
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..a35d10e
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,8 @@
+title: Piwik 4 Owncloud
+description: Track Owncloud users with Piwik Web Analytics
+google_analytics:
+show_downloads: true
+theme: jekyll-theme-cayman
+
+gems:
+ - jekyll-mentions
diff --git a/index.html b/index.html
deleted file mode 100644
index 30b9696..0000000
--- a/index.html
+++ /dev/null
@@ -1,92 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-us">
- <head>
- <meta charset="UTF-8">
- <title>Piwik 4 Owncloud by sualko</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
- <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
- </head>
- <body>
- <section class="page-header">
- <h1 class="project-name">Piwik 4 Owncloud</h1>
- <h2 class="project-tagline">Track Owncloud users with Piwik Web Analytics</h2>
- <a href="https://github.com/sualko/owncloud_piwik" class="btn">View on GitHub</a>
- <a href="https://github.com/sualko/owncloud_piwik/zipball/master" class="btn">Download .zip</a>
- <a href="https://github.com/sualko/owncloud_piwik/tarball/master" class="btn">Download .tar.gz</a>
- </section>
-
- <section class="main-content">
- <h1>
-<a id="owncloud_piwik" class="anchor" href="#owncloud_piwik" aria-hidden="true"><span class="octicon octicon-link"></span></a>owncloud_piwik</h1>
-
-<p>Track <a href="https://owncloud.org">Owncloud</a> users with <a href="https://piwik.org">Piwik Web Analytics</a>.</p>
-
-<h2>
-<a id="requirements" class="anchor" href="#requirements" aria-hidden="true"><span class="octicon octicon-link"></span></a>Requirements</h2>
-
-<ul>
-<li>Owncloud &gt;= 8</li>
-<li>Working piwik installation (tested with 2.14.3)</li>
-<li>Empty custom variable slots on index 1 and 2</li>
-</ul>
-
-<h2>
-<a id="what-will-be-tracked" class="anchor" href="#what-will-be-tracked" aria-hidden="true"><span class="octicon octicon-link"></span></a>What will be tracked?</h2>
-
-<ul>
-<li>Normal piwik stuff (url, page title, browser, ...)</li>
-<li>User ID aka Owncloud user</li>
-<li>App in first custom variable</li>
-<li>Share ID in second custom variable (<code>index.php/s/SHARE_ID</code>)</li>
-</ul>
-
-<h2>
-<a id="what-will-not-be-tracked" class="anchor" href="#what-will-not-be-tracked" aria-hidden="true"><span class="octicon octicon-link"></span></a>What will not be tracked?</h2>
-
-<ul>
-<li>Download</li>
-<li>Outlink</li>
-<li>File directory</li>
-</ul>
-
-<h2>
-<a id="installation" class="anchor" href="#installation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Installation</h2>
-
-<ul>
-<li>Download and extract to <code>OWNCLOUD_DIR/apps/piwik/</code>
-</li>
-<li>Enable app</li>
-<li>If needed create a new site in your piwik installation</li>
-<li>Insert piwik site id and url on the owncloud admin page (e.g. site id: <code>1</code>, url: <code>//domain.tld/piwik/</code>)</li>
-</ul>
-
- <footer class="site-footer">
- <span class="site-footer-owner"><a href="https://github.com/sualko/owncloud_piwik">Piwik 4 Owncloud</a> is maintained by <a href="https://github.com/sualko">sualko</a>.</span>
-
- <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
- </footer>
-
- </section>
-
-<!-- Piwik -->
-<script type="text/javascript">
- var _paq = _paq || [];
- _paq.push(['trackPageView']);
- _paq.push(['enableLinkTracking']);
- (function() {
- var u="//track.webstudio-bodensee.de/";
- _paq.push(['setTrackerUrl', u+'piwik.php']);
- _paq.push(['setSiteId', 11]);
- var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
- g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
- })();
-</script>
-<noscript><p><img src="//track.webstudio-bodensee.de/piwik.php?idsite=11" style="border:0;" alt="" /></p></noscript>
-<!-- End Piwik Code -->
-
-
- </body>
-</html>
diff --git a/index.md b/index.md
new file mode 100644
index 0000000..70dde60
--- /dev/null
+++ b/index.md
@@ -0,0 +1,24 @@
+# owncloud_piwik
+Track [Owncloud](https://owncloud.org) users with [Piwik Web Analytics](https://piwik.org).
+
+## Requirements
+- Owncloud >= 8
+- Working piwik installation (tested with 2.14.3)
+- Empty custom variable slots on index 1 and 2
+
+## What will be tracked?
+- Normal piwik stuff (url, page title, browser, ...)
+- User ID aka Owncloud user
+- App in first custom variable
+- Share ID in second custom variable (<code>index.php/s/SHARE_ID</code>)
+
+## What will not be tracked?
+- Download
+- Outlink
+- File directory
+
+## Installation
+- Download and extract to <code>OWNCLOUD_DIR/apps/piwik/</code>
+- Enable app
+- If needed create a new site in your piwik installation
+- Insert piwik site id and url on the owncloud admin page (e.g. site id: <code>1</code>, url: <code>//domain.tld/piwik/</code>)
diff --git a/params.json b/params.json
deleted file mode 100644
index 9347b4f..0000000
--- a/params.json
+++ /dev/null
@@ -1 +0,0 @@
-{"name":"Piwik 4 Owncloud","tagline":"Track Owncloud users with Piwik Web Analytics","body":"# owncloud_piwik\r\nTrack [Owncloud](https://owncloud.org) users with [Piwik Web Analytics](https://piwik.org).\r\n\r\n## Requirements\r\n- Owncloud >= 8\r\n- Working piwik installation (tested with 2.14.3)\r\n- Empty custom variable slots on index 1 and 2\r\n\r\n## What will be tracked?\r\n- Normal piwik stuff (url, page title, browser, ...)\r\n- User ID aka Owncloud user\r\n- App in first custom variable\r\n- Share ID in second custom variable (<code>index.php/s/SHARE_ID</code>)\r\n\r\n## What will not be tracked?\r\n- Download\r\n- Outlink\r\n- File directory\r\n\r\n## Installation\r\n- Download and extract to <code>OWNCLOUD_DIR/apps/piwik/</code>\r\n- Enable app\r\n- If needed create a new site in your piwik installation\r\n- Insert piwik site id and url on the owncloud admin page (e.g. site id: <code>1</code>, url: <code>//domain.tld/piwik/</code>)\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} \ No newline at end of file