Metadata-Version: 1.0
Name: sc.social.viewcounter
Version: 1.0dev-r0
Summary: Logger and reporter for page views
Home-page: http://www.simplesconsultoria.com.br
Author: Simples Consultoria
Author-email: products@simplesconsultoria.com.br
License: GPL
Description: sc.social.viewcounter
        =====================
        
        Overview
        --------
        
        sc.social.viewcounter provides most accessed / viewed content ranking for Plone
        sites.
        
        Requirements
        ------------
        
        * SQLAlchemy 0.5
        
        * z3c.saconfig
        
        * pysqlite (used for testing)
        
        * A database connector
        
        Installation
        ------------
        
        To enable this product,on a buildout based installation:
        
        1. Edit your buildout.cfg and add ``sc.social.viewcounter``
        to the list of eggs to install ::
        
        [buildout]
        ...
        eggs =
        ...
        sc.social.viewcounter
        
        2. Tell the plone.recipe.zope2instance recipe to install a ZCML slug::
        
        [instance]
        ...
        zcml =
        ...
        sc.social.viewcounter
        
        If another package depends on the sc.social.viewcounter egg or
        includes its zcml directly you do not need to specify anything in the
        buildout configuration: buildout will detect this automatically.
        
        After updating the configuration you need to run the ''bin/buildout'',
        which will take care of updating your system.
        
        Go to the 'Site Setup' page in the Plone interface and click on the
        'Add/Remove Products' link.
        
        Choose the product (check its checkbox) and click the 'Install' button.
        
        Uninstall -- This can be done from the same management screen, but only
        if you installed it from the quick installer.
        
        Note: You may have to empty your browser cache and save your resource registries
        in order to see the effects of the product installation.
        
        Sponsoring
        ----------
        
        Development of this product was sponsored by `Simples Consultoria
        <http://www.simplesconsultoria.com.br/>`_ customers, including (but not limited
        to):
        
        * Rede Brasil Atual
        
        * Consumidor Moderno
        
        
        Credits
        -------
        
        * Erico Andrei (erico at simplesconsultoria dot com dot br) - Packaging and
        plumbing.
        
        
        Changelog
        =========
        
        1.0 (2009-11-12)
        ----------------
        
        * Fixes portlet assignment [erico_andrei]
        
        * Ordering is finally working [erico_andrei]
        
        * Filter rankings by workflow [erico_andrei]
        
        * Doctests for base functionality [erico_andrei]
        
        * Fixes bug with cloud_search [lucmult]
        
        0.6 (2009-09-05)
        ----------------
        
        * Updates documentation and prepare release
        [erico_andrei]
        
        * Fix a bug that occured when viewcounter viewlet was called from a browser view without a proper sqlalchemy session. [erico_andrei]
        
        * Avoid counting page views when user is updating, sharing or using any template (or browser view) not listed in getAvailableLayouts [lucmult]
        
        0.5 (2009-07-04)
        ----------------
        
        * Initial release
        [erico_andrei]
        
Keywords: plone socialtools ranking access
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
