Metadata-Version: 1.0
Name: kotti-analytics
Version: 0.1
Summary: Add a Google Analytics widget to your Kotti site
Home-page: http://pypi.python.org/pypi/kotti_analytics
Author: Daniel Newton
Author-email: djpnewton@gmail.com
License: MIT
Description: ===============
        kotti_analytics
        ===============
        
        This is an extension to the Kotti CMS that allows you to add
        Google Analytics widgets to your Kotti site.
        
        `Find out more about Kotti`_
        
        Setting up a widget
        ===========================
        
        To set up the widget to run on every page in Kotti on the
        right hand side, add ``kotti_analytics.include_widget`` to the
        ``kotti.includes`` setting in your Paste Deploy config::
        
          kotti.includes = kotti_analytics.include_widget
        
        To set the analytics tracking id for the widget, set the
        ``kotti_analytics.include_widget.tracking_id`` variable.  An example::
        
          kotti.includes = kotti_analytics.include_widget
          kotti_analytics.include_widget.tracking_id = UA-XXXXXXX-X
        
        Note that these settings have to be in your ``[app:Kotti]`` section.
        
        
        
        .. _Find out more about Kotti: http://pypi.python.org/pypi/Kotti
        
        
        History
        =======
        
        0.1 - 2011-05-30
        ----------------
        
        - Initial release
        
Keywords: google analytics kotti cms pylons pyramid
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: OSI Approved :: MIT License
