phantomjs/src/linenoise
Ivan De Marino 2451001d81 Create an import script for LineNoise.
This addresses [Issue #409](http://code.google.com/p/phantomjs/issues/detail?id=409).

The script:
* Get the latest code. Since LineNoise is pretty small, grabbing the tarball straight from the repo should be just fine.
* Extract and place the files in the right directory (src/linenoise).
* Remove unnecessary stuff (project files etc).
* Update the src/linenoise/README.md to refer to the revision being imported.
2012-03-12 20:44:04 -07:00
..
src A REPL for PhantomJS 2012-03-04 21:33:08 -08:00
README.md Create an import script for LineNoise. 2012-03-12 20:44:04 -07:00
linenoise.pri A REPL for PhantomJS 2012-03-04 21:33:08 -08:00

README.md

This project contains the Linenoise project, initially released by Salvatore Sanfilippo. Here we import a fork by Tad Marshall that lives at github.com/tadmarshall/linenoise.

The version of Linenoise included in PhantomJS refers to the commit:

commit 7946e2c2d08df11dca2b99c5db40360c3d3e9a80 Author: Alan T. DeKok aland@freeradius.org Date: Wed Oct 26 15:56:52 2011 +0200

Added character callbacks again

Some files not needed for PhantomJS are removed.

Linenoise is licensed under the BSD-license. Kudos to all the developers that contribute to this nice little pearl.