Commit f1efc9a8 f1efc9a80bbd80a2b42c37b44ee0531b839269c5 by Nicolas Perriault

updated README

1 parent cdd039e2
1 # CasperJS 1 # CasperJS
2 2
3 >**Important note:** the `master` branch hosts the development version of CasperJS, and may be rather instable from time to time. Use the [`1.0` branch](https://github.com/n1k0/casperjs/tree/1.0) if you want to keep in sync with the stable version, or [use tagged versions](https://github.com/n1k0/casperjs/tags). 3 >**Important note:** the `master` branch hosts the development version of CasperJS, which is now pretty stable and should be the right version to use if you ask me.
4 >
5 >Use the [`1.0` branch](https://github.com/n1k0/casperjs/tree/1.0) if you want to keep in sync with the stable old version, or [use tagged versions](https://github.com/n1k0/casperjs/tags).
4 > 6 >
5 >Currently, available documentation is: 7 >Currently, available documentation is:
6 > 8 >
9 >- **hosted on [docs.casperjs.org](http://docs.casperjs.org/) for the development branch**
7 >- hosted on [casperjs.org](http://casperjs.org/) for the 1.0 branch 10 >- hosted on [casperjs.org](http://casperjs.org/) for the 1.0 branch
8 >- hosted on [docs.casperjs.org](http://docs.casperjs.org/) for the development branch
9 > 11 >
10 >[Travis-CI](http://travis-ci.org/n1k0/casperjs) build statuses: 12 >[Travis-CI](http://travis-ci.org/n1k0/casperjs) build statuses:
11 > 13 >
12 >- ![Build Status](https://travis-ci.org/n1k0/casperjs.png?branch=1.0) `1.0` branch
13 >- ![Build Status](https://travis-ci.org/n1k0/casperjs.png?branch=master) `master` branch 14 >- ![Build Status](https://travis-ci.org/n1k0/casperjs.png?branch=master) `master` branch
15 >- ![Build Status](https://travis-ci.org/n1k0/casperjs.png?branch=1.0) `1.0` branch
14 16
15 CasperJS is a navigation scripting & testing utility for [PhantomJS](http://www.phantomjs.org/) 17 CasperJS is a navigation scripting & testing utility for [PhantomJS](http://www.phantomjs.org/)
16 and [SlimerJS](http://slimerjs.org/). 18 and [SlimerJS](http://slimerjs.org/). It eases the process of defining a full navigation
17 It eases the process of defining a full navigation scenario and provides useful 19 scenario and provides useful high-level functions, methods & syntaxic sugar for doing common
18 high-level functions, methods & syntaxic sugar for doing common tasks such as: 20 tasks such as:
19 21
20 - defining & ordering [navigation steps](http://casperjs.org/quickstart.html) 22 - defining & ordering [navigation steps](http://casperjs.org/quickstart.html)
21 - [filling forms](http://casperjs.org/api.html#casper.fill) 23 - [filling forms](http://casperjs.org/api.html#casper.fill)
......