Metadata-Version: 1.0
Name: zest.cachetuning
Version: 0.2
Summary: UNKNOWN
Home-page: http://svn.plone.org/svn/collective/
Author: UNKNOWN
Author-email: UNKNOWN
License: GPL
Description: Introduction
        ============
        
        This Plone product allows some cache tuning for your site.
        Currently it only allows username replacment, but we might add some
        more features in the future.
        
        
        Username replacement
        --------------------
        
        If you enable this option, you can cache the whole pages and an Ajax
        request will replace the username in the page in order to reduce the
        load.
        
        If you use a custom theme, you can specify the query used to select
        the HTML node containing the username. This query is written in the
        classic CSS format.
        
        Extra libraries
        ---------------
        
        The Javascript cookie setting is done using jquery.cookie.js, written
        by Klaus Hartl.
        The project is hosted at https://github.com/carhartl/jquery-cookie.
        
        Changelog
        =========
        
        0.2 (2012-08-23)
        ----------------
        
        - Store a cookie with the username so we don't have to make an Ajax
        call everytime. [vincent]
        
        - Fixed an error happening with anonymous users. [vincent]
        
        
        0.1 (2012-01-12)
        ----------------
        
        - Initial release [vincent]
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
