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-01-12 05:51:17 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-01-12 05:51:17 +0300
commitb133021b751334f5345c7f349811a6de74d27bd1 (patch)
treeba23d53b08eb058c0391bf44b303fd88fc80d5ef /README
parenta2f0e87dc6d4d14507518bf34f22773387356529 (diff)
- the root password is now encrypted in the config file
- the API authentication now works for root and for normal user. Simply add a token_auth parameter. see the instruction on the API listing page available from piwik interface - added /fixed stuff in the UI
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 2 insertions, 23 deletions
diff --git a/README b/README
index 73cf8d19db..d48ffb67cd 100644
--- a/README
+++ b/README
@@ -5,13 +5,6 @@ Install
=======
1 - upload piwik in your webserver and point your browser to the directory. Follow the steps.
-Configuration
-=============
-2 - go to ?module=SitesManager to manage your websites
-3 - go to misc/generateVisits.php to generate some visits
-4 - go to the root of your piwik/ directory and click the link at the bottom of the page
- to see the statistics
-
Requirements
============
- php 5.1.x minimum (x == ?)
@@ -19,14 +12,8 @@ Requirements
- php PDO module enabled
- OS / server independant
-Some modules
+Page modules
============
-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
@@ -36,13 +23,6 @@ or yesterday visits information in JSON
You can find the full listing of the APIs provided by the plugins on
?module=API&action=listAllAPI
-Login
-?module=Login
-
-Logout
-?module=Logout
-
-
Some other stuff
================
To generate thousands of fake visits to get some data to play with,
@@ -54,8 +34,7 @@ To generate the API documentation
# ./misc/generateDoc.sh
then check the documentation at piwik/documentation/ in your browser
-Want to help? The /TODO file lists all the known bugs and the features to implement.
-Feel free to have a look and send us patches.
+Want to help? Have a look at http://piwik.org
Contact
=======