Simplify the README.

1.0
Ariya Hidayat 2010-12-27 00:22:04 -08:00
parent 03297410cd
commit 979dff06df
1 changed files with 4 additions and 12 deletions

View File

@ -1,15 +1,7 @@
# PhantomJS
PhantomJS is a minimalistic, headless, WebKit-based JavaScript-driven tool.
PhantomJS is a minimalistic, headless, WebKit-based command line tool.
(Build instruction)[http://code.google.com/p/phantomjs/wiki/BuildInstructions]
PhantomJS can be used for various applications, among others:
* automated regression and/or behavior tests
* simple site scraping
* simulation of different user interactions
Since PhantomJS uses WebKit, it natively supports a lot of different web technologies:
DOM handling, CSS selector, Canvas, SVG, ECMAScript.
PhantomJS is using Qt. PhantomJS is available for Linux, Windows, and Mac OS X.
(Examples)[http://code.google.com/p/phantomjs/wiki/QuickStart]
(API Reference)[http://code.google.com/p/phantomjs/wiki/Interface]