Metadata-Version: 1.0
Name: slapos.recipe.template
Version: 1.1
Summary: collective.recipe.template with network input support.
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: GPLv3
Description: slapos.recipe.template
        ======================
        
        Fully networked template recipe, reusing collective.recipe.template with
        ability to download template over the network
        
        Usage
        -----
        
        ::
        
          [buildout]
          parts = template
        
          [template]
          recipe = slapos.cookbook:template
          url = http://server/with/template
          # optional md5sum
          md5sum = 1234567890
          output = ${buildout:directory}/result
        
        All parameters except url and md5sum will be passed to
        collective.recipe.template, so please visit
        http://pypi.python.org/pypi/collective.recipe.template for full information.
        
        1.1 (2011-05-30)
        ================
        
         * Moved out from slapos.cookbook in order to minimise depenencies [Łukasz
           Nowak]
        
        
Keywords: slapos recipe
Platform: UNKNOWN
Classifier: Framework :: Buildout :: Recipe
Classifier: Programming Language :: Python
