=Google Analytics Plugin=
                                                                  June 29, 2009
                               hiroshi sakuramoto    hiroron AT hiroron DOT com
                                                                     ver: 1.0.0
                                      translated by: takashi kobayashi as kobab


This is a plugin that manages GoogleAnalytics at Geeklog. You just put GA's trucking ID at GoogleAanlytics plugin manager and the manager insert the analysis codes into a footer of Geeklog pages. What's unique is to provide extension for mobile access which GoogleAnalytics ignores. For mobile access, Google JavaScript code does not be used. Instead, the plugin provides mobile access information to Google with its own. Meanwhile, for separate management of the mobile access analysis, an option to put another trucking ID for mobile is available.


=How to install=
=== recommended ===
Recommends to install this plugin with wkyGeeklogInstaller(wGI). wGI is a automatic installer of Geeklog itself, Geeklg themes and Geeklog plugins. For installation of themes and plugins, drag & drop a file called 'recipe' onto wGI. The recipe files should be downloaded separately.

download wkyGeeklogInstaller
http://hiroron.com/filemgmt/viewcat.php?cid=3
*please select the latest version and download.

download GoogleAnalytics plugin
http://hiroron.com/filemgmt/index.php?id=187


=== manual install ===
1. make a directory at your server $_CONF=['path']/plugins/googleanalytics.
2. decompress the downloaded file.
3. copy the decompressed directories and files except the ones under /admin directory and paste those to the $_CONF=['path']/plugins/googleanalytics.
4. make {yoursite}/admin/plugins/googleanalytics.
5. copy the decompressed directory and files under /admin to the {yoursite}/admin/plugins/googleanalytics.
6. login Geeklog as proper user or admin, go to plugin manager and select the installation of this plugin.
7. If no problem was found, the installation completed.
8. Got to "initial setting"

== uninstall ==
1. login Geeklog as proper user or admin, go to plugin manager and select this plugin uninstallation.
2. after uninstallation completed, delete files and directories you made at the installation.


== initial setting ==

=== setting trucking ID ===
after the plugin install completed, login as proper user or admin and go to configuration. Find 'GoogleAnalytics' and put trucking ID like UA-9999999-9.

=== put the tag ===
put {googleanalytics} tag onto footer.thtml of a theme you adopted. position recommended is one raw before </body> tag.

example:
{googleanalytics}
</body>

If you allow users to select other themes, you should insert the {googleanalytics} tag before </body> tag at every theme you allowed to use.
