phantomjs/python
IceArmy e93bea5a21 Fix bug where script wouldn't exit properly 2011-05-31 23:29:06 -07:00
..
plugins New plugin system allows you to add/modify internal code without actually changing it! 2011-05-04 02:53:20 -07:00
resources Update CoffeeScript to version 1.1.1 2011-05-13 01:10:49 -07:00
tools PyPhantomJS version 1.2.0 2011-05-31 16:23:06 -07:00
INSTALL Update INSTALL file 2011-05-03 16:43:56 -07:00
LICENSE Added Python PhantomJS project 2011-03-15 22:18:01 -07:00
README Add plugin URL to README 2011-05-04 17:59:17 -07:00
bootstrap.js PyPhantomJS version 1.2.0 2011-05-31 16:23:06 -07:00
csconverter.py Simplify CSConverter()'s convert() return statement 2011-05-31 22:02:41 -07:00
networkaccessmanager.py PyPhantomJS version 1.2.0 2011-05-31 16:23:06 -07:00
phantom.py Fix bug where script wouldn't exit properly 2011-05-31 23:29:06 -07:00
plugincontroller.py PyPhantomJS version 1.2.0 2011-05-31 16:23:06 -07:00
pyphantomjs.py Fix bug where script wouldn't exit properly 2011-05-31 23:29:06 -07:00
resources.py PyPhantomJS version 1.2.0 2011-05-31 16:23:06 -07:00
resources.qrc PyPhantomJS version 1.2.0 2011-05-31 16:23:06 -07:00
utils.py PyPhantomJS version 1.2.0 2011-05-31 16:23:06 -07:00
webpage.py PyPhantomJS version 1.2.0 2011-05-31 16:23:06 -07:00

README

DESCRIPTION
----------------
PyPhantomJS is a minimalistic, headless, WebKit-based, JavaScript-driven tool, based on the PhantomJS project.

It has native support for different web technologies: DOM handling, CSS selector, JSON, Canvas, SVG, and of course JavaScript.

See the quick start guide and more advanced examples which show various PhantomJS scripts, covering:
    * http://code.google.com/p/phantomjs/wiki/QuickStart
    * http://code.google.com/p/phantomjs/wiki/ServiceIntegration

    * running regression tests from command line
    * 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
    * producing PDF version of a Wikipedia article
    * rasterizing SVG to image

PyPhantomJS is written in PyQt4 and Python. It runs on Linux, Windows, and Mac OS X.
Refer to the INSTALL file or Wiki links below for more information.
    * http://code.google.com/p/phantomjs/w/list
    * http://dev.umaclan.com/projects/pyphantomjs/wiki

Do not forget to consult the concise API Reference.
    * http://dev.umaclan.com/projects/pyphantomjs/wiki/Api_reference
    * http://code.google.com/p/phantomjs/wiki/Interface

If you want to contribute, please read the Contribution Guide.
    * http://code.google.com/p/phantomjs/wiki/ContributionGuide
    * http://dev.umaclan.com/projects/pyphantomjs/wiki/Giving_back

You can find a list of downloadable plugins at
    * http://dev.umaclan.com/projects/pyphantomjs/wiki/Plugins

LICENSING
----------------
Copyright (C) 2011 James Roe <roejames12@hotmail.com>

PyPhantomJS is licensed with the GNU GPL v3.
See the included file LICENSE for the licensing terms.

ADDITIONAL INFO
----------------
This program is a port of PhantomJS to Python/PyQt4 (thus, PyPhantomJS).
  1) We try to make PyPhantomJS to be as compatible with PhantomJS as possible,
     this means having the exact same features as they do. It happens to be fully
     compatible, with the exception of some very small things.
  2) PyPhantomJS however, has a few differences as well:
     * Some of the features work a little differently than PhantomJS.
       In most of these cases, the features were only changed to improve their
       reliability and performance, so they work more often/better, and break less.
     * There may also be additional features present that aren't in PhantomJS.

PhantomJS was written by Ariya Hidayat, and I'd like to give him a BIG thanks
for all his work on PhantomJS! :)