Metadata-Version: 1.0
Name: gp.recipe.phantomjs
Version: 1.0
Summary: buildout recipe to install phantomjs/casperjs
Home-page: http://github.com/gawel/gp.recipe.phantomjs
Author: Gael Pasgrimaud
Author-email: gael@gawel.org
License: gpl
Description: .. contents::
        
        Introduction
        ============
        
        
        Detailed Documentation
        **********************
        
        Supported options
        =================
        
        The recipe supports the following options:
        
        .. Note to recipe author!
           ----------------------
           For each option the recipe uses you should include a description
           about the purpose of the option, the format and semantics of the
           values it accepts, whether it is mandatory or optional and what the
           default value is if it is omitted.
        
        phantomjs-url
            Url to download phantomjs
        
        casperjs-url
            Url to download casperjs
        
        
        Example usage
        =============
        
        We'll start by creating a buildout that uses the recipe::
        
            >>> write('buildout.cfg',
            ... """
            ... [buildout]
            ... parts = casperjs
            ...
            ... [casperjs]
            ... recipe = gp.recipe.phantomjs
            ... """)
        
        Contributors
        ************
        
        Note:  place names and roles of the people who contribute to this package
               in this file, one to a line, like so:
        
        - Joe Schmoe, Original Author
        - Bob Slob, contributed monkey patches
        - Jane Main, wrote flibberty module
        
        Change history
        **************
        
        Changelog
        =========
        
        1.0-dev (unreleased)
        --------------------
        
        - Package created using templer
          []
        Download
        ********
        
Keywords: buildout phantomjs casperjs
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
