Metadata-Version: 1.0
Name: buildout.threatlevel
Version: 1.0
Summary: A zc.buildout extension that reports the current global buildout threat level
Home-page: http://svn.plone.org/svn/collective/buildout/buildout.threatlevel
Author: David Glick
Author-email: dglick@gmail.com
License: GPL
Description: buildout.threatlevel
        ====================
        
        All ... should continue to be vigilant, take notice of their
        surroundings, and report suspicious items or activities to local authorities
        immediately.
        
        -- the U.S. Department of Homeland Security
        
        ``buildout.threatlevel`` is a buildout extension which will report on the
        success of your buildout to the global `Buildout Threat Level`_ indicator.
        
        .. _`Buildout Threat Level`: http://buildthreat.appspot.com
        
        It will also report the current threat level, based on the percentage of
        buildout runs that have succeeded for all users of buildout.threatlevel over
        the past 4 hours.
        
        Usage::
        
        [buildout]
        extensions = buildout.threatlevel
        
        Changelog
        =========
        
        1.0 (2010-03-04)
        ----------------
        
        - Initial release.
        [davisagli]
        
Keywords: buildout extension threat
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
