aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Tom Adams <tom@holizz.com>2009-08-26 09:47:46 +0100
committerGravatar Tom Adams <tom@holizz.com>2009-08-26 09:47:46 +0100
commit254e4a473fc96b6418c348fcfdf0a49c30b2a035 (patch)
tree53de5f0110ccffdc040e7d8d6c6c30b8fae6b783 /README
parent36859a3a174387421dd4397f5f14a3f62b0deeed (diff)
parent8cfc268b053c0b5a8afc3f6d85c1e31518a6644c (diff)
Merge branch 'experimental' into bf2
Conflicts: examples/config/uzbl/config
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index b36293c..5aa6998 100644
--- a/README
+++ b/README
@@ -200,6 +200,7 @@ Besides the builtin variables you can also define your own ones and use them in
- download_handler
- cookie_handler
- new_window: handler to execute to invoke new uzbl window (TODO better name)
+ - scheme_handler: handler to execute for each URI navigated to - the navigation request will be ignored if handler prints "USED\n"
- fifo_dir: location to store fifo's
- socket_dir: location to store sockets
- http_debug: http debug mode (value 0-3)
@@ -364,6 +365,7 @@ The script specific arguments are this:
* download:
$8 url of item to download
+ $9 url of http proxy (optional)
* cookie handler
@@ -373,6 +375,10 @@ The script specific arguments are this:
$11 request address path
$12 cookie (only with PUT requests)
+* scheme handler:
+
+ $8 URI of the page to be navigated to
+
Custom, userdefined scripts (`spawn foo bar`) get first the arguments as specified in the config and then the above 7 are added at the end.