Slightly more verbose README.

1.0
Ariya Hidayat 2011-01-02 12:21:14 -08:00
parent 4113063283
commit bb5cbd63a1
1 changed files with 15 additions and 5 deletions

View File

@ -3,11 +3,21 @@ PhantomJS is a minimalistic, headless, WebKit-based JavaScript-driven tool.
It has native (and high performant) support for DOM handling, CSS selector,
JSON, Canvas, and SVG.
[Build instructions](http://code.google.com/p/phantomjs/wiki/BuildInstructions)
PhantomJS runs on Linux, Windows, and Mac OS X. Refer to the
[build instructions](http://code.google.com/p/phantomjs/wiki/BuildInstructions)
for details.
[Quick start guide](http://code.google.com/p/phantomjs/wiki/QuickStart) and
[more examples](http://code.google.com/p/phantomjs/wiki/ServiceIntegration).
See also [quick start guide](http://code.google.com/p/phantomjs/wiki/QuickStart)
and more [advanced examples](http://code.google.com/p/phantomjs/wiki/ServiceIntegration)
which show various PhantomJS scripts, covering:
[API Reference](http://code.google.com/p/phantomjs/wiki/Interface)
* getting driving direction
* showing weather forecast conditions
* finding pizza in New York
* looking up approximate location based on IP address
* pulling the list of seasonal food
* running regression tests from command line
* producing PDF version of a Wikipedia article
* rasterizing SVG to image
PhantomJS runs on Linux, Windows, and Mac OS X.
Do not forget to consult the concise [API Reference](http://code.google.com/p/phantomjs/wiki/Interface).