
##############################################################################
###                                                                        ###
###  Tutorial 01: The Simplest Module                                      ###
###                                                                        ###
##############################################################################




Goals
========
   - Show how simply is using JoomlaStats as Statistics engine. 
   - Designing Own module should takes 10 minutes.
   - Show number of visitors, for current year, on front page.
   


Assume/Requirements:   
==========
   - You have installed 'Joomla CMS' - http://joomla.org
   - You have installed 'JoomlaStats' at least v2.3.0.170 
       http://joomlastats.org
   - You have activated 'JoomlaStats'
   - Basic knowledge about 'Joomla CMS'


   
Tutorial
===========

A) install 'mod_jstats_sdk_tsm.zip' in 'Joomla CMS'

B) publish 'JoomlaStats SDK The Simplest Module' module in 'Joomla CMS'

C) see result on front page
    You should see module with ........
    
D) go to file ..... and see how simple implementation is!
    In this file You will find also all coments what happen there
    
E) FINISH




Summing up:
=============
   - Designing Own counter is very simple
   - It is also very fast

  
Examples of using:
=========================
   - Implement own plugin that insert number of visitors into articles
   - posses 'number of visitors' to use it in other joomla extension
      eg. mail reporting system



