Metadata-Version: 1.0
Name: fourdigits.recipe.stud
Version: 1.0.2
Summary: Buildout recipe to install stud
Home-page: http://pypi.python.org/pypi/fourdigits.recipe.stud
Author: Franklin Kingma
Author-email: franklin@fourdigits.nl
License: GPL
Description: 
        .. contents::
        
        Supported options
        =================
        
        This recipe supports the following options:
        
        url
            URL pointing to the ``stud`` compressed archive. By default it uses:
            https://github.com/bumptech/stud/tarball/master
        
        target
            Target can be one of the following:
            linux22, linux24, linux24e linux24eold, linux26, solaris, freebsd,
            openbsd, generic.
        
        cpu
            CPU can be one of the following: i686, i586, ultrasparc, generic.
        
        
        Example usage
        =============
        
        To use this recipe, just create a part for it and define the ``recipe``
        parameter::
        
            [buildout]
            parts =
                ...
                stud
        
            [stud]
            recipe = fourdigits.recipe.stud
        
        This will configure the default options for ``url``, ``target`` and
        ``cpu``. If you like or need to you can override these parameters, e.g.::
        
            [haproxy]
            recipe = foudigits.recipe.stud
            url = https://github.com/bumptech/stud/tarball/master
            target = linux26
            cpu = i686
        
        
        Reporting bugs or asking questions
        ==================================
        
        https://github.com/kingel/fourdigits.recipe.stud/issues
        
        Code repository
        ===============
        
        https://github.com/kingel/fourdigits.recipe.stud
        
        Contributors
        ============
        
        - Franklin Kingma, Author [kingel]
        - Roel Bruggink, Additional help
        
        Releases
        =========
        
        1.0.2 (2011-01-12)
        ------------------
        
        - Fix broken egg.
          [kingel]
        
        1.0.1 (2011-01-12)
        ------------------
        
        - Fix broken egg.
          [kingel]
        
        1.0 (2011-01-12)
        ------------------
        
        - First release.
          [kingel]
        
Keywords: buildout stud ssl proxy
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
