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
path: root/README
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-06-09 00:28:21 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-06-09 00:28:21 +0400
commit9dfc6c61178a2e6204dfd9bd72b360525bbc0a99 (patch)
tree88255b6836d5c6f024b0efef82296f468efb945b /README
parent8ee42fe9d3be4dfa0eeac8a625016cc0a26bdac7 (diff)
piwik is now under the GPL v3.
makes it easier to add special rules, for example if some plugins want to use commercial libraries
Diffstat (limited to 'README')
-rw-r--r--README41
1 files changed, 24 insertions, 17 deletions
diff --git a/README b/README
index d48ffb67cd..db1becca94 100644
--- a/README
+++ b/README
@@ -1,42 +1,49 @@
Piwik - piwik.org
-----------------
+Description
+===========
+Piwik is an open source web analytics software.
+It gives interesting reports on your website visitors, your popular pages,
+the search engines keywords they used, the language they speakā€¦ and so much more.
+
+Piwik aims to be an open source alternative to Google Analytics.
+
+License
+=======
+Piwik is released under the GPL v3 license, see misc/license.txt
+
Install
=======
-1 - upload piwik in your webserver and point your browser to the directory. Follow the steps.
+- Upload piwik in your webserver
+- Point your browser to the directory
+- Follow the steps
+- Add the given javascript code to your pages
Requirements
============
-- php 5.1.x minimum (x == ?)
+- php 5.1.3 minimum
- mysql 4.1
- php PDO module enabled
- OS / server independant
-Page modules
-============
+API
+===
All the data is available via APIs for example to get todays keywords in XML
?module=API&method=Referers.getKeywords&idSite=1&period=month&date=today&format=xml
or yesterday visits information in JSON
?module=API&method=VisitsSummary.get&idSite=1&period=month&date=yesterday&format=json
-You can find the full listing of the APIs provided by the plugins on
-?module=API&action=listAllAPI
+Check the full documentation on http://dev.piwik.org/trac/wiki/API/Reference
-Some other stuff
-================
+Generate fake data
+==================
To generate thousands of fake visits to get some data to play with,
you can see the script /misc/generateVisits.php
you can edit the number of visits to generate, the number of actions per visit, and the days
-To generate the API documentation
-# cd piwik
-# ./misc/generateDoc.sh
-then check the documentation at piwik/documentation/ in your browser
-
-Want to help? Have a look at http://piwik.org
-
Contact
=======
-Any remark, question, suggestion or critic,
-Email us at hello@piwik.org
+http://piwik.org
+hello@piwik.org \ No newline at end of file