buildout recipe to install phantomjs/casperjs
Project 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
********
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
********
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.