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:
authormatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-09-11 22:11:07 +0400
committermatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-09-11 22:11:07 +0400
commit80c7552f18ad73494011fe2ee069b0a82ba9bb80 (patch)
treefb6dc26512c545860817bb7f93ae391d8d2af760 /README
parenta0bb7739aeefedb357dd1330fa17de3ddd96969f (diff)
Ui, struggling with JS
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 26 insertions, 1 deletions
diff --git a/README b/README
index ca9123bcbd..f78362f2e5 100644
--- a/README
+++ b/README
@@ -1,3 +1,28 @@
+Install
+=======
+1- copy paste the javascript code found in log.htm into your website
+2- launch index.php
-Listing all the plugins API
+Some modules
+============
+Login
+?module=Login
+
+Logout
+?module=Login
+
+User manager admin UI
+?module=UsersManager
+
+Sites manager admin UI
+?module=SitesManager
+
+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
+