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:
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 19 insertions, 1 deletions
diff --git a/README b/README
index f78362f2e5..81a6798987 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ Login
?module=Login
Logout
-?module=Login
+?module=Logout
User manager admin UI
?module=UsersManager
@@ -26,3 +26,21 @@ or yesterday visits information in JSON
You can find the full listing of the APIs provided by the plugins on
?module=API&action=listAllAPI
+
+Some other stuff
+================
+To generate the API documentation
+# cd piwik
+# ./misc/generateDoc.sh
+then check the documentation at piwik/documentation/ in your browser
+
+To generate thousands of fake visits to get some data to play with
+see the script /misc/generateVisits.php
+you can edit the number of visits to generate, the number of actions per visit, and the days
+
+
+
+Contact
+=======
+Any remark, question, suggestion or critic,
+email me at matthieu.aubry@gmail.com \ No newline at end of file