Skip to content

Commit

Permalink
updated docs for 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
n1k0 committed Mar 28, 2012
1 parent 4e21934 commit 04cc801
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 21 deletions.
13 changes: 8 additions & 5 deletions builder/sources/installation_contents.md
@@ -1,15 +1,18 @@
[PhantomJS](http://phantomjs.org/) >= 1.3 must be installed. Check out
[PhantomJS' installation
[PhantomJS](http://phantomjs.org/) >= 1.3 must be installed (1.5.0 highly
recommended). Check out [PhantomJS' installation
instructions](http://code.google.com/p/phantomjs/wiki/Installation), and:

* Ensure to always install the latest available version of PhantomJS, and prefer static builds over other package installation methods
* Ensure to always install the latest available version of PhantomJS, and prefer
static builds over other package installation methods

* <span class="label label-warning">Ubuntu users</span> Double check the version of PhantomJS provided by your apt repository. Often, only PhantomJS 1.2 is provided.
* <span class="label label-warning">Ubuntu users</span> Double check the
version of PhantomJS provided by your apt repository. Often, only PhantomJS
1.2 is provided.

Once PhantomJS's installed on your machine, you should obtain something like this:

$ phantomjs --version
1.4.1
1.5.0

Now just follow these instructions:

Expand Down
35 changes: 19 additions & 16 deletions index.html
Expand Up @@ -84,17 +84,17 @@ <h1>
<aside class="span4 download">
<h1>Download</h1>
<p>
CasperJS latest released version is <strong>0.6.4</strong>,<br>
CasperJS latest released version is <strong>0.6.5</strong>,<br>
see the <a href="https://github.com/n1k0/casperjs/blob/master/CHANGELOG.md#files">CHANGELOG</a>.
</p>
<div class="dl-links">
<p>
<a href="https://github.com/n1k0/casperjs/zipball/0.6.4" class="btn btn-success">
<a href="https://github.com/n1k0/casperjs/zipball/0.6.5" class="btn btn-success">
Download as .zip archive
</a>
</p>
<p>
<a href="https://github.com/n1k0/casperjs/tarball/0.6.4" class="btn btn-success">
<a href="https://github.com/n1k0/casperjs/tarball/0.6.5" class="btn btn-success">
Download as .tar.gz archive
</a>
</p>
Expand Down Expand Up @@ -138,34 +138,37 @@ <h1>Get started</h1>
<div class="page-header">
<h1>Installation</h1>
</div>
<div id="installation_contents"><p><a href="http://phantomjs.org/">PhantomJS</a> &gt;= 1.3 must be installed. Check out
<a href="http://code.google.com/p/phantomjs/wiki/Installation">PhantomJS' installation
<div id="installation_contents"><p><a href="http://phantomjs.org/">PhantomJS</a> &gt;= 1.3 must be installed (1.5.0 highly
recommended). Check out <a href="http://code.google.com/p/phantomjs/wiki/Installation">PhantomJS' installation
instructions</a>, and:

</p>
<ul>
<li><p>Ensure to always install the latest available version of PhantomJS, and prefer static builds over other package installation methods</p>
<li><p>Ensure to always install the latest available version of PhantomJS, and prefer
static builds over other package installation methods</p>
</li>
<li><p><span class="label label-warning">Ubuntu users</span> Double check the version of PhantomJS provided by your apt repository. Often, only PhantomJS 1.2 is provided.</p>
<li><p><span class="label label-warning">Ubuntu users</span> Double check the
version of PhantomJS provided by your apt repository. Often, only PhantomJS
1.2 is provided.</p>
</li>
</ul>
<p>Once PhantomJS's installed on your machine, you should obtain something like this:

</p>
<pre><code>$ phantomjs --version
1.4.1</code></pre>
1.5.0</code></pre>
<p>Now just follow these instructions:

</p>
<pre><code>$ git clone git://github.com/n1k0/casperjs.git
$ cd casperjs
$ git checkout tags/0.6.4
$ git checkout tags/0.6.5
$ ln -sf `pwd`/bin/casperjs /usr/local/bin/casperjs</code></pre>
<p>So now you should get something like this:

</p>
<pre><code>$ casperjs --version
0.6.4</code></pre>
0.6.5</code></pre>
<p>You are now ready to write your first script!

</p>
Expand All @@ -174,7 +177,7 @@ <h1>Installation</h1>

</p>
<pre><code>$ python /path/to/casperjs/bin/casperjs
CasperJS version 0.6.4 at /Users/niko/casperjs
CasperJS version 0.6.5 at /Users/niko/casperjs
Usage: casperjs script.(js|coffee) [options...]
Read the docs http://casperjs.org/</code></pre>
<p><span class="label label-info">Note</span> If for some reason you don't have
Expand Down Expand Up @@ -1567,7 +1570,7 @@ <h1>

</p>
<pre><code>$ casperjs --help
CasperJS version 0.6.4 at /Users/niko/Sites/casperjs, using PhantomJS version 1.3.0
CasperJS version 0.6.5 at /Users/niko/Sites/casperjs, using PhantomJS version 1.3.0

Usage: casperjs [options] script.[js|coffee] [script argument [script argument ...]]
casperjs [options] test [test path [test path ...]]
Expand Down Expand Up @@ -2906,8 +2909,8 @@ <h2 id="faq-httpstatuses">How can I catch HTTP 404 and other status codes?</h2>
<h1>Download</h1>
</div>
<div id="download_contents"><p>You can download this project in either
<a href="https://github.com/n1k0/casperjs/zipball/0.6.4">zip</a> or
<a href="https://github.com/n1k0/casperjs/tarball/0.6.4">tar</a> formats. You can
<a href="https://github.com/n1k0/casperjs/zipball/0.6.5">zip</a> or
<a href="https://github.com/n1k0/casperjs/tarball/0.6.5">tar</a> formats. You can
also clone the project with <a href="http://git-scm.com">Git</a> by running:

</p>
Expand All @@ -2916,7 +2919,7 @@ <h1>Download</h1>

</p>
<pre><code>$ cd casperjs
$ git checkout tags/0.6.4</code></pre>
$ git checkout tags/0.6.5</code></pre>
<p>Feel free to play with the code and <a href="https://github.com/n1k0/casperjs/issues">report any issue on
github</a>. CasperJS has also its own <a href="https://twitter.com/casperjs_org">on
twitter account</a>.
Expand Down Expand Up @@ -2957,7 +2960,7 @@ <h1>License</h1>
</p>
</footer>
</div>
<script src="https://apis.google.com/_/apps-static/_/js/gapi/gcm_ppb,googleapis_client,plusone/rt=j/ver=deWqzgkWzFg.fr./sv=1/am=!brN6X75-Zu-IDRYPeA/d=1/cb=gapi.loaded0" async=""></script><script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js"></script><script type="text/javascript" async="" src="https://apis.google.com/js/plusone.js"></script><script id="twitter-wjs" src="//platform.twitter.com/widgets.js"></script><script type="text/javascript" src="js/jquery.min.js"></script>
<script src="https://apis.google.com/_/apps-static/_/js/gapi/gcm_ppb,googleapis_client,plusone/rt=j/ver=-eoU019mHfM.fr./sv=1/am=!Ze6NnRS0VYCICGRMrA/d=1/cb=gapi.loaded0" async=""></script><script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js"></script><script type="text/javascript" async="" src="https://apis.google.com/js/plusone.js"></script><script id="twitter-wjs" src="//platform.twitter.com/widgets.js"></script><script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="prettify/prettify.js"></script>
<script type="text/javascript" src="js/application.js"></script>
Expand Down

0 comments on commit 04cc801

Please sign in to comment.