update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
|
|
@ -1,14 +1,27 @@
|
|||
# Piwik - piwik.org
|
||||
# Piwik - piwik.org
|
||||
|
||||
[](https://packagist.org/packages/piwik/piwik)
|
||||
[](https://packagist.org/packages/piwik/piwik)
|
||||
[](https://packagist.org/packages/piwik/piwik)
|
||||
[](https://packagist.org/packages/piwik/piwik)
|
||||
|
||||
## Code Status
|
||||
|
||||
[](https://travis-ci.org/piwik/piwik)
|
||||
[](https://scrutinizer-ci.com/g/piwik/piwik?branch=master)
|
||||
[](https://scrutinizer-ci.com/g/piwik/piwik/?branch=master)
|
||||
[](http://isitmaintained.com/project/piwik/piwik "Average time to resolve an issue")
|
||||
[](http://isitmaintained.com/project/piwik/piwik "Percentage of issues still open")
|
||||
|
||||
## Description
|
||||
|
||||
Piwik is the leading Free/Libre open source Web Analytics platform.
|
||||
Piwik is the leading Free/Libre open analytics platform.
|
||||
|
||||
Piwik is a full featured PHP MySQL software program that you download and install on your own webserver.
|
||||
At the end of the five minute installation process you will be given a JavaScript code.
|
||||
Simply copy and paste this tag on websites you wish to track and access your analytics reports in real time.
|
||||
|
||||
Piwik aims to be a Free software alternative to Google Analytics, and is already used on more than 1,000,000 websites.
|
||||
Piwik aims to be a Free software alternative to Google Analytics, and is already used on more than 1,000,000 websites. Privacy is built-in!
|
||||
|
||||
## Mission Statement
|
||||
|
||||
|
|
@ -21,17 +34,27 @@ Or in short:
|
|||
|
||||
Piwik is released under the GPL v3 (or later) license, see [misc/gpl-3.0.txt](misc/gpl-3.0.txt)
|
||||
|
||||
## We’re seeking a talented Software Engineer
|
||||
|
||||
Are you looking for a new challenge? We are currently seeking a software engineer or software developer who is passionate about data processing, security, privacy, the open source and free/libre philosophy and usable interface design.
|
||||
|
||||
[View Job Description](https://piwik.org/blog/2015/01/piwik-expanding-seeking-talented-software-engineer-new-zealand-poland/) - [Apply online](http://piwik.org/jobs/)
|
||||
|
||||
This is for a full time position to work on the open source Piwik platform, either remotely or we can help the right candidate relocate to beautiful New Zealand (Wellington) or Poland (Wroclaw).
|
||||
|
||||
We are grateful if you can share the job description with your friends and wider network!
|
||||
|
||||
## Requirements
|
||||
|
||||
* PHP 5.3.2 or greater
|
||||
* PHP 5.3.3 or greater
|
||||
* MySQL 4.1 or greater, and either MySQLi or PDO library must be enabled
|
||||
* Piwik is OS / server independent
|
||||
|
||||
See http://piwik.org/docs/requirements/
|
||||
|
||||
## Install
|
||||
## Install
|
||||
|
||||
* Upload piwik to your webserver
|
||||
* Upload piwik to your webserver
|
||||
* Point your browser to the directory
|
||||
* Follow the steps
|
||||
* Add the given javascript code to your pages
|
||||
|
|
@ -43,7 +66,7 @@ If you do not have a server, consider our Piwik Hosting partner: http://piwik.or
|
|||
|
||||
## Changelog
|
||||
|
||||
For the list of all tickets closed in the current and past releases, see http://piwik.org/changelog/
|
||||
For the list of all tickets closed in the current and past releases, see http://piwik.org/changelog/. For the list of technical changes in the Piwik platform, see [http://developer.piwik.org/changelog](http://developer.piwik.org/changelog).
|
||||
|
||||
## Participate!
|
||||
|
||||
|
|
@ -64,7 +87,7 @@ About us: http://piwik.org/the-piwik-team/
|
|||
|
||||
What makes Piwik unique from the competition:
|
||||
|
||||
* Real time web analytics reports: in Piwik, reports are by default generated in real time.
|
||||
* Real time web analytics reports: in Piwik, reports are by default generated in real time.
|
||||
For high traffic websites, you can choose the frequency for reports to be processed.
|
||||
|
||||
* You own your web analytics data: since Piwik is installed on your server, the data is stored in your own database and you can get all the statistics
|
||||
|
|
@ -74,19 +97,12 @@ What makes Piwik unique from the competition:
|
|||
|
||||
* Modern, easy to use User Interface: you can fully customize your dashboard, drag and drop widgets and more.
|
||||
|
||||
* Piwik features are built inside plugins: you can add new features and remove the ones you don’t need.
|
||||
* Piwik features are built inside plugins: you can add new features and remove the ones you don’t need.
|
||||
You can build your own web analytics plugins or hire a consultant to have your custom feature built in Piwik
|
||||
|
||||
* Vibrant international Open community of more than 200,000 active users (tracking even more websites!)
|
||||
|
||||
* Advanced Web Analytics capabilities such as Ecommerce Tracking, Goal tracking, Campaign tracking,
|
||||
* Advanced Web Analytics capabilities such as Ecommerce Tracking, Goal tracking, Campaign tracking,
|
||||
Custom Variables, Email Reports, Custom Segment Editor, Geo Location, Real time maps, and more!
|
||||
|
||||
Documentation and more info on http://piwik.org
|
||||
|
||||
## Code Status
|
||||
The Piwik project uses an ever-expanding comprehensive set of thousands of unit tests and dozens of integration [tests](https://github.com/piwik/piwik/tree/master/tests),
|
||||
running on the hosted distributed continuous integration platform Travis-CI.
|
||||
|
||||
Build status (master branch) [](https://travis-ci.org/piwik/piwik) - Screenshot tests Build [](https://travis-ci.org/piwik/piwik-ui-tests)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue