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-14 17:39:18 +0400
committermatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-09-14 17:39:18 +0400
commit68ba0b00255d1b5781608e7c5a82fba9071c2733 (patch)
tree89025d31219423c374cc893d34137f3a9ad204eb /README
parent345233cc11094deb45104272ca892ab38e8f0a7c (diff)
Cleaned the SVN deleting useless libs
still phpdocumentor is huge... need to remove it from the releases
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