1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00
elinks/config
Jonas Fonseca 0ba773e7a5 Add the basics for _browser_ (ecma)scripting ELinks with SEE
SEE is David Leonard's Simple Ecmascript Engine.  The SEE scripting backend
is very raw and not tested very much. The idea was to see what kind of
creature SEE is (and contradict pasky's aired opinion that no new features
are added anymore ;).

echo 'function goto_url() { return 'localhost'; }' > ~/.elinks/hooks.js
and get local for maximum security ...

FYI: SEE is smaller than Spidermonkey but doesn't have the same kind of
data-driven interface, although it looks like it is possible to build that.
2005-10-20 20:38:01 +02:00
..
m4 Add the basics for _browser_ (ecma)scripting ELinks with SEE 2005-10-20 20:38:01 +02:00
.vimrc Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
config.guess Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
config.sub Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
install-sh Throw in install-sh, missing, and mkinstalldirs, and detect BSD install 2005-09-17 20:00:58 +02:00
missing Throw in install-sh, missing, and mkinstalldirs, and detect BSD install 2005-09-17 20:00:58 +02:00
mkinstalldirs Throw in install-sh, missing, and mkinstalldirs, and detect BSD install 2005-09-17 20:00:58 +02:00