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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-05-30 04:38:44 +0400
committermattab <matthieu.aubry@gmail.com>2013-05-30 04:38:44 +0400
commit51ad9e7459fc28f470e12fdec833ca8dd637861e (patch)
tree8ca9769357485ef4f3d1b61cc18c3b7f912454f4 /README.md
parent4fdb65a036fc23365a3103e853f5a198f409be09 (diff)
Fixing bug in SEO template,
and tweaking readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 13 insertions, 9 deletions
diff --git a/README.md b/README.md
index 4f8076910e..fc31dc89f1 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## Description
-Piwik is the leading Free/Libre open source Web Analytics software.
+Piwik is the leading Free/Libre open source Web 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.
@@ -12,7 +12,7 @@ Piwik aims to be a Free software alternative to Google Analytics, and is already
## Mission Statement
-> « To create, as a community, the leading international Free/Libre web analytics application, providing access to all functionality through open components and open APIs. »
+> « To create, as a community, the leading international Free/Libre web analytics platform, providing access to all functionality through open components and open APIs. »
Or in short:
> « Liberate Web Analytics »
@@ -23,7 +23,7 @@ Piwik is released under the GPL v3 (or later) license, see [misc/gpl-3.0.txt](mi
## Requirements
- * PHP 5.1.3 or greater
+ * PHP 5.1.3 or greater, and recommended PHP 5.3 or greater
* MySQL 4.1 or greater, and either MySQLi or PDO library must be enabled
* Piwik is OS / server independent
@@ -35,14 +35,15 @@ See http://piwik.org/docs/requirements/
* Point your browser to the directory
* Follow the steps
* Add the given javascript code to your pages
+ * (You may also generate fake data to experiment, by enabling the plugin VisitorGenerator)
See http://piwik.org/docs/installation/
-You can generate fake data to play with by enabling the plugin VisitorGenerator in "Settings".
+If you do not have a server, consider our Piwik Hosting partner: http://piwik.org/hosting/
## Changelog
-See http://piwik.org/changelog/
+For the list of all tickets closed in the current and past relases, see http://piwik.org/changelog/
## Contact
@@ -57,7 +58,8 @@ What makes Piwik unique from the competition:
* 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 using the powerful Piwik Analytics API.
+ * 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
+ using the powerful Piwik Analytics API.
* Piwik is a Free Software which can easily be configured to respect your visitors privacy.
@@ -66,14 +68,16 @@ What makes Piwik unique from the competition:
* 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 100,000 active users (tracking even more websites!)
+ * 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,
- Custom Variables, Email Reports, and more!
+ 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.
- * Travis-CI: [![Build Status](https://travis-ci.org/piwik/piwik.png?branch=master)](https://travis-ci.org/piwik/piwik)
+Build status (master branch) [![Build Status](https://travis-ci.org/piwik/piwik.png?branch=master)](https://travis-ci.org/piwik/piwik)