To modify faq.

This commit is contained in:
YAMAMOTO Takashi 2015-04-25 23:35:17 +09:00
parent 0cc00d0acd
commit 7b74449c2d
2 changed files with 12 additions and 5 deletions

View file

@ -1,7 +1,9 @@
# Piwik ClickHeat Plugin
## Description
ClickHeat is a visual heatmap of clicks on a HTML page, showing hot and cold click zones. This plugin based on [Dugwood's ClickHeat version 1.14](https://github.com/dugwood/clickheat). It is an OpenSource software, released under GPL licence, and free of charge.
ClickHeat is a visual heatmap of clicks on a HTML page, showing hot and cold click zones. This plugin based on [Dugwood's ClickHeat version 1.14](https://github.com/dugwood/clickheat). It is an OpenSource software, released under GPL licence, and free of charge.
__Plugin not consider the IIS.__ Sorry.
## Installation
Install it via Piwik Marketplace.
@ -40,6 +42,10 @@ Therefore, you must authorize the ClickHeat tracker just as the Piwik tracker.
This link helps you: [Apache 403 Forbidden Error and Solution](http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/)
__After installing the plugin, Piwik Administration area shows "page not found 404 error".__
This plugin doesn't consider the IIS. Sorry. And please delete the ClickHeat plugin (yourpiwik/plugins/ClickHeat) manually via FTP or Explorer.
__Does it withstands high traffics ?__
This plugin uses minimal text to record data and file based logging. And when click.php is called from a special Javascript for cgi, just append text on end of the each file. And when you analyze the click data and make a heatmap, plugin will create cached heatmap as png image file.
@ -60,9 +66,10 @@ Check that your website does not set the HTTP header __X-FRAME-OPTIONS__ to __SA
* 0.1.0 First beta
* 0.1.2 to append faq
* 0.1.3 to append faq
## License
GPL v3 or later
## Support
Please direct any feedback to [yamachan@piwikjapan.org](mailto:yamachan@piwikjapan.org).
Please direct any feedback to [yamachan@piwikjapan.org](mailto:yamachan@piwikjapan.org).

View file

@ -1,8 +1,8 @@
{
"name": "ClickHeat",
"homepage": "http://piwikjapan.org",
"version": "0.1.2",
"description": "ClickHeat is a visual heatmap of clicks on a HTML page, showing hot and cold click zones. This plugin based on Dugwood's ClickHeat version 1.14.",
"version": "0.1.3",
"description": "ClickHeat is a visual heatmap of clicks on a HTML page, showing hot and cold click zones. This plugin based on Dugwood's ClickHeat version 1.14. Plugin not consider the IIS. Sorry.",
"theme": false,
"keywords": ["clickheat", "heatmap", "dugwood", "piwikjapan", "yamachan"],
"require": {
@ -16,7 +16,7 @@
"homepage": "http://www.dugwood.com/clickheat/index.html"
},
{
"name": "yamachan (a member of PiwikJapan)",
"name": "yamachan (PiwikJapan)",
"email": "yamachan@piwikjapan.org",
"homepage": "http://www.piwikjapan.org/"
}