Metadata-Version: 1.0
Name: plone.phonehome
Version: 1.0a1
Summary: Provide anonymous package usage statistics to the Plone Foundation
Home-page: http://plone.org
Author: Plone Foundation
Author-email: plone-developers@lists.sourceforge.net
License: GPL version 2
Description: plone.phonehome Package Readme
        ====================================
        
        Overview
        --------
        
        This package provides anonymous usage staticstics 
        
        A check-in call is made during Zope startup. If the list of installed packages
        has changed since the previous check-in, that list of packages will be
        submitted.
        
        Installation
        ------------
        To install ``plone.phonehome``, add it to the ``eggs`` list in your
        ``buildout.cfg``. ZCML configuration will be automatically loaded via a
        ``z3c.autoinclude`` entry point.
        
        Querying
        --------
        
        The ``http://plonephonehome.appspot.com`` application provides a ``query``
        method which will return the number of reported instances using the provided
        ``package`` and ``version``. A ``query`` call might look something like:
        
            http://plonephonehome.appspot.com/query?package=Products.CMFPlone&version=4.0
        
        
        =======
        CHANGES
        =======
        
        
        1.0a1 (Unreleased)
        ------------------
        
        - Initial import
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
