Skip to content

Commit

Permalink
improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
guustnieuwenhuis committed Apr 21, 2014
1 parent f707f3f commit 4a88e5a
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 8 deletions.
44 changes: 42 additions & 2 deletions README.md
@@ -1,4 +1,44 @@
MuraPiwik
=========
MuraPiwik v0.1
==============

Mura CMS plugin for Piwik integration.


Features
--------

* Automatically Insert Tracking Code
* JavaScript Tracking
* JavaScript Tracking with image fallback
* Image Tracking
* HTTP Tracking
* Admin Settings
* Per site configuration
* Piwik Dashboard
* View your Piwik Dashboard within Mura CMS


Installation
------------

Install the plugin by uploading a zip or by providing the url.


Configuration
-------------

When installing the plugin, provide the url for your Piwik instance.

Once the plugin is installed, further configuration is available within the site settings. On the "Extended Attributes"-tab you'll be able to set the Piwik siteId to be used and the method of Tracking.

Every Mura User can set his/her Piwik authentication code. Configuring this will allow the dashboad to be loaded even when the user is not loggedin to Piwik.


Roadmap
-------

Version 0.2
* All tracking options

Version 0.3
* Piwik widgets in the Mura Dashboard
46 changes: 40 additions & 6 deletions admin/views/instructions/default.cfm
Expand Up @@ -10,10 +10,44 @@ http://www.apache.org/licenses/LICENSE-2.0
--->
</cfsilent>
<cfoutput>
<h2>Plugin Configuration Instructions</h2>
<p>Within the plugin settings you're able to set url of Piwik.</p>
<h2>Site Configuration Instructions</h2>
<p>In the settings of a site you're able to configure site specific settings like the Piwik siteId and the method of tracking used.</p>
<h2>User Configuration Instructions</h2>
<p>Every user can set his/her Piwik authentication code. Once this code is set, the dashboard will automaticly load even when the user is not logged into Piwik.</p>

<h1>MuraPiwik v0.1</h1>
<p>Mura CMS plugin for Piwik integration.</p>

<h2>Features</h2>
<ul>
<li>Automatically Insert Tracking Code</li>
<ul>
<li>JavaScript Tracking</li>
<li>JavaScript Tracking with image fallback</li>
<li>Image Tracking</li>
<li>HTTP Tracking</li>
</ul>
<li>Admin Settings
<ul>
<li>Per site configuration</li>
</ul>
<li>Piwik Dashboard</li>
<ul>
<li>View your Piwik Dashboard within Mura CMS</li>
</ul>
</ul>

<h2>Installation</h2>
<p>Install the plugin by uploading a zip or by providing the url.</p>

<h2>Configuration</h2>
<p>When installing the plugin, provide the url for your Piwik instance.</p>
<p>Once the plugin is installed, further configuration is available within the site settings. On the "Extended Attributes"-tab you'll be able to set the Piwik siteId to be used and the method of Tracking.</p>
<p>Every Mura User can set his/her Piwik authentication code. Configuring this will allow the dashboad to be loaded even when the user is not loggedin to Piwik.</p>

<h2>Roadmap</h2>
<h3>Version 0.2</h3>
<ul>
<li>All tracking options</li>
</ul>
<h3>Version 0.3</h3>
<ul>
<li>Piwik widgets in the Mura Dashboard</li>
</ul>
</cfoutput>

0 comments on commit 4a88e5a

Please sign in to comment.